mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-06 03:05:25 +00:00
feat(web): show lib id
This commit is contained in:
parent
a5562b14eb
commit
57110db73f
@ -112,7 +112,7 @@
|
||||
id={`library-${library.id}`}
|
||||
bind:checked={selectedLibraries[library.id]}
|
||||
/>
|
||||
<Label for={`library-${library.id}`} class="flex items-center text-sm">{library.name}</Label>
|
||||
<Label for={`library-${library.id}`} class="flex items-center text-sm">{library.name}#{library.id}</Label>
|
||||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user