mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
feat: add search filter for items with no photo (#383)
* feat: add search filter for items without photos * chore: configure Golang formatter for VSCode * fix: displaying long filter labels for some locales * feat: add search filter for items with photos * test: fix linter errors * chore: remove redundant height attribute * fix: make with/without photo filters mutually exclusive --------- Co-authored-by: zebrapurring <>
This commit is contained in:
@@ -24,6 +24,8 @@ export type ItemsQuery = {
|
||||
locations?: string[];
|
||||
labels?: string[];
|
||||
negateLabels?: boolean;
|
||||
onlyWithoutPhoto?: boolean;
|
||||
onlyWithPhoto?: boolean;
|
||||
parentIds?: string[];
|
||||
q?: string;
|
||||
fields?: string[];
|
||||
|
||||
Reference in New Issue
Block a user