improve weblibre search

This commit is contained in:
Fabian Freund
2026-06-01 07:17:37 +02:00
parent 88f128621f
commit 453e1a6c30
23 changed files with 1095 additions and 796 deletions
@@ -32,6 +32,7 @@ enum PersistedBoolKey {
key: 'SearchSuggestionsExpanded',
defaultValue: true,
),
infoboxExpanded(key: 'InfoboxExpanded', defaultValue: true),
tabSuggestions(key: 'TabSuggestions', defaultValue: false);
const PersistedBoolKey({required this.key, required this.defaultValue});