Tag Folders: Clear all filters button

- Add "clear all filters" button for tag and search filters
- Resize back button to take less space
- Fix char grid display
This commit is contained in:
Wolfsblvt
2024-03-07 04:26:33 +01:00
parent fb97f563b7
commit 9f42cafc39
5 changed files with 83 additions and 22 deletions

View File

@ -22,7 +22,7 @@ export const FILTER_TYPES = {
export const FILTER_STATES = {
SELECTED: { key: 'SELECTED', class: 'selected' },
EXCLUDED: { key: 'EXCLUDED', class: 'excluded' },
UNDEFINED: { key: 'UNDEFINED', class: undefined },
UNDEFINED: { key: 'UNDEFINED', class: 'undefined' },
};
/**