Merge 759a04459e98396ed507ee16d60d1f3aaa3efaaf into b0bcc6c03ecedff0d756a0e54352586672cea761

This commit is contained in:
Jan108 2024-10-02 06:30:36 +02:00 committed by GitHub
commit a030cee823
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"