feat(web): add changelog foundations - #628
Open
Danlee76 wants to merge 1 commit into
Open
Conversation
Scaffold the query-backed changelog route, add semantic changelog badges, stable release anchors and copy links, and expose an on-request what's-new dialog from the navbar. Verified with: bun lint; bun typecheck; bun run check:tokens; bun run test; bun run test:coverage; bun run build; bun run --cwd apps/s03-indexer codegen; bun run --cwd apps/s03-indexer build; bun run --cwd apps/s03-indexer test; SO4_CONTRACTS_REPO=apps/s03-indexer/tests/fixtures/contracts-repo bun run --cwd apps/s03-indexer sync:contracts:local; bash scripts/validate-manifest.sh apps/s03-indexer/config/contracts.local.json; bun run --cwd apps/web typecheck; bun run --cwd apps/web build; bun run changelog:validate; bun --cwd apps/web vitest run focused changelog tests. Gallery visual snapshot regeneration was attempted with VITE_NETWORK=testnet but could not complete because the Playwright Chromium executable is not installed locally; installing the browser was not approved in this environment.
|
@0xsamuel1 is attempting to deploy a commit to the Ijai's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Danlee76 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
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.
Summary
/changelogwith TanStack Query loading, AppShell/PageHeader chrome, MSW coverage, and the initial 10-release payload bound.StatusBadge, including the composable breaking marker and/gallerycoverage.Contrast
All badge mappings use existing design tokens; no new color tokens were introduced.
Ratios are the same on
--surface-raisedand--surface-canvasbecause the badge fills are opaque.Testing
bun lintbun typecheckbun run check:tokensbun run testbun run test:coveragebun run buildbun run --cwd apps/s03-indexer codegenbun run --cwd apps/s03-indexer buildbun run --cwd apps/s03-indexer testSO4_CONTRACTS_REPO="$PWD/apps/s03-indexer/tests/fixtures/contracts-repo" bun run --cwd apps/s03-indexer sync:contracts:localbash scripts/validate-manifest.sh apps/s03-indexer/config/contracts.local.jsonbun run --cwd apps/web typecheckbun run --cwd apps/web buildbun run changelog:validatebun --cwd apps/web vitest run src/features/changelog/changelog.test.tsx src/features/changelog/components/ChangelogCategoryBadge.test.tsx src/features/changelog/components/WhatsNew.test.tsx src/features/changelog/hooks/use-release-hash.test.tsx src/features/changelog/lib/version-anchor.test.ts src/features/changelog/lib/seen-release.test.tsVisual snapshot update was attempted with
VITE_NETWORK=testnet bun run test:e2e -- design-system-visual --grep gallery --update-snapshots, but local Playwright Chromium was missing and the browser install was not available in this environment.Closes #518
Closes #520
Closes #521
Closes #529