wip: refactoring tui

This commit is contained in:
adamdottv
2025-06-03 15:47:47 -05:00
parent 1e063e7937
commit 0c6bda8255
22 changed files with 256 additions and 631 deletions

View File

@@ -28,13 +28,15 @@ const (
type AppInfo struct {
Git bool `json:"git"`
Path struct {
Cwd string `json:"cwd"`
Data string `json:"data"`
Root string `json:"root"`
Config string `json:"config"`
Cwd string `json:"cwd"`
Data string `json:"data"`
Root string `json:"root"`
} `json:"path"`
Time struct {
Initialized *float32 `json:"initialized,omitempty"`
} `json:"time"`
User string `json:"user"`
}
// Event defines model for Event.