mirror of
https://github.com/anand34577/ferrum.git
synced 2026-09-12 05:48:58 +00:00
29f0c18dac
- Add glassmorphism, neumorphism, and brutalist looks (backend validation, theme.tsx types, AppearanceCard picker) alongside the existing six. - Give looks real structural knobs, not just color: sidebar width/border, header height/blur are now CSS vars AppShell reads, and card shadow/hover states are fully token-driven instead of a hardcoded dark-mode override. - Sidebar nav active state drops its hard box border on glass/neumorphic looks (glow pill / inset shadow) instead of always drawing a box. - Fix RankedBarChart's value label wrapping onto two lines on the longest bar (recharts auto-wraps LabelList when space gets tight) by rendering it as a plain unconstrained <text> with a wider right margin.