wip: make api logger sort correctly

This commit is contained in:
Dax Raad
2025-07-20 11:45:02 -04:00
parent 1d20bf343d
commit 5b4fb96c2e
3 changed files with 24 additions and 12 deletions

View File

@@ -585,6 +585,8 @@ func (a appModel) openFile(filepath string) (tea.Model, tea.Cmd) {
}
func (a appModel) home() string {
measure := util.Measure("home.View")
defer measure()
t := theme.CurrentTheme()
effectiveWidth := a.width - 4
baseStyle := styles.NewStyle().Background(t.Background())