mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #49] [MERGED] Multiple improvements #65
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/hackernews-TUI/pull/49
Author: @aome510
Created: 12/11/2021
Status: ✅ Merged
Merged: 12/12/2021
Merged by: @aome510
Base:
main← Head:improve-shortcut-handlers📝 Commits (8)
665a111simplify key parser and cleanupkeybindings.rs1abe3f8not letting the child view to handle search-mode event in the search page955875dRewrite search view handlers (#48)a60831cremove parking_lot1cc5bfeupdate CIs5643cc7minor wording changes in the example configuration file54ad562removescroll_offsetconfig option and use a constant value3d09774bupdate README📊 Changes
11 files changed (+268 additions, -362 deletions)
View changed files
📝
.github/workflows/audit-on-push.yml(+1 -0)📝
.github/workflows/general.yml(+8 -1)📝
README.md(+5 -19)📝
examples/hn-tui.toml(+11 -17)📝
hackernews_tui/src/client/mod.rs(+2 -1)📝
hackernews_tui/src/config/keybindings.rs(+68 -62)📝
hackernews_tui/src/config/mod.rs(+0 -2)📝
hackernews_tui/src/view/article_view.rs(+2 -6)📝
hackernews_tui/src/view/comment_view.rs(+2 -4)📝
hackernews_tui/src/view/search_view.rs(+162 -249)📝
hackernews_tui/src/view/text_view.rs(+7 -1)📄 Description
Brief description of changes
scroll_offsetoptionREADMEand the example configuration file🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.