Commit Graph

10 Commits

Author SHA1 Message Date
Ryan Walters
f5090b9c10 refactor: simplify export to PNG-only, improve controls UI
- Replace html2canvas with modern-screenshot for better performance
- Remove ExportModal and CSS export functionality
- Simplify export to single PNG download
- Improve controls layout with better spacing and text shadows
- Increase glass-panel opacity for better readability
- Remove unused ExportData interface and CSS generation utilities
2025-11-06 23:40:43 -06:00
Ryan Walters
6834aa308f feat: add interactive gradient controls with glassmorphic UI
Implement comprehensive gradient customization with neural noise textures, including palettes, export functionality, and Radix UI components with framer-motion animations.
2025-11-06 22:55:06 -06:00
Ryan Walters
e632e69b91 feat: migrate from React to Preact, add Vitest testing, and optimize bundle
Major framework and tooling changes:
- Migrate from React 19 to Preact 10 with preact-iso for routing
- Replace @mantine/hooks with custom hooks (useBooleanToggle, useViewportSize)
- Switch from @heroicons/react to lucide-preact for icons
- Replace chance.js with random-js for RNG

Testing infrastructure:
- Add Vitest with @testing-library/preact and happy-dom
- Set up test configuration and initial App tests
- Add Vitest UI for interactive test running

Build optimizations:
- Add cssnano for CSS minification
- Configure aggressive bundle optimizations in Vite
- Update to Tailwind CSS 4.1.17

Project structure:
- Consolidate entry point from main.tsx to index.tsx
- Reorganize CSS location (styles/index.css → index.css)
- Add ESLint with preact config
- Update TypeScript configuration for Preact
2025-11-06 21:56:53 -06:00
d668a21750 feat: switch to mantine-hooks, random-js, add cssnano & aggressive bundle optimizations, remove chance/usehooks/lodash 2025-08-09 13:40:04 -05:00
683e504c9c chore: update tailwindcss to v4, remove sass, use vite plugin for tailwindcss 2025-08-09 13:16:34 -05:00
048701580d chore: update all dependencies, switch to pnpm 2025-08-09 13:09:17 -05:00
Xevion
509be71ebe Add basic open graph tags to index.html 2022-11-25 02:58:37 -06:00
Xevion
672daceb18 Set base for GitHub Pages properly in config 2022-11-25 02:30:30 -06:00
Xevion
92ff588d6f Add hide/regenerate button, hero icons, abstract text 2022-11-25 00:20:07 -06:00
Xevion
7298ae0945 Init repo 2022-11-24 19:13:02 -06:00