524025bfe9
UI redesign: status dots with pulse + avatar circles + one-row header
...
- TaskCard: overlapping avatars, colored status dot (pulse for active)
- Header: group dropdown + status pills in single 40px row
- CSS: statusPulse animation
- Group interface: display_name optional field
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-30 00:45:18 +00:00
e250b2124f
Fix display_name TS error + clean rebuild
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-30 00:42:40 +00:00
867482c674
UI redesign: compact header, group dropdown, slim task cards
...
- Removed logo/brand from header
- Group selector as dropdown (not horizontal scroll)
- Compact task cards (single line, less padding)
- Status filter pills smaller
- Sticky header 44px
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-29 20:44:41 +00:00
Claude CLI Agent
4fae1c5a06
i18n complete: all 16 components translated (CZ/HE/RU/UA)
...
- Custom i18n provider with React Context + localStorage
- Hebrew RTL support (dir=rtl on html)
- All pages + components use t() calls
- FullCalendar + dates locale-aware
- Language selector in Settings wired to context
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-29 13:19:02 +00:00
Claude CLI Agent
d74c89255e
PM2 cluster deploy + Redis caching + Nginx gzip + UI polish
...
- PM2 v6: 2x API cluster + 1x web, zero-downtime reload
- Redis cache: 30s TTL on GET /tasks, X-Cache header
- Nginx gzip compression
- Mobile touch targets 44px
- Czech diacritics throughout UI
- TaskModal slide-up animation
- StatusBadge color dots
- GroupSelector emoji icons
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-29 11:20:58 +00:00
Claude CLI Agent
4a6b5e5498
UI fixes: emoji icons, modal form, Czech labels, polish
...
- Fixed group emoji icons in DB (💼 🛒 📚 🗺️ 🏃 ✨ 🏠 🌿 )
- Added TaskModal component for + button
- Czech status labels (Čeká, Probíhá, Hotovo, Zrušeno)
- Improved TaskCard, GroupSelector, Header, StatusBadge
- Better dark/light mode transitions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-29 11:16:07 +00:00
Claude CLI Agent
b5a6dd6d6f
Add Next.js frontend PWA
...
- Pages: login, register, tasks list, task detail
- Components: TaskCard, TaskForm, GroupSelector, StatusBadge, Header
- Tailwind CSS, dark/light mode, PWA manifest
- Running on :3001 via systemd
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-29 10:02:32 +00:00