immich/web/src/lib/actions
Dag Stuan 5589616921
fix(web): Improve zoom behavior in photo-viewer. (#18803)
* Fix an issue where clicking the zoom-button after having zoomed in
would not zoom completely out, but leave the image in the zoomed-in
state. The new behavior properly zoomes the image completely out after
clicking the zoom-button.
* Revert to the default setting for `wheelZoomRatio` as the previous
setting of 0.2 was borderline unusable on a trackpad. This could
probably be moved to a user setting if needed.
* Add a keyboard shortcut 'z' to toggle image zoom.
2025-06-01 21:06:48 -05:00
..
__test__ feat: improve/refactor focus handling (#17796) 2025-04-30 00:19:38 -04:00
autogrow.ts fix(web): update description height when navigating between assets (#14145) 2024-11-14 09:59:30 -06:00
click-outside.ts feat(web): expand/collapse sidebar (#16768) 2025-04-01 21:12:04 -05:00
context-menu-navigation.ts chore(web): migration svelte 5 syntax (#13883) 2024-11-14 08:43:25 -06:00
focus-outside.ts docs(web): JSDoc comments for svelte actions (#12963) 2024-09-27 01:41:22 +00:00
focus-trap.ts feat: improve/refactor focus handling (#17796) 2025-04-30 00:19:38 -04:00
focus.ts docs(web): JSDoc comments for svelte actions (#12963) 2024-09-27 01:41:22 +00:00
intersection-observer.ts feat: timeline performance (#16446) 2025-03-18 09:14:46 -05:00
list-navigation.ts chore(web): migration svelte 5 syntax (#13883) 2024-11-14 08:43:25 -06:00
resize-observer.ts feat: timeline performance (#16446) 2025-03-18 09:14:46 -05:00
scroll-memory.ts feat(web): persist scroll position on navigation back to album (#11388) 2024-11-25 18:16:42 +00:00
shortcut.ts feat: "add to album" shortcut and generic menu option shortcuts (#15056) 2025-01-07 10:29:22 -06:00
thumbhash.ts chore(web): revert wasm new justify layout (#16277) 2025-02-25 09:39:56 -06:00
use-actions.ts feat(web): persist scroll position on navigation back to album (#11388) 2024-11-25 18:16:42 +00:00
zoom-image.ts fix(web): Improve zoom behavior in photo-viewer. (#18803) 2025-06-01 21:06:48 -05:00