it is with great sadness the DOM and event bus go. Its all callbacks now

This commit is contained in:
2026-03-03 14:20:41 +00:00
parent 4cb14dd40f
commit 11dc255303
13 changed files with 82 additions and 538 deletions
-4
View File
@@ -2,8 +2,6 @@
package controllers
import (
"esdi/tui/internal/dom"
"esdi/tui/internal/events"
"fmt"
"log/slog"
@@ -12,9 +10,7 @@ import (
type Controller struct {
Logger *slog.Logger
Bus *events.Bus
App *tview.Application
Dom *dom.DOM
}
func ListFormButtonLabels(form *tview.Form) []string {