mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-04 20:14:54 +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:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -30,5 +30,8 @@
|
||||
"editor.quickSuggestions": {
|
||||
"strings": true
|
||||
},
|
||||
"tailwindCSS.experimental.configFile": "./frontend/tailwind.config.js"
|
||||
"tailwindCSS.experimental.configFile": "./frontend/tailwind.config.js",
|
||||
"[go]": {
|
||||
"editor.defaultFormatter": "golang.go"
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user