Commit Graph

8 Commits

Author SHA1 Message Date
TypoGenie
d0f88625b5 a11y: fix keyboard access, listbox pattern, ARIA labels, target sizes 2026-02-18 23:32:21 +02:00
TypoGenie
242e16f75d a11y: convert all modals to native dialog with focus management 2026-02-18 23:27:55 +02:00
TypoGenie
7d5af9e39c a11y: fix CSS foundation - contrast, overflow, focus ring, reduced motion 2026-02-18 23:22:04 +02:00
TypoGenie
592ded54fe chore: normalize dashes across project files 2026-02-09 22:59:03 +02:00
TypoGenie
3265ea899b fix: resolve lingering TypeScript errors found during cleanup
- Fixed unused import in useTemplates.ts
- Fixed argument mismatch in templateLoader.ts
2026-02-01 19:05:00 +02:00
TypoGenie
4a8ca94348 chore: cleanup unused files and scripts
- Removed legacy TypeScript templates (replaced by JSON)
- Removed unused PowerShell and CJS maintenance scripts
- Removed debug logs and unused components
- Files moved to local _TRASH/ directory (excluded from git)
2026-02-01 19:03:37 +02:00
TypoGenie
60f39ed961 feat: port all template categories to JSON format
- Ported Minimalist templates to JSON (Swiss Grid, Brutalist, etc.)
- Ported Tech templates to JSON (SaaS, Terminal, Cyberpunk, etc.)
- Ported Creative templates to JSON (Art Gallery, Zine, Pop Art, etc.)
- Ported Industrial templates to JSON (Blueprint, Factory, Schematic, etc.)
- Ported Nature templates to JSON (Botanical, Ocean, Mountain, etc.)
- Ported Lifestyle templates to JSON (Cookbook, Travel, Coffee House, etc.)
- Ported Vintage templates to JSON (Art Deco, Medieval, Retro 80s, etc.)
- Updated README.md to reflect the new JSON-based style system (example configuration and contribution workflow)
- Completed migration of over 150 styles to the new architecture
2026-02-01 18:51:43 +02:00
TypoGenie
2c22b0fce6 feat: Transform to Tauri desktop app
- Initialize Tauri v2 project with Rust backend
- Restructure project: move source files to src/ directory
- Add Tauri configuration for Windows, macOS, and Linux builds
- Update Vite config for Tauri development workflow
- Add file system and dialog permissions for native features
- Update package.json with desktop build scripts
- Update tsconfig.json paths for new src structure
- Add Tauri and desktop badges to README
- Document desktop build process and architecture
2026-01-29 18:28:35 +02:00