mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 01:11:07 +03:00
feat(web): persist scroll position on navigation back to album (#11388)
Co-authored-by: Calum Dingwall <caburum@users.noreply.github.com> Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
@@ -84,6 +84,11 @@ export enum QueryParameter {
|
||||
PATH = 'path',
|
||||
}
|
||||
|
||||
export enum SessionStorageKey {
|
||||
INFINITE_SCROLL_PAGE = 'infiniteScrollPage',
|
||||
SCROLL_POSITION = 'scrollPosition',
|
||||
}
|
||||
|
||||
export enum OpenSettingQueryParameterValue {
|
||||
OAUTH = 'oauth',
|
||||
JOB = 'job',
|
||||
|
||||
Reference in New Issue
Block a user