mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(web): navigate with keyboard on person page (#5486)
* feat: navigate with keyboard on person page * pr feedback * pr feedback * pr feedback * fix: remove unused import
This commit is contained in:
parent
b4579e788b
commit
dcfd1f9ea6
3 changed files with 81 additions and 22 deletions
|
|
@ -27,6 +27,7 @@
|
|||
export let fullwidth = false;
|
||||
export let border = false;
|
||||
export let title: string | undefined = '';
|
||||
|
||||
let className = '';
|
||||
export { className as class };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue