diff options
| author | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-20 23:18:39 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-20 23:18:39 +0300 |
| commit | 4940ea1b076a4fb7945cfd6ed4d13f38dbac924c (patch) | |
| tree | 82429930097038af512518a4923a1633eec51a6d | |
| parent | 1934fa9eb0f90bbf3afcc4aa047ba592fe34176b (diff) | |
| parent | 8c7bba73376ee603cb7962f8ed4051624cd0d15a (diff) | |
Merge pull request #72 from snonux/qnncy4-codex/implement--yesterday--text-and-cell-expansion-on-enter
Implement constant expanded cell view
| -rw-r--r-- | internal/ui/table.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/ui/table.go b/internal/ui/table.go index 8703ac1..4704df7 100644 --- a/internal/ui/table.go +++ b/internal/ui/table.go @@ -460,6 +460,7 @@ func (m Model) View() string { view := lipgloss.JoinVertical(lipgloss.Left, m.topStatusLine(), m.tbl.View(), + m.expandedCellView(), m.statusLine(), ) if m.cellExpanded { |
