feat(web): rotate image

This commit is contained in:
Jason Rasmussen
2025-02-13 17:02:44 -05:00
parent dbbefde98d
commit 9cd0871178
24 changed files with 441 additions and 53 deletions
@@ -34,6 +34,8 @@
{ key: ['i'], action: $t('show_or_hide_info') },
{ key: ['s'], action: $t('stack_selected_photos') },
{ key: ['⇧', 'a'], action: $t('archive_or_unarchive_photo') },
{ key: ['r'], action: $t('rotate_right') },
{ key: ['⇧', 'r'], action: $t('rotate_left') },
{ key: ['⇧', 'd'], action: $t('download') },
{ key: ['Space'], action: $t('play_or_pause_video') },
{ key: ['Del'], action: $t('trash_delete_asset'), info: $t('shift_to_permanent_delete') },