feat(tui): custom themes

This commit is contained in:
adamdottv
2025-06-20 14:40:39 -05:00
parent eee396f903
commit 4f7e4a9436
15 changed files with 1467 additions and 1374 deletions

View File

@@ -346,7 +346,7 @@ func (a appModel) View() string {
layoutView,
a.status.View(),
}
appView := lipgloss.JoinVertical(lipgloss.Top, components...)
appView := strings.Join(components, "\n")
if a.modal != nil {
appView = a.modal.Render(appView)