Refresh template: admin area, full design system, CI, SSR cleanup, profile sub-pages#4
Merged
Merged
Conversation
… the latest version from bc-build-new — which adds an admin namespace (users index/show, plus a live design system reference at /admin/design-system), the full AI Design System (paired light/dark tokens, primitives for badge/checkbox/dialog/radio/select/rich-text-field/theme-toggle, layout shells AdminShell/AppShell/AuthShell, MainNav with persistent open/closed state, page headers, sub-nav, and a system-aware theme toggle), GitHub Actions CI for tests/typecheck/lint/security, the SSR entrypoint moved to app/javascript/ssr/ssr.tsx with a Procfile.ssr + bin/dev-ssr workflow, an admin boolean on User gating the /admin namespace, db seeds, and updated CLAUDE.md guidance — then layer on three macOS dev-loop fixes (pin Node to 22.12.0 via .nvmrc and package.json engines so Vite 7 stops warning, and disable Puma's :solid_queue plugin in development since bin/jobs already runs it as its own Procfile process and the duplicate supervisor was crashing the dev server on macOS fork-safety). Also split the single Profile page into separate 'My details' and 'Password' sub-pages wired through a new shared PageHeader component and a ProfileSubNav tab strip following the design system's page-header-with-tabs pattern, and strip the long README down to a quick-start + a link to the canonical docs page at buildermethods.com/rails-react-template. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
Test plan
🤖 Generated with Claude Code