web-client-vite/src/components
2026-03-14 06:27:16 +01:00
..
AgentModal.tsx feat: slug change + streaming fix + specs 2026-03-13 22:55:53 +01:00
AuthGuard.tsx Fix mobile viewport: h-screen → h-[100dvh] + scrollable settings 2026-02-27 23:04:39 +01:00
ChatPanel.tsx fix: streaming text accumulation via ref + rAF throttle (prevent duplicate chars) 2026-03-14 06:27:16 +01:00
CreateAgentModal.tsx fix: restore all original components (KanbanBoard, ChatPanel, TaskModal, etc.) 2026-02-24 09:33:04 +01:00
CreateProjectModal.tsx fix: restore all original components (KanbanBoard, ChatPanel, TaskModal, etc.) 2026-02-24 09:33:04 +01:00
CreateTaskModal.tsx Global labels: move to app Settings, instant auto-assign toggle 2026-02-28 00:42:04 +01:00
KanbanBoard.tsx Fix task modal: key above title, parent/child key on kanban 2026-02-28 00:24:07 +01:00
MentionInput.tsx UUID refactoring: project URLs by ID, mentions send member IDs, remove slug from JWT decode 2026-03-02 09:03:01 +01:00
ProjectFiles.tsx UUID everywhere: all API calls use ID instead of slug 2026-02-27 09:37:28 +01:00
ProjectSettings.tsx Global labels: move to app Settings, instant auto-assign toggle 2026-02-28 00:42:04 +01:00
Sidebar.tsx UUID refactoring: project URLs by ID, mentions send member IDs, remove slug from JWT decode 2026-03-02 09:03:01 +01:00
TaskModal.tsx Task search autocomplete for dependency linking 2026-02-28 00:26:53 +01:00