Uh oh!
There was an error while loading. Please reload this page.
Add roadmap page - #17
Merged
Merged
Conversation
New /roadmap page: a Now/Next/Later board plus a Shipped section mirroring the real /changelog. "Now" tracks the two currently-open PRs, "Next" tracks the draft cmk:visualize design doc, "Shipped" pulls from the real changelog entries. Later stays empty rather than invent plans. Same visual language as /changelog (accent, border tokens, mono-label chips, corner marks, ambient arcade-pixel background).
Moves the arcade engine (used by both pages) out of components/changelog into its own components/marketing/arcade/ folder instead of one feature folder reaching into another's. Changelog- and roadmap-specific pieces move to components/marketing/changelog/ and components/marketing/roadmap/ respectively. No behavior change, import paths only.
The prior rename commit left the actual import path updates unstaged — a multi-pathspec git add hit a fatal error on an already-deleted path and silently skipped staging the rest. This commit has the real diff: arcade/ArcadeBackground.tsx and arcade/ArcadeSplash.tsx now import their sibling engine.ts/params.ts directly instead of via a now-nonexistent ./arcade/ subpath, and both page.tsx files point at the new locations.
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Summary
/roadmappage: a Now/Next/Later board plus a Shipped section, same visual language as/changelog(accent color, border tokens, mono-label chips, corner marks, ambient arcade-pixel background).cmk:visualizeskill design (docs/design/visualize.md) — description sourced from that doc, no link since it isn't pushed anywhere yet./changelogentries and links back to it.Test plan
npm run buildpasses clean (typecheck + lint, no warnings)