feat: Add alert history + ack to alert editor#2123
Conversation
🦋 Changeset detectedLatest commit: 4a5d172 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
🟡 Tier 3 — StandardIntroduces new logic, modifies core functionality, or touches areas with non-trivial risk. Why this tier:
Additional context: touches API routes or data models Review process: Full human review — logic, architecture, edge cases. Stats
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR ReviewClean refactoring with good test coverage. A few items worth noting:
|
11f8c38 to
940e93a
Compare
E2E Test Results✅ All tests passed • 131 passed • 3 skipped • 1094s
Tests ran across 4 shards in parallel. |
| @@ -0,0 +1,190 @@ | |||
| import * as React from 'react'; | |||
There was a problem hiding this comment.
This was just relocated from AlertsPage.tsx
| @@ -0,0 +1,102 @@ | |||
| import * as React from 'react'; | |||
There was a problem hiding this comment.
This was just relocated from AlertsPage.tsx
Summary
This PR updates the alert editor forms with
The components and much of the new GET /alert/:id endpoint are shared with the existing alert page functionality.
Screenshots or video
How to test locally or on Vercel
This must be tested locally, since alerts are not supported in the preview environment.
References