Auto-Submit | +1 |
Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
const [userShowResolved, setUserShowResolved] = useState<boolean | undefined>(
nit: should this be stored somewhere, perhaps local storage or the url?a
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
const [userShowResolved, setUserShowResolved] = useState<boolean | undefined>(
nit: should this be stored somewhere, perhaps local storage or the url?a
I want it to default to closed, as I would usually expect it to be a pretty long list, so going to require users to open it manually.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
monitoring: better handling for resolved groups
In a demo of this page I was confused by a group which had been resolved
but still had a similar seeming alert ungrouped.
This fixes the counts in the sidebar to ensure that resolved groups
correctly reflect the current alert status.
It also hides resolved groups by default to prevent busywork of
gardeners having to delete the groups manually after they are resolved.
(the backend will delete them after 30 days of no updates anyway).
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |