mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(web): remove flowbite (#4178)
* chore(web): remove flowbite * Added confirmation prompt for deletion
This commit is contained in:
parent
e050121dbf
commit
9a7e48eaa6
6 changed files with 113 additions and 284 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue