mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#41
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/14
Author: @aome510
Created: 3/13/2021
Status: ✅ Merged
Merged: 3/13/2021
Merged by: @aome510
Base:
main← Head:9-more-story-view📝 Commits (10+)
433fc40change rewquest to ureq1af7d85categorize keys based on their functionalities395c7cfmove {StoryView,CommentView}::construct_help_view into help_view modulec7f445echange wordings in the help dialogfed64f2update key shortcuts section in README2b9edecadd simple search view, change some key shortcuts to alt {key}a95294badd searchResult structs into Story structddc0787improve search view with story view + navigation shortcutsaa75594search view with editable query_text_view kind of works39f7880work but slow search_view📊 Changes
15 files changed (+665 additions, -770 deletions)
View changed files
📝
Cargo.lock(+82 -564)📝
Cargo.toml(+1 -1)📝
README.md(+4 -18)📝
src/hn_client.rs(+46 -8)📝
src/main.rs(+1 -1)📝
src/view/comment_view.rs(+27 -15)📝
src/view/error_view.rs(+7 -39)📝
src/view/event_view.rs(+1 -67)➕
src/view/fn_view_wrapper.rs(+53 -0)📝
src/view/help_view.rs(+159 -24)📝
src/view/mod.rs(+2 -0)➕
src/view/search_view.rs(+220 -0)📝
src/view/story_view.rs(+46 -32)📝
src/view/theme.rs(+2 -0)📝
src/view/utils.rs(+14 -1)📄 Description
Part of #9.
SearchViewureqinstead ofrewquestfor the http clientHelpViewdialog🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.