Originally created by: adityaharishch
Summary
- Setup wizard: fixed spacing/contrast regressions (removed a
marginBlock:auto that made steps land at inconsistent vertical positions), unified eyebrow/chip labels onto the shared mt-label/mt-chip/mt-mono-sm classes instead of one-off font-mono styling, aligned dot-bullet notes to their first line.
- Day-task timeline: ported the hour rail (label + spine + node) from the marketing site's product demo (
meridiona-website/assets/css/demo.css .hour-label/.hour-spine/.hour-node), added breathing room between the rail and the task cards, restyled the posted-to-tracker pill on task cards to sit as a neutral white-ringed badge on the card's own surface instead of a green-tinted chip, and refreshed the live-hour copy ("Cooking up this hour's recap…").
- Scoped a one-off JetBrains Mono font load (
--font-jetbrains-mono) to just the timeline's hour-rail labels, matching the reference demo without touching the app-wide --font-mono → SF Pro alias.
Test plan
- [x]
npx tsc --noEmit clean
- [x]
npm run build clean
- [x]
cargo fmt / cargo clippy / cargo test (pre-push hooks) passed
- [ ] Visual check in a packaged/dev build of the setup wizard and timeline (light + dark theme)
Originally posted by: coderabbitai[bot]
✨ Finishing Touches
🧪 Generate unit tests (beta)
- [ ] Create PR with unit tests - [ ] Commit unit tests in branch `feat/timeline-hourrail-setup-polish`Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
❤️ Share
- [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)Comment
@coderabbitai helpto get the list of available commands.Ticket changed by: adityaharishch