Complete UI redesign and performance optimization
A massive frontend transformation standardizing the app on a modern, dark, AI-centric aesthetic while aggressively stripping out performance-heavy CSS.
View Commit fb6fe23Architecture Changes
The Redesign
- Removed password generator entirely.
- Implemented modern AI-tools inspired dark theme with pitch black backgrounds.
- Removed compact mode; standardized on full-screen layout only.
- Added orange accent borders to upload areas.
- Changed subtitle font to monospace for a tech aesthetic.
Performance
- Eliminated heavy blur animations and background glow elements causing GPU lag.
- Converted
@applydirectives to regular CSS. - Fixed 15+ CSS syntax errors.
- Removed
will-changememory bloat.