mirror of
https://github.com/immich-app/immich.git
synced 2025-09-13 15:50:40 -04:00
Compare commits
2 Commits
a030cee823
...
148f864637
Author | SHA1 | Date | |
---|---|---|---|
|
148f864637 | ||
|
759a04459e |
@ -46,6 +46,14 @@
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<svelte:window
|
||||||
|
on:keydown={(e) => {
|
||||||
|
if (!searchFaces && /^[\dA-Za-z]$/.test(e.key)) {
|
||||||
|
searchFaces = true;
|
||||||
|
}
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
<section
|
<section
|
||||||
transition:fly={{ x: 360, duration: 100, easing: linear }}
|
transition:fly={{ x: 360, duration: 100, easing: linear }}
|
||||||
class="absolute top-0 z-[2001] h-full w-[360px] overflow-x-hidden p-2 bg-immich-bg dark:bg-immich-dark-bg dark:text-immich-dark-fg"
|
class="absolute top-0 z-[2001] h-full w-[360px] overflow-x-hidden p-2 bg-immich-bg dark:bg-immich-dark-bg dark:text-immich-dark-fg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user