amitwh
|
73795d1ad8
|
docs: add modal system design document
|
2026-03-24 13:53:27 +05:30 |
|
amitwh
|
fe4d634163
|
feat: add Shadcn/ui design tokens and accessibility improvements
- Add src/styles/tokens.css with comprehensive design tokens
- Define color tokens (primary, secondary, accent, destructive, etc.)
- Add spacing, typography, shadow, and transition tokens
- Include dark mode token overrides
- Add utility classes (btn, badge, input variants)
- Add skip-link for keyboard navigation
- Update index.html to include tokens.css
This enables consistent theming and easier future UI updates.
Amit Haridas
|
2026-03-24 09:55:18 +05:30 |
|
amitwh
|
cbf0b4897d
|
docs: add V4 enhancement + Flutter exploration design
- 70% V4 enhancements: fix multitab bug, performance optimizations,
platform adapters, Shadcn/ui patterns
- 30% Flutter exploration: prototype for Windows, Mobile, Web evaluation
Amit Haridas
|
2026-03-24 00:10:47 +05:30 |
|
amitwh
|
f1740c6bb6
|
docs: add detailed implementation plan for v5.0 migration
Phase 1 (Foundation) tasks with step-by-step instructions:
- Task 1-2: Project initialization (Vite, React, TypeScript)
- Task 3-4: Tailwind CSS + Shadcn/ui configuration
- Task 5: Zustand stores (editor, settings, theme, sidebar)
- Task 6-8: Platform adapter pattern (types, web, tauri stubs)
- Task 9: Tauri project initialization
- Task 10: Basic layout components
Each task includes:
- Exact file paths
- Complete code snippets
- Build verification steps
- Commit messages
Amit Haridas
|
2026-03-15 09:57:51 +05:30 |
|
amitwh
|
8319953ccf
|
docs: add React + Tauri + PWA architecture design for v5.0
Comprehensive design document covering:
- Project structure with platform adapters
- React component architecture
- Zustand state management
- Platform adapter pattern (Tauri + Web)
- Build configuration (Vite, Tailwind, TypeScript)
- Tauri backend (Rust) IPC commands
- PWA configuration with Service Worker
- 8-week migration plan
- Security improvements over Electron
Approved design for parallel development alongside v4.x
Amit Haridas
|
2026-03-15 09:53:18 +05:30 |
|