Skip to content

Conversation

@mythz
Copy link
Contributor

@mythz mythz commented Nov 14, 2025

No description provided.

claude and others added 3 commits November 14, 2025 12:09
- Created app directory with new root layout combining _app and _document
- Converted all pages from pages/ to app/ directory structure
- Updated routing from next/router to next/navigation hooks
- Marked client components with 'use client' directive
- Split gateway.ts to handle client/server concerns separately
- Converted getStaticProps/getStaticPaths to Server Components and generateStaticParams
- Updated all dynamic routes to new [param] folder structure
- Fixed type issues with Post and Author types
- Updated authentication and navigation components for App Router

All routes successfully converted:
- Home page (/)
- Blog pages (/posts, /posts/[slug])
- Auth pages (/signin, /signup, /signup-confirm)
- Protected pages (/admin, /profile)
- Feature pages (/todomvc, /bookings-auto, /bookings-custom, /shadcn-ui, /features)
- Error pages (/forbidden)

Note: Static export has a runtime issue during build that needs investigation
@mythz mythz merged commit 817072b into main Nov 14, 2025
2 checks passed
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.

3 participants