feat(url,history): add shown file in the url

This commit is contained in:
Edouard Vanbelle
2026-04-06 10:59:46 +02:00
parent 4a4f38c418
commit c16e3c973e
8 changed files with 73 additions and 21 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ async function checkAuthentication() {
}
}
await resolveHomeFolder();
window.dispatchEvent(new Event('authenticationDone'));
window.dispatchEvent(new CustomEvent('authenticationDone'));
} else {
// No cached user data — must verify session from server
console.log('No cached user data, fetching from server');