generated from cloudoperators/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(alerts/ui): improvements for filters and details (#224)
* feat(alerts/ui): filtered Pills can now be paused and deactivated * feat(alerts/ui): reduced opacity of deactivated pills * feat(alerts/ui): protype which keeps order * feat(alerts/ui): new logic to deactivate filters * feat(alerts/ui): delete specific paused filters * feat(alerts/ui): allows to reactivate Pills. * fix(alerts/ui): del log * fix(alerts/ui): active Filters are visibly removed. * feat(alerts/ui): clear all button clears now also inactive Filters. * fix(alerts/ui): reduce logs * fix(alerts/ui): version inc and change to npm * chore(alerts/ui): update comments and clean up * feat(alerts/ui): Showing Recrating and Expiring in Detailview of Silences * feat(alerts/ui): TopNav is now a prop given to appshell * feat(alerts/ui): add pausedfilters * feat(alerts/ui): del filterPills in store, keys for all maps * feat(alerts/ui): changes * feat: ignore paused filters when filtering alerts * fix(alerts/ui): when rendering filter values Select, take only max 100 values to prevent app from crashing. * feat(alerts/ui): added pausable pills * chore(alerts/ui): clean up comments and unused variables * feat(alerts/ui): pausedFilter added in URLstate * feat(alerts/ui): silence expiring and creating are now debouncing for 200 ms * feat(alerts/ui): showing expiring and expiring silences in alertdetailview * fix(alerts/ui): all alerts are shown in the detail view * feat(alerts/ui): MessageProvider in DetailView * feat(alerts/ui): absolute position of the message in the alert details. * fix(alerts/ui): make more areas of the rows clickable (for details). * feat(alerts/ui): push new creating to the start of the list * feat(alerts/ui): untangle potential problem with setting arrays inside of immer * chore(alerts/ui): remove console.log and add comments explaining debounce helper and its use --------- Co-authored-by: D038721 <[email protected]>
- Loading branch information
1 parent
a0777ea
commit 6dc1682
Showing
19 changed files
with
387 additions
and
149 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.