mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #90] [MERGED] Support opening specific comment view on startup #96
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#96
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/90
Author: @aome510
Created: 4/24/2023
Status: ✅ Merged
Merged: 4/24/2023
Merged by: @aome510
Base:
main← Head:support-comment-view-on-startup📝 Commits (6)
c292970addstart_idcli option58045b8use "item" instead of "story" to represent the root item of a HackerNews page03af9c8update comment view codes to construct the view from page datad98c26dhandlecomment_view_keymap.open_story_in_browsercorrectly49606d5cleanup comments/documentations9123455fix clippy error📊 Changes
9 files changed (+162 additions, -94 deletions)
View changed files
📝
hackernews_tui/src/client/mod.rs(+72 -32)📝
hackernews_tui/src/client/model.rs(+15 -2)📝
hackernews_tui/src/main.rs(+11 -3)📝
hackernews_tui/src/model.rs(+12 -1)📝
hackernews_tui/src/view/async_view.rs(+4 -7)📝
hackernews_tui/src/view/comment_view.rs(+24 -35)📝
hackernews_tui/src/view/fn_view_wrapper.rs(+1 -1)📝
hackernews_tui/src/view/mod.rs(+21 -11)📝
hackernews_tui/src/view/story_view.rs(+2 -2)📄 Description
Resolves #86
Changes
-icli option to open the application in a specific comment view🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.