summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-20 23:18:39 +0300
committerGitHub <noreply@github.com>2025-06-20 23:18:39 +0300
commit4940ea1b076a4fb7945cfd6ed4d13f38dbac924c (patch)
tree82429930097038af512518a4923a1633eec51a6d
parent1934fa9eb0f90bbf3afcc4aa047ba592fe34176b (diff)
parent8c7bba73376ee603cb7962f8ed4051624cd0d15a (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.go1
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 {