mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): small issues with the memory viewer. (#19184)
* Match fade transition timing between photo-viewer and memory-viewer. * Fix blank page after refreshing memory page. If the user refreshed in the browser while on the memory page, the page would show a blank page. This was caused by skipping initialization in afterNavigate. Fix by always initializing the memory page in afterNavigate.
This commit is contained in:
parent
523fe5bef7
commit
189442e9c4
3 changed files with 9 additions and 12 deletions
|
|
@ -420,3 +420,5 @@ export enum ToggleVisibility {
|
|||
HIDE_UNNANEMD = 'hide-unnamed',
|
||||
SHOW_ALL = 'show-all',
|
||||
}
|
||||
|
||||
export const assetViewerFadeDuration: number = 150;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue