We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09c3ec commit eeabf4fCopy full SHA for eeabf4f
1 file changed
CHANGELOG.md
@@ -7,6 +7,13 @@ and the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
8
## [Unreleased]
9
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
+
17
## [2.7.1] - 2026-07-03
18
19
### Fixed
0 commit comments