Skip to content

feat(use-cases): homepage and showcase improvements#857

Closed
CGQAQ wants to merge 4 commits intomainfrom
feat/use-cases-updates
Closed

feat(use-cases): homepage and showcase improvements#857
CGQAQ wants to merge 4 commits intomainfrom
feat/use-cases-updates

Conversation

@CGQAQ
Copy link
Contributor

@CGQAQ CGQAQ commented Feb 12, 2026

Summary

  • Fix quick start cards layout with horizontal scroll support
  • Allow quick start cards to expand when fewer items are shown (flex: 1 + minWidth)
  • Enable all shadcn component demos in ShadcnShowcasePage
  • Hide Shadcn UI quick start card in production (import.meta.env.DEV gate)

Test plan

  • Verify quick start cards fill available width when only 2 are visible
  • Verify Shadcn UI card is hidden in production build
  • Verify Shadcn UI card is visible in dev mode
  • Verify all shadcn showcase demos are accessible and render correctly

🤖 Generated with Claude Code

@vercel
Copy link

vercel bot commented Feb 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
use-case Ready Ready Preview, Comment Feb 12, 2026 11:48am
vue_usecase Ready Ready Preview, Comment Feb 12, 2026 11:48am

Request Review

CGQAQ and others added 4 commits February 12, 2026 19:47
Use fixed card width and overflow-x auto for consistent sizing
and proper horizontal scrolling on all screen widths.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Uncomment previously hidden demos for Input, Select, Slider,
Radio Group, Form, Progress, Skeleton, Tabs, Table, and Popover.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use flex: 1 with minWidth instead of fixed width so cards fill
available space when there are only 2-3 items.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add hidden config to QuickStartItem and set it for Shadcn UI
since shadcn routes are only available in dev mode.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@CGQAQ
Copy link
Contributor Author

CGQAQ commented Feb 14, 2026

Superseded by #861 which combines this with feat/shadcn-input.

@CGQAQ CGQAQ closed this Feb 14, 2026
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.

1 participant