feat(statuspage-incidents): Add status icons/labels and revamp incident header layout; replace left border with internal severity bar and clean up formatting

This commit is contained in:
2025-12-24 10:12:29 +00:00
parent 8e3ec4e671
commit 2e942df522
3 changed files with 189 additions and 185 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-12-24 - 1.4.0 - feat(statuspage-incidents)
Add status icons/labels and revamp incident header layout; replace left border with internal severity bar and clean up formatting
- Introduce TIncidentStatus and mappings for statusIcons and statusLabels for consistent iconography and human-readable labels
- Update incident header layout to match admin catalog (adjust padding, alignment, spacing)
- Replace border-left severity indicator with an internal .incident-severity element and apply severity-specific styles
- Minor code/style cleanups: whitespace fixes in formatDate/formatDuration and normalized event detail object formatting
## 2025-12-23 - 1.3.1 - fix(statuspage)
update timeline connector and dot positioning in statuspage incidents component