Build [v1.14.31]

This commit is contained in:
2026-04-25 12:53:41 +03:00
parent d0f166a370
commit de8c5c7135
42 changed files with 441 additions and 354 deletions

View File

@@ -10,7 +10,7 @@
- [x] Task 2: Implement Global Sharp Edges & Borders
- [x] Task 3: Component-Level Overhaul (Buttons & Inputs)
- [x] Task 4: StatCard & Data Table Refinement
- [ ] Task 5: Layout & Viewport Adjustments
- [x] Task 5: Layout & Viewport Adjustments
- [ ] Task 6: Final Audit & Rule Alignment
## Decisions
@@ -19,6 +19,8 @@
- Used `Space Grotesk` from Google Fonts.
- Refined StatCards and Data Tables with #121212 background and #222222 borders, sharp corners, and tight padding (8px-12px) for high information density.
- Enforced Title Case for table headers to comply with "NO UPPERCASE" rule while maintaining "Industrial Precision" visual hierarchy.
- Standardized page headers with a unified icon box (`bg-primary/10 border-primary/20`) and title size (`text-3xl`).
- Unified main container width (`max-w-7xl`) and responsive padding (`p-4 md:p-8`) across all main pages.
## Blockers
- None.