feat(web): event handler component (#23763)

This commit is contained in:
Daniel Dietzler
2025-11-10 17:49:46 +01:00
committed by GitHub
parent 493cde9d55
commit dd393c8346
14 changed files with 58 additions and 23 deletions

View File

@@ -58,7 +58,7 @@
// if the browser theme changes, changes the Immich theme too
});
eventManager.emit('app.init');
eventManager.emit('AppInit');
beforeNavigate(({ from, to }) => {
if (isAssetViewerRoute(from) && isAssetViewerRoute(to)) {