Migrate cf-cms-dashboard to Vite + React 19 + TanStack Router#2
Open
cto-new[bot] wants to merge 9 commits into
Open
Migrate cf-cms-dashboard to Vite + React 19 + TanStack Router#2cto-new[bot] wants to merge 9 commits into
cto-new[bot] wants to merge 9 commits into
Conversation
…ck Router Preserve UI, theme, components, and styling while updating the stack for a faster, modern dev/build flow.
…k-router-migration Complete migration: Vite + React 19 + TanStack Router with full admin routes
…d sub-tabs This change adds a mobile-friendly navigation UX by introducing a grouped horizontal tab bar and per-group sub-tabs. It isolates content per tab to avoid conflicts and provides a cleaner, responsive UI. - New AdminTabbar component with grouped tabs - SubTabbar for per-group sub-navigation - TabContentWrapper to isolate content per tab - usePageTitle hook to derive page title from route - scrollbar-hide utility for cleaner mobile UI Note: Initial integration into the dashboard shell is staged for the next PR.
…btabs-responsive-icons feat(admin): implement mobile horizontal tab bar with grouped tabs and sub-tabs
… tabs and sub-tabs"
…parate-subtabs-responsive-icons Revert "feat(admin): implement mobile horizontal tab bar with grouped tabs and sub-tabs"
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
Migrate cf-cms-dashboard from Next.js 16 to a modern Vite + React 19 stack using TanStack Router. The migration preserves UI, theme, components and styling while enabling a streamlined dev/build pipeline.
Details
Warning: Task VM test is not passing, cto.new will perform much better if you fix the setup