refactor: Create TileAlertEditor component#2085
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 595ea44 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 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:
Review process: Full human review — logic, architecture, edge cases. Stats
|
PR ReviewClean refactor overall. One functional change slipped in beyond the stated scope:
✅ No critical issues found. |
| <Group align="center" gap={8} mx="md"> | ||
| <Text size="sm" ps="md"> | ||
| Source | ||
| <Stack gap="xs"> |
E2E Test Results✅ All tests passed • 132 passed • 3 skipped • 1030s
Tests ran across 4 shards in parallel. |

Summary
This PR extracts a TileAlertEditor component for future re-use in the Raw-SQL Alert UI. The UI has been updated to make the alert section collapsible and co-locate the "Remove Alert" button within the alert section. The collapsibility will be more important in the Raw SQL case, since the Raw SQL Editor is already pretty vertically tall.
Screenshots or video
Screen.Recording.2026-04-09.at.12.48.42.PM.mov
How to test locally or on Vercel
This must be tested locally, since alerts are not supported in local mode.
References