Commit Graph

9 Commits

Author SHA1 Message Date
5a1878ae02 simplify: remove project subscribe, humans get all events
All checks were successful
Deploy Web Client / deploy (push) Successful in 37s
2026-02-23 19:15:28 +01:00
307027faae fix: connect WebSocket on auth, subscribe to project events
All checks were successful
Deploy Web Client / deploy (push) Successful in 36s
2026-02-23 18:43:40 +01:00
6aa5e5d0da feat: project tabs — files (placeholder) and settings (edit/delete)
All checks were successful
Deploy Web Client / deploy (push) Successful in 35s
2026-02-23 12:28:37 +01:00
e3c4d528a8 feat: project tabs (board/chat), fullscreen chat mode
All checks were successful
Deploy Web Client / deploy (push) Successful in 35s
2026-02-23 12:13:45 +01:00
9ebddce01f feat: task key prefix (TE-1), create task modal, chat via REST
All checks were successful
Deploy Web Client / deploy (push) Successful in 34s
- Task keys: PROJECT_SLUG[:2]-NUMBER (e.g. TE-1)
- Create task: proper modal with title, description, priority
- Chat: sends via REST API (not WS), uses project chat_id
- Assignee shown on task cards
2026-02-22 19:03:24 +01:00
7185a50f57 v0.2.0: updated for new Tracker API
Some checks failed
Deploy Web Client / deploy (push) Failing after 9s
- api.ts: Member, Unified Message, Steps, new types
- ws.ts: auth.ok handling, project.subscribe, chat.send
- KanbanBoard: new statuses (backlog/todo/in_progress/in_review/done)
- TaskModal: steps checklist, comments (unified messages), member select
- ChatPanel: unified messages, WS events
- BFF: all new endpoints (members, messages, steps, task actions)
- BFF ws_proxy: token-based auth to tracker
2026-02-22 17:40:13 +01:00
b89969a7a0 feat: chat panel above kanban, WS client, chat API
All checks were successful
Deploy Web Client / deploy (push) Successful in 36s
2026-02-15 23:07:14 +01:00
6ac4f4450b feat: mobile-responsive layout
All checks were successful
Deploy Web Client / deploy (push) Successful in 36s
- Sidebar: burger menu on mobile, slide-in overlay
- Kanban: tab selector + vertical cards on mobile
- Move task buttons (← →) on mobile instead of drag
- Login: full-width on small screens
- Header: padding for burger button
2026-02-15 19:48:23 +01:00
5ce87e088b refactor: pure JWT auth, no cookies
All checks were successful
Deploy Web Client / deploy (push) Successful in 12s
- Remove middleware (no SSR auth check)
- AuthGuard component checks localStorage token
- Protected route group (protected) wraps all pages
- Login page is public
- All API calls use Authorization: Bearer header
2026-02-15 19:26:25 +01:00