mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Implement notification box for web (#533)
* Added test button * styling notification box * Added auto dismission and animation to each notificaiont list * Remove test button
This commit is contained in:
parent
68b1655e7f
commit
f9b1b12b10
6 changed files with 132 additions and 4 deletions
|
|
@ -1,5 +1,4 @@
|
|||
<script lang="ts">
|
||||
|
||||
import { AppSideBarSelection } from '$lib/models/admin-sidebar-selection';
|
||||
import { onMount } from 'svelte';
|
||||
import { page } from '$app/stores';
|
||||
|
|
@ -50,8 +49,8 @@
|
|||
isSelected={selectedAction === AppSideBarSelection.ALBUMS}
|
||||
/>
|
||||
</a>
|
||||
<!-- Status Box -->
|
||||
|
||||
<!-- Status Box -->
|
||||
<div class="mb-6 mt-auto">
|
||||
<StatusBox />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue