Skip to content

Commit eeabf4f

Browse files
committed
docs: note the pane.Window unification (#8)
1 parent b09c3ec commit eeabf4f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77

88
## [Unreleased]
99

10+
### Changed
11+
- **The dashboard modals and detail view now scroll through the shared `pane.Window`**,
12+
and the dashboard's duplicate `scrollWindow`/`keepSelVisible` are gone — one windowing
13+
implementation for the whole TUI, so the modals show the same `▲/▼ more · y/total`
14+
affordance as the top view. The pane's unused `Filterable`/`Sortable` API was dropped;
15+
the dashboard keeps its own filter/sort idiom. No user-facing change (closes #8).
16+
1017
## [2.7.1] - 2026-07-03
1118

1219
### Fixed

0 commit comments

Comments
 (0)