Skip to content

feat: add support for page down/page up keys#269

Merged
robertpsoane merged 1 commit intomasterfrom
rs/pgdown
Feb 1, 2026
Merged

feat: add support for page down/page up keys#269
robertpsoane merged 1 commit intomasterfrom
rs/pgdown

Conversation

@robertpsoane
Copy link
Owner

Closes #153

@codecov
Copy link

codecov bot commented Feb 1, 2026

Codecov Report

❌ Patch coverage is 0% with 70 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/pages/logs.rs 0.00% 19 Missing ⚠️
src/pages/containers.rs 0.00% 10 Missing ⚠️
src/pages/images.rs 0.00% 10 Missing ⚠️
src/pages/networks.rs 0.00% 10 Missing ⚠️
src/pages/volumes.rs 0.00% 10 Missing ⚠️
src/pages/describe.rs 0.00% 9 Missing ⚠️
src/pages/help.rs 0.00% 2 Missing ⚠️
Files with missing lines Coverage Δ
src/pages/help.rs 0.00% <0.00%> (ø)
src/pages/describe.rs 0.00% <0.00%> (ø)
src/pages/containers.rs 0.00% <0.00%> (ø)
src/pages/images.rs 0.00% <0.00%> (ø)
src/pages/networks.rs 0.00% <0.00%> (ø)
src/pages/volumes.rs 0.00% <0.00%> (ø)
src/pages/logs.rs 0.00% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@robertpsoane robertpsoane merged commit cd96e42 into master Feb 1, 2026
14 checks passed
@robertpsoane robertpsoane deleted the rs/pgdown branch February 1, 2026 14:26
@github-actions github-actions bot mentioned this pull request Feb 1, 2026
robertpsoane pushed a commit that referenced this pull request Feb 1, 2026
## 🤖 New release

* `ducker`: 0.6.0 -> 0.6.1 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.6.1](v0.6.0...v0.6.1)
- 2026-02-01

### Added

- add support for page down/page up keys
([#269](#269))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for PgUp/PgDown keys

1 participant