refactor: rebuild UI on shadcn/ui + Tailwind v4 with AWAR theme#2
Merged
Conversation
added 9 commits
March 10, 2026 05:56
Strip CSS Modules components (28), hand-rolled token system, providers, hooks, and showcase app in preparation for shadcn/ui + Tailwind v4 rebuild. [agent commit]
Initialize fresh project foundation on Tailwind v4 and shadcn/ui. AWAR aesthetic applied globally via CSS variables: maroon/amber/warm neutral palette, JetBrains Mono font, zero border-radius, tone-based elevation with no shadows, and custom scrollbar styling. Both dark (default) and light modes mapped. [agent commit]
Install button, badge, card, alert, input, label, separator, tooltip, dialog, dropdown-menu, popover, tabs, accordion, table, toggle, switch, slider, progress, checkbox, select, textarea, avatar, command, sheet, and scroll-area via shadcn CLI. [agent commit]
Override --radius-full and add universal border-radius: 0 !important rule to catch hardcoded rounded-full classes in shadcn components. Update dev app to showcase all installed components with AWAR theme. [agent commit]
Reduce component heights to 28px (h-7) default baseline with 4px-based spacing scale. Affects button, input, select, tabs, command, toggle, dialog, card, accordion, table, sheet, textarea. [agent commit]
Add section demonstrating component heights, inline form density, 4px base spacing scale, and card padding comparison. [agent commit]
Remove all shadow-xs/sm/md/lg classes from component markup (redundant with global box-shadow:none override). Change slider thumb from hardcoded bg-white to bg-background. Remove hardcoded rounded-[4px] from checkbox. [agent commit]
Port FigletText with gradient presets and 3 figlet fonts from v1 archive. Add Logo SVG component and LogoLockup composition. Include branding showcase section in dev app. [agent commit]
Create theme provider with dark/light toggle that manages the class on documentElement. Wire up full public API in index.ts exporting all 25 shadcn components, 3 AWAR branding components, provider, hook, and cn utility. Library build verified. [agent commit]
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
Closes #1
Complete rebuild of
@awar.dev/uifrom scratch using shadcn/ui + Tailwind v4 as the baseline, with the AWAR terminal-inspired aesthetic layered on top.build:libproduces dist bundleTest plan
npm run build:lib)tsc -b)[agent pr]