refactor: update incident table to include start date and improve dat… - #761
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe incidents management page switches date formatting from ChangesIncidents Table Date Formatting and Started Column
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
Updates the manage-side incidents table to surface an explicit “Started” timestamp and standardize incident date/time rendering through the app’s timezone/locale-aware datetime utilities.
Changes:
- Adds a new Started column to the incidents table.
- Switches incident start/end timestamp formatting from direct
date-fns/format(new Date(...))to the reactive$formatDate(...)helper (timezone + locale aware). - Updates the empty-state row
colspanto match the new column count.
…e formatting
Summary by CodeRabbit
New Features
Improvements