-
-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(schedule): add status column filter (#2284)
* feat(schedule): add filter to status column at All tab * feat(schedule): add filtering by status * feat(schedule): clear status column filter when tab switched * feat(schedule): refactor FilteredTags to handle multiple filter types, add handling to close status column filter * refactor(mentor-registry): update FilteredTags * Revert "refactor(mentor-registry): update FilteredTags" This reverts commit 8359fc7. * Revert "feat(schedule): refactor FilteredTags to handle multiple filter types, add handling to close status column filter" This reverts commit 2bf62bf. * feat(scheduler): implement combined filter functionality for status and type columns * feat: replace deprecated onFilterDropdownVisibleChange * refactor(schedule): rename property at getColumns * refactor(schedule): rename variable at TableView * feat(schedule): move tagFilters state to combinedFilter as filterTags * refactor(schedule): delete unused LocalStorageKeys * test(schedule): update tests for new useLocalStorage structure * refactor(schedule): fix formatting * fix(schedule): filterTags filtering condition when tab is switched * feat(schedule): add FilterTag type for tags and update regarding functionality * refactor(schedule): make CombinedFilter interface as type * refactor(schedule): fix formatting * tests(schedule): fix TableView tests
- Loading branch information
1 parent
72cf45c
commit 30b8478
Showing
6 changed files
with
153 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters