mirror of
https://github.com/immich-app/immich.git
synced 2026-06-04 05:05:22 -04:00
- format
This commit is contained in:
@@ -180,15 +180,13 @@
|
||||
<!-- TEXT -->
|
||||
<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 -->
|
||||
<SearchAlbumsSection bind:selectedAlbums={filter.albumIds} />
|
||||
|
||||
<!-- TAGS -->
|
||||
<SearchTagsSection bind:selectedTags={filter.tagIds} />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- LOCATION -->
|
||||
<SearchLocationSection bind:filters={filter.location} />
|
||||
|
||||
Reference in New Issue
Block a user