immich
immich copied to clipboard
feat(web): new shortcuts
This PR implements the following shortcuts when viewing assets individually:
fto mark the current viewing asset as favoriteShift+ato archive itShift+dto download it
and while viewing the asset grid:
/to go to the explore page
This is the same behavior as Google Photos even when caps lock is activated.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| immich | ⬜️ Ignored (Inspect) | Jul 10, 2023 0:33am |
Found this bug with this feature, is it normal ?
Found this bug with this feature, is it normal ?
No, seems like something is not getting cleaned up, which results in new subscribers/listeners getting added with each subsequent event. It still is there with your latest code?
Yep still
Can we add notifications for each action such as favorite, and archive?
Can we add notifications for each action such as favorite, and archive?
Sure ! Do you want a notifications only when the shortcut is pressed ?
Notifications should always happen I think.
I added notifications for favorite and download, it's already implemented for archive.
Should we add a notification even for navigation actions (such as go to explore tab) ?
I don't think so