Deployed to production and reachable.
Pages
Contents
11. Timelines
For status pages, releases and chronologies. xpulse-timeline is a genuine theme component β not app-specific custom styles.
Live Demo
Internal review β features stable but not yet signed off.
An error or planned hotfix can be displayed prominently like this.
Older version with no special status.
Structure
| <div class="xpulse-timeline"> |
| <div class="xpulse-timeline__item"> |
| <div class="xpulse-timeline__line"> |
| <div class="xpulse-timeline__dot xpulse-timeline__dot--info"></div> |
| </div> |
| <article class="xpulse-timeline__card xpulse-card--info"> |
| <strong class="xpulse-text--info">v1.3.0 live</strong> |
| <p>Description</p> |
| </article> |
| </div> |
| </div> |
Dot Variants
| Class | Meaning |
|---|---|
xpulse-timeline__dot |
Neutral (no context) |
xpulse-timeline__dot--info |
Positive / Online / Live |
xpulse-timeline__dot--warning |
Pending / In Review |
xpulse-timeline__dot--danger |
Error / Incident |
Recommendation: always pair the dot colour with the matching card variant (xpulse-card--info etc.) so colour and border stay consistent.