feat(v2): rebranding and new site visual and content - #57
Merged
Merged
Conversation
|
- tests.yml is now the "Checks" workflow: Lint (ESLint + tsc), Storybook build and Playwright, reusable via workflow_call. - deploy.yml calls it first, so nothing builds or ships unless every check passes on main; tests.yml no longer runs separately on push. - ESLint never ran in CI: Next 13.4's build-time lint doesn't read eslint.config.mjs. Adds a check-only `lint` script for CI. - types.check ran `pnpm dlx tsc *.ts /*.tsx`; now `tsc --noEmit`. - prepare-commit-msg aborted outside a terminal (IDE commit panels): a failed /dev/tty redirect exits sh before `|| true`. Runs it in a subshell now. - Removes tests/Dockerfile, unused and pinned to Node 20. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
The old design had lazy images, so the test scrolled through the page before capturing. The new one has no images, and the leftover scroll left the sticky header painted mid-page and the nav's active item depending on where scrolling stopped. Load, wait for fonts, capture. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Generated on the CI runner (ubuntu-24.04) by the Checks workflow's update_snapshots job, so they match the environment that asserts them. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
- next 15.5.26, react/react-dom 19.3, storybook 8.6, lucide-react 0.577 - override vulnerable transitive crypto polyfills (cipher-base, elliptic, pbkdf2, sha.js) - move themeColor to the viewport export, mark robots/sitemap force-static - skip Next's build-time lint (flat config runs in the Lint job) - point robots.txt sitemap at rafer.dev instead of the placeholder Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Resolves CodeQL "workflow does not contain permissions". Baselines are regenerated on CI after the lucide-react upgrade redrew a few icons. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Favicons, PWA icons and the Open Graph card now use the handwritten R/ mark and paper/ink/pen palette from the editorial redesign. Unreferenced old logo and favicon variants are removed; they remain in history. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Covers the bilingual static setup, typed content, consent-first analytics, the deploy architecture, local setup and quality gates, and uses the new monogram instead of the old logo. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
raferdev
enabled auto-merge (squash)
September 23, 2026 21:32
raferdev
disabled auto-merge
September 23, 2026 21:32
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.