fix(statuspage): update timeline connector and dot positioning in statuspage incidents component

This commit is contained in:
2025-12-23 21:11:55 +00:00
parent 32bc42e355
commit 474751add8
3 changed files with 27 additions and 20 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-12-23 - 1.3.1 - fix(statuspage)
update timeline connector and dot positioning in statuspage incidents component
- Remove global .timeline::before vertical connector and replace with per-item .update-item:not(:last-child)::after to draw connectors between dots
- Use sharedStyles.colors.border.default for the connector background instead of a theme gradient
- Adjust connector and dot offsets for desktop and mobile to align with dot size and border, improving visual alignment
- Add clarifying comments about dot dimensions and center calculations
## 2025-12-23 - 1.3.0 - feat(statuspage)
use dynamic status-based accent colors and computed card statuses; update stat card markup and incident/response displays