refactor(tui): move shared components (help bar, issue list, modals, etc.) into components folder. Also added kanban board view.

This commit is contained in:
Moira Daniella A Sebastian
2026-03-04 15:20:16 +01:00
parent 5ca4aa1c38
commit 31ed1148f9
26 changed files with 1313 additions and 1811 deletions

View File

@@ -3,5 +3,5 @@ package msgs
// SwitchToDashboardMsg signals to switch to the main dashboard view.
type SwitchToDashboardMsg struct{}
// SwitchToDashboard2Msg signals to switch to the dashboard2 view.
type SwitchToDashboard2Msg struct{}
// SwitchToKanbanBoardMsg signals to switch to the kanban board view.
type SwitchToKanbanBoardMsg struct{}