-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to Tailwind, Accessibility improvements, added Dark Mode (#6)
* feat: migrate styles into Tailwind, use Radix Primitives for full a11y * chore: proxy bmcd-api-mock during development to match runtime more closely * feat: add dark mode classes, use neutral gray instead of zinc * chore: update deps to latest, bump version to v3.1.0 * chore: buttons to reflect all loading states * chore: improve margins inside tooltips * fix: progress bar to be visible on dark mode, cooling devices' target pct reactivity * cleanup: remove unused sass from deps * chore: improvements for mobile & iPad portrait/landscape, cleanup * chore: cleanup bundle size reporting for now
- Loading branch information
1 parent
6b56b3a
commit 4a23871
Showing
86 changed files
with
8,854 additions
and
8,884 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"$schema": "https://ui.shadcn.com/schema.json", | ||
"style": "default", | ||
"rsc": false, | ||
"tsx": true, | ||
"tailwind": { | ||
"config": "tailwind.config.ts", | ||
"css": "src/globals.css", | ||
"baseColor": "neutral", | ||
"cssVariables": false, | ||
"prefix": "" | ||
}, | ||
"aliases": { | ||
"components": "@/components", | ||
"utils": "@/lib/utils" | ||
} | ||
} |
This file contains 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
Oops, something went wrong.