stronk type
This commit is contained in:
parent
980c6b0dbb
commit
207049df00
1 changed files with 11 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
import { AlbumResponseDto } from '@api';
|
||||
|
||||
export let album: AlbumResponseDto;
|
||||
const dispatch = createEventDispatcher();
|
||||
const dispatch = createEventDispatcher<{ close: void }>();
|
||||
</script>
|
||||
|
||||
<BaseModal
|
||||
|
@ -13,8 +13,15 @@
|
|||
}}
|
||||
>
|
||||
<svelte:fragment slot="title">
|
||||
<span class="flex place-items-center gap-2">
|
||||
<p class="font-medium text-immich-fg dark:text-immich-dark-fg">Select people & rule</p>
|
||||
</span>
|
||||
<div class="flex place-items-center gap-2">
|
||||
<p class="font-medium text-immich-fg dark:text-immich-dark-fg">Automatically add photos</p>
|
||||
</div>
|
||||
</svelte:fragment>
|
||||
|
||||
<div>
|
||||
<div>
|
||||
<p>Select people</p>
|
||||
<div>People selection box</div>
|
||||
</div>
|
||||
</div>
|
||||
</BaseModal>
|
||||
|
|
Loading…
Reference in a new issue