Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Monitoring] Some progress on making alerts better in the UI #81569
[Monitoring] Some progress on making alerts better in the UI #81569
Changes from 52 commits
50e4d95
6aa082d
03a9731
aa612ad
bc8b7ac
ca865c2
c228539
0d28e5c
e07860f
46b3b9c
73c199f
270b660
6d4027a
91ebbf9
a2b8abb
c36ed5a
2c8c752
70aa1c5
b383f3f
fa250d1
8231ce0
d5ba0a9
07c7ac2
85e3e08
44fcb2b
3b95c70
fb4cb7b
7b38bea
9cc615e
0a2a011
0e194ef
95a7080
b8c26bb
b8d37e5
fa16e1e
e7e7a25
f450379
e16b13d
c548654
d487967
ad08ad8
b88d8b3
9c7baee
9e7a756
88256a1
cc659c6
6abc318
5eae22b
8184b86
a33cf5e
e4f7d04
d0c2369
6aa31d4
ae015fb
0711e22
d9a7849
ee0e99d
5ff14e5
c98a4f1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need a
key
here since since it's not iterated (at its nested scope).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I can try to remove it. I originally added it because I saw strange behavior when toggling between the modes and React refusing to render any changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ended up adding this back in because I saw the same behavior. I'd be happy to solve the issue another way if you have ideas.