lmcli/pkg/tui
Matt Low 24b5cdbbf6 More monior TUI refactor/cleanup
`tui/tui.go` is no longer responsible for passing window resize updates
to all views, instead we request a new window size message to be sent at
the same time we enter the view, allowing the view to catch and handle
it.

Add `Initialized` to `tui/shared/View` model, now we only call
`Init` on a view before entering it for the first time, rather than
calling `Init` on all views when the application starts.

Renames file, small cleanups
2024-09-16 14:04:08 +00:00
..
bubbles Add conversation deletion to conversations view 2024-07-08 06:40:52 +00:00
model More monior TUI refactor/cleanup 2024-09-16 14:04:08 +00:00
shared More monior TUI refactor/cleanup 2024-09-16 14:04:08 +00:00
styles Split up tui code into packages (views/*, shared, util) 2024-05-30 06:44:40 +00:00
util Documentation tweak 2024-05-30 18:24:01 +00:00
views More monior TUI refactor/cleanup 2024-09-16 14:04:08 +00:00
tui.go More monior TUI refactor/cleanup 2024-09-16 14:04:08 +00:00