1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-27 05:11:11 +02:00

chore(web): remove flowbite (#4178)

* chore(web): remove flowbite

* Added confirmation prompt for deletion
This commit is contained in:
Alex
2023-09-23 11:50:21 +07:00
committed by GitHub
parent e050121dbf
commit 9a7e48eaa6
6 changed files with 113 additions and 284 deletions

View File

@ -1,5 +1,6 @@
<script>
export let text = '';
export let subtitle = '';
</script>
<button
@ -12,4 +13,10 @@
{:else}
<slot />
{/if}
<slot name="subtitle">
<p class="text-xs text-gray-500">
{subtitle}
</p>
</slot>
</button>