mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat(web): Skip duplicates (#20880)
* - add skip button to duplicates-compare-control * - cleanup * - change to next/previous - move buttons to duplicates page, intead of compareControl - add param based control/position * - remove index param on keep/dedupe all * - cleanup * - cleanup index corrections * - add left/right arrow keyboard shortcuts for previous/next - cleanup * - cleanup
This commit is contained in:
parent
257b0c74af
commit
a313e4338e
3 changed files with 113 additions and 6 deletions
|
|
@ -1056,6 +1056,7 @@
|
|||
"filter_people": "Filter people",
|
||||
"filter_places": "Filter places",
|
||||
"find_them_fast": "Find them fast by name with search",
|
||||
"first": "First",
|
||||
"fix_incorrect_match": "Fix incorrect match",
|
||||
"folder": "Folder",
|
||||
"folder_not_found": "Folder not found",
|
||||
|
|
@ -1177,6 +1178,7 @@
|
|||
"language_search_hint": "Search languages...",
|
||||
"language_setting_description": "Select your preferred language",
|
||||
"large_files": "Large Files",
|
||||
"last": "Last",
|
||||
"last_seen": "Last seen",
|
||||
"latest_version": "Latest Version",
|
||||
"latitude": "Latitude",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue