mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
feat(web): add zoom toggle icon (#2873)
* feat(web): add zoom toggle icon * update zoom-image dependency * fix lint issues * remove variable testing line * Simplify code using ternary conditional Co-authored-by: Thomas <9749173+uhthomas@users.noreply.github.com> * fix typo --------- Co-authored-by: Thomas <9749173+uhthomas@users.noreply.github.com>
This commit is contained in:
4
web/src/lib/stores/zoom-image.store.ts
Normal file
4
web/src/lib/stores/zoom-image.store.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { writable } from 'svelte/store';
|
||||
import type { ZoomImageWheelState } from '@zoom-image/core';
|
||||
|
||||
export const photoZoomState = writable<ZoomImageWheelState>();
|
||||
Reference in New Issue
Block a user