mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-26 09:25:51 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| __test__ | ||
| autogrow.ts | ||
| click-outside.ts | ||
| context-menu-navigation.ts | ||
| focus-outside.ts | ||
| focus-trap.ts | ||
| focus.ts | ||
| intersection-observer.ts | ||
| list-navigation.ts | ||
| resize-observer.ts | ||
| scroll-memory.ts | ||
| shortcut.ts | ||
| thumbhash.ts | ||
| use-actions.ts | ||
| zoom-image.ts | ||