fix(ui): Various

This commit is contained in:
Richard Palethorpe
2025-03-27 11:45:50 +00:00
parent 11231f23ea
commit c96c8d8009
17 changed files with 204 additions and 378 deletions

View File

@@ -100,7 +100,7 @@ func SearchConfigMeta() []config.Field {
Type: config.FieldTypeNumber,
DefaultValue: 1,
Min: 1,
Max: 10,
Max: 100,
Step: 1,
HelpText: "Number of search results to return",
},