mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #47] [MERGED] Add general improvements #67
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#67
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/47
Author: @aome510
Created: 11/16/2021
Status: ✅ Merged
Merged: 11/16/2021
Merged by: @aome510
Base:
main← Head:add-general-improvements📝 Commits (10+)
6b9450aremove release profile83a373cremove --example-config optioncb86aecsimplify load config codes9dadce2addtracingand use a file loggerbfbe47acleanupmain.rs0fab552removereload_comment_viewshortcut and its handler functions2095fd4wipe6e1170move comment parsing codes fromcomment_view.rstoclient/parser.rs26d222eimplement better lazy loading commentse74a986simplify imports📊 Changes
24 files changed (+676 additions, -827 deletions)
View changed files
📝
Cargo.lock(+200 -124)📝
Cargo.toml(+0 -5)📝
README.md(+0 -1)📝
config_parser/src/lib.rs(+1 -1)📝
examples/hn-tui.toml(+0 -12)📝
hackernews_tui/Cargo.toml(+8 -6)➖
hackernews_tui/src/client/lazy.rs(+0 -79)📝
hackernews_tui/src/client/mod.rs(+49 -23)📝
hackernews_tui/src/client/parser.rs(+137 -37)📝
hackernews_tui/src/client/query.rs(+1 -1)📝
hackernews_tui/src/config/keybindings.rs(+0 -2)📝
hackernews_tui/src/config/mod.rs(+36 -32)📝
hackernews_tui/src/main.rs(+51 -55)📝
hackernews_tui/src/prelude.rs(+2 -11)📝
hackernews_tui/src/utils.rs(+8 -18)📝
hackernews_tui/src/view/article_view.rs(+22 -26)📝
hackernews_tui/src/view/async_view.rs(+21 -44)📝
hackernews_tui/src/view/comment_view.rs(+69 -286)📝
hackernews_tui/src/view/error_view.rs(+3 -2)📝
hackernews_tui/src/view/help_view.rs(+29 -33)...and 4 more files
📄 Description
Brief description of changes
view/comment_view.rstoclient/parser.rstracingasync_viewby removing request retrycrate::preludeallow_unicodeconfig option🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.