mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
- format
This commit is contained in:
@@ -180,15 +180,13 @@
|
|||||||
<!-- TEXT -->
|
<!-- TEXT -->
|
||||||
<SearchTextSection bind:query={filter.query} bind:queryType={filter.queryType} />
|
<SearchTextSection bind:query={filter.query} bind:queryType={filter.queryType} />
|
||||||
|
|
||||||
|
<div class="grid grid-auto-fit-40 gap-5">
|
||||||
<div class="grid grid-auto-fit-40 gap-5">
|
|
||||||
<!-- ALBUMS -->
|
<!-- ALBUMS -->
|
||||||
<SearchAlbumsSection bind:selectedAlbums={filter.albumIds} />
|
<SearchAlbumsSection bind:selectedAlbums={filter.albumIds} />
|
||||||
|
|
||||||
<!-- TAGS -->
|
<!-- TAGS -->
|
||||||
<SearchTagsSection bind:selectedTags={filter.tagIds} />
|
<SearchTagsSection bind:selectedTags={filter.tagIds} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- LOCATION -->
|
<!-- LOCATION -->
|
||||||
<SearchLocationSection bind:filters={filter.location} />
|
<SearchLocationSection bind:filters={filter.location} />
|
||||||
|
|||||||
Reference in New Issue
Block a user