copied the dashboard and made a keybinding to change back and forth between them; ready to turn dashboard2 into a boardview dashboard

This commit is contained in:
viljarb
2026-03-02 19:53:42 +01:00
parent cb10aeff6b
commit 1d5b7e0860
13 changed files with 1651 additions and 17 deletions

7
pkg/tui/msgs/msgs.go Normal file
View File

@@ -0,0 +1,7 @@
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{}