feat(library): automatically fetch remote data if not available

This commit is contained in:
DecDuck
2024-11-26 20:11:03 +11:00
parent 99c8b39a11
commit 2dedfbbd5c
4 changed files with 50 additions and 6 deletions

View File

@ -13,7 +13,7 @@
>
<div class="flex items-center min-w-0 gap-x-2">
<img
class="h-5 w-5 flex-none object-cover rounded-sm bg-zinc-900"
class="h-5 w-auto flex-none object-cover rounded-sm bg-zinc-900"
:src="icons[navIdx]"
alt=""
/>