fix: simplify template UI to minimal, consistent design#30
Merged
AmanVarshney01 merged 1 commit intomainfrom Mar 18, 2026
Merged
fix: simplify template UI to minimal, consistent design#30AmanVarshney01 merged 1 commit intomainfrom
AmanVarshney01 merged 1 commit intomainfrom
Conversation
Remove gradients, box-shadows, backdrop-filter, custom fonts, and oversized headings across all templates. Unify Next.js, SvelteKit, Astro, Nuxt, and TanStack Start on the same minimal style: white background, system font stack, small border-radius, simple 1px borders, and muted gray text. TanStack Start now uses the same class names and page structure as the other templates.
WalkthroughThe PR updates styling across multiple framework templates, replacing custom font stacks with system fonts, adjusting color schemes to lighter backgrounds and darker text, and tightening spacing and typography. One framework template also includes HTML markup restructuring. Changes
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
PR preview published
|
There was a problem hiding this comment.
Actionable comments posted: 2
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 3f2c57e5-dc80-4290-8506-0946c048c265
📒 Files selected for processing (6)
templates/create/astro/src/pages/index.astro.hbstemplates/create/next/src/app/globals.csstemplates/create/nuxt/app/pages/index.vue.hbstemplates/create/svelte/src/routes/+page.svelte.hbstemplates/create/tanstack-start/src/routes/index.tsx.hbstemplates/create/tanstack-start/src/styles.css
mhartington
approved these changes
Mar 18, 2026
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
40remmax-width, small border-radius, simple 1px borders, muted gray textshell,panel,panelHeader,users) and page structure as the other templates, replacing its uniquecard,content,sectionHeader,list,listItem,checklistclassesTest plan
--yes --provider sqlitenpm install+prisma generate+npm run buildfor all 5 templates — all passSummary by CodeRabbit
Style
Refactor