Better skeleton use, live services in booking

This commit is contained in:
2025-10-18 21:39:57 +01:00
parent fad47df642
commit 68cf27541a
6 changed files with 408 additions and 212 deletions
+5
View File
@@ -50,6 +50,11 @@ class AuthStore {
return this.loading;
}
get hasLoaded() {
return !this.loading;
}
private initializeAuth() {
const storedToken = localStorage.getItem('authToken');
if (storedToken) {