Skip to content

feat: tech-stack demo panels and shiki fix#26

Merged
Ring-wdr merged 4 commits intomainfrom
feat/tech-stack-expertise-showcase
Mar 27, 2026
Merged

feat: tech-stack demo panels and shiki fix#26
Ring-wdr merged 4 commits intomainfrom
feat/tech-stack-expertise-showcase

Conversation

@Ring-wdr
Copy link
Copy Markdown
Owner

Summary

  • Add per-category interactive demo panels to the tech-stack page showcasing real expertise (React 19 / Next.js 16 patterns, code blocks with syntax highlighting)
  • Fix singleton shiki highlighter initialization to prevent multiple instances
  • Add unit tests and e2e tests for tech-stack page

Test plan

  • Verify tech-stack page renders demo panels for each category
  • Confirm code blocks render with syntax highlighting (shiki)
  • Check i18n: both ko and en locales display correctly
  • Run pnpm test for unit tests
  • Run pnpm e2e for Playwright tests

🤖 Generated with Claude Code

Ring-wdr and others added 3 commits March 25, 2026 00:39
The tech-stack route needed stronger evidence of hands-on depth than a flat list of badges. This change adds a focused shiki-magic-move/react showcase for code-centric stacks and leaves Supabase as an explanation-first case where narrative communicates expertise better than a toy diff.

Constraint: Keep the route mostly server-rendered with a narrow client boundary
Constraint: Must preserve non-code stack cards without forcing showcase content everywhere
Rejected: Make every stack a code diff | weak signal for tools and data platforms like Supabase
Rejected: Use a generic code-only showcase for Supabase | narrative better reflects product/data judgment than a tiny snippet
Confidence: high
Scope-risk: moderate
Directive: Keep showcase entries curated; do not add code diffs for stacks unless the comparison teaches a real implementation upgrade
Tested: lsp_diagnostics on modified files; pnpm lint; pnpm test src/pages-layer/tech-stack/tech-stack-page.test.tsx; pnpm test:e2e tests/tech-stack.spec.ts --project='Desktop Chrome'; pnpm build
Not-tested: Cross-browser Playwright coverage for the new Supabase narrative state
… / Next.js 16

- Add TechCategoryDemoPanel component reusing shiki-magic-move setup per category section
- Fix ShikiMagicMove animation bug by adding key={activeStack.name} to force remount per stack
- Refactor prefersReducedMotion to useSyncExternalStore
- Update React after-code to useActionState (React 19)
- Update Next.js after-code to PageProps<'/route'> global helper (Next.js 16 typegen)
- Update TypeScript after-code to discriminated union + satisfies operator
- Update Playwright after-code to test.step structured blocks
- Rewrite Supabase narrative to highlight RLS, real-time, and typed client strengths
- Update en/ko translations for all showcase items

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
next-portfolio Ready Ready Preview, Comment Mar 27, 2026 1:39am

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d7e51bd9bb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

- Use getAllByRole()[0] for unit tests and .first() for Playwright to
  handle duplicate React/Supabase buttons from showcase + category panels
- Update React "after" assertion from useMutation to useActionState
- Use getAllByText for narrative text that appears in both panels

Addresses PR #26 review feedback.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Ring-wdr Ring-wdr merged commit 0b29347 into main Mar 27, 2026
2 of 3 checks passed
@Ring-wdr Ring-wdr deleted the feat/tech-stack-expertise-showcase branch March 27, 2026 01:43
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