mirror of
https://github.com/immich-app/immich.git
synced 2026-02-10 19:07:55 +03:00
Fix and enhance navigate to time functionality
• Add i18n support for navigate button and dialog title • Update ChangeDate component to return DateTime object alongside ISO string • Fix closest date finding algorithm to handle cases where exact month doesn't exist • Add navigate to time (g) shortcut to keyboard shortcuts modal
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"build:stats": "BUILD_STATS=true vite build",
|
||||
"package": "svelte-kit package",
|
||||
"preview": "vite preview",
|
||||
"check:svelte": "svelte-check --no-tsconfig --fail-on-warnings --compiler-warnings 'reactive_declaration_non_reactive_property:ignore' --ignore src/lib/components/photos-page/asset-grid.svelte",
|
||||
"check:svelte": "svelte-check --no-tsconfig --fail-on-warnings",
|
||||
"check:typescript": "tsc --noEmit",
|
||||
"check:watch": "npm run check:svelte -- --watch",
|
||||
"check:code": "npm run format && npm run lint:p && npm run check:svelte && npm run check:typescript",
|
||||
|
||||
Reference in New Issue
Block a user