Create 6 month update blog post - #153
Open
EskiMojo14 wants to merge 27 commits into
Open
Conversation
✅ Deploy Preview for schemabenchmarks ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Adds a new “5 Month Update” blog post and introduces a reusable Timeline UI component (with supporting date-formatting improvements) to present chronological content across the website.
Changes:
- Added
Timeline/TimelineItemcomponent with styles and Storybook story. - Updated shared date formatting utilities/components to support “normal” vs “code” formatting and date ranges.
- Added new blog content and adjusted blog MDX loading/caching; added
date-fnsdependency and updated Storybook versions.
Reviewed changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| website/src/shared/styles/index.css | Imports the new timeline component stylesheet into shared styles. |
| website/src/shared/hooks/format/use-date-formatter.ts | Refactors date formatting hook to accept formatter set (normal/code) with defaults. |
| website/src/shared/components/timeline/index.tsx | Adds Timeline components with IntersectionObserver-based “intersecting” state. |
| website/src/shared/components/timeline/index.stories.tsx | Adds Storybook coverage/examples for Timeline usage. |
| website/src/shared/components/timeline/index.css | Introduces Timeline layout/styling (including RTL + desktop grid layout). |
| website/src/shared/components/sidebar/index.css | Adjusts sidebar overflow behavior to confine scrolling to nav. |
| website/src/shared/components/date/index.tsx | Updates DateDisplay API and adds RangeDisplay for date ranges. |
| website/src/routes/blog/$slug.tsx | Changes MDX module loading to a file-level promise cache and React use() consumption. |
| website/src/routes/blog/-content/5-month-update.mdx | Adds the “5 Month Update” blog post content using the new timeline component. |
| website/src/routes/blog/-components/card/index.tsx | Updates blog card date formatting to use new date formatter defaults. |
| website/package.json | Adds date-fns dependency and bumps Storybook packages. |
| utils/src/index.ts | Exports a new monthFormatter helper. |
| pnpm-lock.yaml | Locks date-fns and Storybook version updates. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
EskiMojo14
force-pushed
the
5-months-blog
branch
5 times, most recently
from
July 28, 2026 14:11
2f8d392 to
d06474b
Compare
EskiMojo14
force-pushed
the
5-months-blog
branch
from
July 30, 2026 14:08
d06474b to
9ee0186
Compare
EskiMojo14
force-pushed
the
5-months-blog
branch
from
August 15, 2026 14:37
9ee0186 to
f2609f7
Compare
EskiMojo14
force-pushed
the
5-months-blog
branch
3 times, most recently
from
August 18, 2026 19:26
06b5ef1 to
95eca6a
Compare
EskiMojo14
marked this pull request as ready for review
August 18, 2026 20:30
EskiMojo14
force-pushed
the
5-months-blog
branch
2 times, most recently
from
August 20, 2026 12:28
f7fa93a to
141b474
Compare
EskiMojo14
force-pushed
the
5-months-blog
branch
from
August 20, 2026 18:54
4ab706a to
8c8da1a
Compare
EskiMojo14
force-pushed
the
5-months-blog
branch
3 times, most recently
from
August 20, 2026 19:48
90a6ac0 to
f06aa1a
Compare
EskiMojo14
force-pushed
the
5-months-blog
branch
from
August 21, 2026 09:24
f06aa1a to
c48da6e
Compare
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.
No description provided.