feat: modernize search filters & intelligent label shortening
- Introduced shortenCategory utility to strip redundant terms from labels - Refactored BottleGrid filters into a compact, collapsible layout - Added filter count indicator and improved chip styling - Fully localized new filter UI elements
This commit is contained in:
@@ -56,6 +56,9 @@ export type TranslationKeys = {
|
||||
addedOn: string;
|
||||
reviewRequired: string;
|
||||
unknownBottle: string;
|
||||
filters: string;
|
||||
resetAll: string;
|
||||
close: string;
|
||||
};
|
||||
bottle: {
|
||||
details: string;
|
||||
|
||||
Reference in New Issue
Block a user