feat(roadmap): Jesse's journey — alternating timeline with era chapters (#132) - #134
Merged
Conversation
…rs (#132) The journey so far becomes the vertical historical map from Jesse's history page: a center spine with the 14 closed milestones alternating sides (>= lg), broken into chapters by era markers derived from the closedAt months (July 2026 / August 2026 — c.formatEra, localized juillet 2026 / يوليوز 2026, never hand-written). Each entry carries the milestone title, the first sentence of its description as prose, the ship date, and the item count; the rest of the description stays on the milestone's GitHub page, one link away. Below lg the spine hugs one edge, every entry sits on a single side, and the era markers run inline. Story first: the journey now leads the page (at the container's width) with the open-milestones section below, framing untouched. Pure CSS — one grid, logical properties only, so the Arabic edition mirrors spine, sides and dots. Zero JS; the fetch is untouched.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Closes #132 — the journey becomes Jesse's vertical historical map instead of a one-sided card list: a center spine, entries alternating sides, era chapters, story-first entries.
What changed
lg): one 2px spine drawn behind everything; entries are half-width cards justified to the start/end column, each with an accent dot bead on the spine. Sides come from the server-computed journey index, not:nth-child, so the zigzag carries across chapter boundaries instead of restarting with each chapter.July 2026(3 entries) →August 2026(11 entries). Labels derive from the data via a newc.formatErai18n field:Intl.DateTimeFormatwithtimeZone: "UTC"andcalendar: "gregory", so a label can't drift with the build machine's timezone. Localized asjuillet 2026/يوليوز 2026—ar-MAdeliberately, for Moroccan month names in Western digits matching the site's numeric dates.BLOCKING.) accumulates sentences up to a 24-char floor, and a one-giant-sentence change log (Phase 13's is ~800 characters) cuts at 220 on a word boundary with an ellipsis. Where the description continues past the lede, the entry links "View this milestone on GitHub →" — previously dead copy in the i18n file, now earning its keep.Pure CSS — grid plus logical properties only, so the Arabic edition mirrors spine, sides and dots. Zero JS.
Verification
npx astro check(cache cleared): 0 errors (4 pre-existing hints in untouched files).npm run build: 70 pages./en/roadmap/@ 1280: 14 entries, strict odd/even alternation down the page (s e s e s e s e s e s e s e; start-left 96.0 vs end-left 670.4), eras["July 2026", "August 2026"]in reading order. A device-pixel probe (dsf 8) confirms every dot's painted center sits exactly on the spine column (Δ 0px)./ar/roadmap/@ 1280: mirrored — the start side is the right half (670.4 vs 96.0), alternation intact, erasيوليوز 2026 / غشت 2026.en/ar/fr: single side (all entry lefts equal), era markers inline,document.scrollWidth = 390in all three — zero overflow, zero offending elements.milestones.jsonabsent, the stale banner renders and no timeline does.Screenshots
Desktop 1280 — en (alternating, era chapters centered on the spine):
Desktop 1280 — ar (RTL: spine and sides mirror; entries still alternate):
Mobile 390 — single side, inline era markers (en / ar / fr):