fix(ui): add contextual keyboard status hint#104
Conversation
|
Someone is attempting to deploy a commit to the pie's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Thanks for the guidance on the previous PR. I reopened this as a fresh PR against Current status:
If accepted, could you please add the scoring labels from the issue: |
|
@saurabhhhcodes you need to present screenshots wherever applicable, go through docs |
|
Thanks, noted. I went through Updated verification:
Runtime status-bar evidence is now included in the PR body, showing the bottom hint: |
What changed
src/ui/draw.rs.Why
Issue #53 asks for a persistent keyboard help hint in the status bar. This keeps the most important shortcuts visible without adding a modal, changing the layout structure, or touching package-manager logic.
Fixes #53
How it was tested
cargo fmt --all -- --checkcargo clippy --workspace --all-targets --all-features -- -D warnings -A dead_code -A clippy::type_complexitycargo test --workspace --all-targets --all-featurescargo run -- --helpcargo run, then quit withqVerifypassedBuildpassedUI evidence
Runtime TUI capture after
cargo run:The bottom bar now renders:
Scope checklist
src/ui/draw.rs.devbranch.