You've already forked immich
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user