wip: all images page with virtualization

This commit is contained in:
2025-07-21 15:36:24 +01:00
parent 68010503ab
commit 7d9845737e
6 changed files with 39 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ export const Dock: Component = () => {
<A href="/search" class="w-full flex justify-center items-center">
<IconSearch />
</A>
<A href="/" class="w-full flex justify-center items-center">
<A href="/all-images" class="w-full flex justify-center items-center">
<IconPhoto />
</A>
</div>