mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
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:
@ -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' },
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user