Skip to content

Add shadcn - #4703

Draft
patrick91 wants to merge 1 commit into
2026-08-06-add-cross-inertiafrom
2026-08-06-add-shadcn
Draft

Add shadcn#4703
patrick91 wants to merge 1 commit into
2026-08-06-add-cross-inertiafrom
2026-08-06-add-shadcn

Conversation

@patrick91

Copy link
Copy Markdown
Member

No description provided.

Shortcake-Parent: 2026-08-06-add-cross-inertia
@vercel

vercel Bot commented Aug 6, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
pycon Ready Ready Preview Aug 6, 2026 1:22pm

@claude

claude Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Summary: adds shadcn/ui setup (config, base components, sidebar/tooltip/sheet/etc.) and wires the Dashboard page to use the new AppSidebar layout.

Build-breaking: src/lib/utils.ts is missing. Seven new files (button.tsx, input.tsx, separator.tsx, sheet.tsx, sidebar.tsx, skeleton.tsx, tooltip.tsx) import cn from @/lib/utils, but that file isn't in the diff and doesn't exist anywhere in the branch's tree. package.json's build script is tsc --noEmit && vite build, so this will fail typecheck/build as-is.

Root cause: the repo's top-level .gitignore has a Python-packaging rule lib/ (meant for virtualenv lib//lib64/) which also unintentionally matches backend/dashboard/src/lib/, so git add silently dropped the generated utils.ts. Either scope that gitignore rule (e.g. /lib/ or a path prefix) or force-add backend/dashboard/src/lib/utils.ts.

Worth double-checking before merge: components.json sets "style": "radix-nova" and top-level menuColor/menuAccent fields — confirm these are real shadcn CLI config options for the installed shadcn@^4.16.1 and not left over from a different scaffold/template.

@codecov

codecov Bot commented Aug 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.44%. Comparing base (69a281e) to head (242ebd4).

Additional details and impacted files
@@                      Coverage Diff                      @@
##           2026-08-06-add-cross-inertia    #4703   +/-   ##
=============================================================
  Coverage                         92.44%   92.44%           
=============================================================
  Files                               358      358           
  Lines                             10731    10731           
  Branches                            818      818           
=============================================================
  Hits                               9920     9920           
  Misses                              698      698           
  Partials                            113      113           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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