mirror of
https://github.com/immich-app/immich.git
synced 2025-11-17 00:32:37 +09: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