Mobile fixes
All checks were successful
Build Website / Build NPM Project (push) Successful in 1m35s
Build Website / Tag Version (push) Successful in 47s
Build Website / Build Container (push) Successful in 3m2s

This commit is contained in:
2026-06-05 22:54:31 -04:00
parent 16ddd1c8a3
commit 72e27eaedc
5 changed files with 36 additions and 6 deletions

View File

@@ -34,6 +34,10 @@ export class NavbarComponent implements AfterViewInit, OnDestroy {
if(this.sub) this.sub.unsubscribe();
}
openAdmin() {
location.href = '/ui';
}
openItem(item: NavigationItem) {
// Full url
if(item.url.startsWith('http'))