xPulse
πŸ‡¬πŸ‡§ EN
Pages
Contents

11. Timelines

For status pages, releases and chronologies. xpulse-timeline is a genuine theme component β€” not app-specific custom styles.

Live Demo

v1.3.0 live

Deployed to production and reachable.

v1.4.0 testing

Internal review β€” features stable but not yet signed off.

Incident

An error or planned hotfix can be displayed prominently like this.

v1.2.0 archived

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.

en/styleguide/12-timeline.md 2026-04-17