- make open-api-typescript

- Allow combobox to have thumbnails
- Add the search-albums-section
- Update search-display-section to disable isNotInAlbum checkbox when albums are selected
- In search filter modal, put albums and tags side by side. Saves space and neither need to be full width
- Add album names filter chips to search page
This commit is contained in:
CJPeckover
2025-06-06 22:19:09 -04:00
parent fb1d3bd7f4
commit cb91a5a558
6 changed files with 165 additions and 9 deletions
@@ -853,6 +853,7 @@ export type SearchExploreResponseDto = {
items: SearchExploreItem[];
};
export type MetadataSearchDto = {
albumIds?: string[];
checksum?: string;
city?: string | null;
country?: string | null;
@@ -929,6 +930,7 @@ export type PlacesResponseDto = {
name: string;
};
export type RandomSearchDto = {
albumIds?: string[];
city?: string | null;
country?: string | null;
createdAfter?: string;
@@ -962,6 +964,7 @@ export type RandomSearchDto = {
withStacked?: boolean;
};
export type SmartSearchDto = {
albumIds?: string[];
city?: string | null;
country?: string | null;
createdAfter?: string;