Skip to content

Give each week's patch notes its own page - #39

Merged
Drefvelin merged 1 commit into
mainfrom
feat/week-patchnote-pages
Sep 25, 2026
Merged

Drefvelin merged 1 commit into
mainfrom
feat/week-patchnote-pages

Conversation

@Drefvelin

@Drefvelin Drefvelin commented Sep 25, 2026 •

Copy link
Copy Markdown
Contributor

Summary

  • /updates stays the landing page and scrolls through published weeks, newest first, with older weeks loaded on demand.
  • Each week has its own page at /updates/2026-W39. A week that was never published is not found.
  • The next Discord post can link to that page. This does not change notes already sent.

Test plan

  • Open /updates and scroll through recent weeks. Each heading opens that week.
  • Open /updates/2026-W39 for a published week and use All updates to return.
  • Confirm an unknown week returns not found, and the page still loads when the API is up.

Made with Cursor

Summary by CodeRabbit

  • New Features
    • Added dedicated pages for individual weekly updates, with links back to the updates list.
    • Weekly update labels now link to their individual pages, where that week’s notes are shown.
    • Earlier weeks appear inline after current updates, with a “Show older” button to load more.
  • Bug Fixes
    • Improved handling of unavailable or missing weekly updates, including showing an unavailable message when loading fails.

The updates index stays a scroll of every week, and a week URL opens that note on its own.

Co-authored-by: Cursor <[email protected]>
@coderabbitai

coderabbitai Bot commented Sep 25, 2026

Copy link
Copy Markdown

Review in Change Stack →

Navigate logical layers of code changes, visualize relationships, and explore their blast radius.

Note

Currently processing new changes in this PR. This may take a few minutes, please wait...

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 51397faa-fec6-4bc3-8a38-22217426de57

📥 Commits

Reviewing files that changed from the base of the PR and between 2aa91d3 and f6bcf49.

📒 Files selected for processing (8)
  • frontend/app/components/updates/EarlierArchive.tsx
  • frontend/app/components/updates/UpdatesPageView.tsx
  • frontend/app/components/updates/WeekArchiveList.tsx
  • frontend/app/updates/[week]/page.tsx
  • frontend/app/updates/page.test.tsx
  • frontend/app/updates/page.tsx
  • frontend/lib/patchnotes/api.test.ts
  • frontend/lib/patchnotes/api.ts
 __________________________________________________________________________________________________________________________________________
< Test early. Test often. Test automatically. Tests that run with every build are much more effective than test plans that sit on a shelf. >
 ------------------------------------------------------------------------------------------------------------------------------------------
  \
   \   (\__/)
       (•ㅅ•)
       /   づ
✨ Finishing Touches
📝 Generate docstrings
  • Commit to this branch
  • Create a new PR
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR

Comment @coderabbitai help to get the list of available commands.

@Drefvelin
Drefvelin merged commit e46f64d into main Sep 25, 2026
1 of 2 checks passed
@Drefvelin
Drefvelin deleted the feat/week-patchnote-pages branch September 25, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant