Dynamic Create Community flow, templates, and layout tokens
Overview
Replaces flat /create/* routes with /create/[screenId], centralizes screens and layout (shell, column caps, lg breakpoints for select/review), and adds templates (marketing grid, API, seed, template review route). Includes RuleStack / RuleCard / footer / nav updates, new messages, tests, and docs/create-flow.md.
Changes
Create flow:CreateFlowScreenView, registry, CreateFlowLayoutClient, proportion bar, review-template/[slug], state/migration/validation touchpoints.
Layout:CreateFlowStepShell, createFlowLayoutTokens (640px column max from md, 1328px two-column cap), select/review responsive lg two-column behavior, CreateFlowLockupCardStepShell + RuleCard layout class.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Dynamic Create Community flow, templates, and layout tokens
Overview
Replaces flat
/create/*routes with/create/[screenId], centralizes screens and layout (shell, column caps,lgbreakpoints for select/review), and adds templates (marketing grid, API, seed, template review route). Includes RuleStack / RuleCard / footer / nav updates, new messages, tests, anddocs/create-flow.md.Changes
CreateFlowScreenView, registry,CreateFlowLayoutClient, proportion bar,review-template/[slug], state/migration/validation touchpoints.CreateFlowStepShell,createFlowLayoutTokens(640px column max frommd, 1328px two-column cap), select/review responsivelgtwo-column behavior,CreateFlowLockupCardStepShell+ RuleCard layout class./templates,GovernanceTemplateGrid, catalog/presentation libs,fetchTemplates+ API,TemplateReviewCard, Prisma seed +template-markassets.docs/create-flow.mdand backend doc nudges.Screenshots
How to Test
npm run dev— walk/createthrough main steps; check <1024 vs ≥1024 on select + review./templatesand home marketing stack where applicable.npm run test:component(and spottests/unit/createFlowLayoutTokens.test.ts).