Skip to content

WEB-95 Modernize codebase#102

Merged
wlenig merged 12 commits into
mainfrom
WEB-95
Mar 20, 2026
Merged

WEB-95 Modernize codebase#102
wlenig merged 12 commits into
mainfrom
WEB-95

Conversation

@wlenig
Copy link
Copy Markdown
Collaborator

@wlenig wlenig commented Mar 19, 2026

  • WEB-96 Upgrade to Next.js 16 / React 19 — rename middleware.tsproxy.ts, convert configs to TS/ESM, default to Turbopack
  • WEB-75 Upgrade to Prisma v7 — new prisma-client generator, prisma.config.ts, @prisma/adapter-pg, ESM/bundler module resolution, postinstall generate script
  • WEB-74 Replace React.FC with plain function declarations; remove unused React imports
  • WEB-76 Bump @types/node, Tailwind, and remaining deps to latest compatible versions
  • WEB-71 Convert next.config.js, postcss.config.js, .eslintrc.js to ESM/TS; delete redundant tailwind.config.js
  • WEB-72 Extract hardcoded colors in Navigation/HeaderContent configs into CSS custom properties (var(--color-*))
  • WEB-69 Remove redundant .text-sga-red/.bg-sga-red overrides from styles.css (covered by Tailwind v4 @theme)

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 19, 2026

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

Project Deployment Actions Updated (UTC)
website-development Ready Ready Preview, Comment Mar 20, 2026 0:17am

@wlenig
Copy link
Copy Markdown
Collaborator Author

wlenig commented Mar 19, 2026

WEB-98

  • Separated concerns: user-facing error display no longer lives in the action helper function
  • Replaced custom useRunAction hook with useTransition and a simpler runAction function
    • The old hook manually reimplemented useTransition's behavior, essentially

@wlenig wlenig merged commit 0aa8b65 into main Mar 20, 2026
3 checks passed
@wlenig wlenig deleted the WEB-95 branch March 20, 2026 01:10
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