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#38
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/6
Author: @aome510
Created: 2/24/2021
Status: ✅ Merged
Merged: 2/25/2021
Merged by: @aome510
Base:
main← Head:3-implement-comment-view📝 Commits (9)
2dd33dbadd view modulee124d42clean imports by using prelude1eee4ebcomment text view kinda worksdd0d250change theme, story text, and rename comment_text_view to to text_viewf6cd2eawrap story_view and comment_view around text_view and linear_layout27ff886remove comments, minor tweak themec55bd4euse q to remove the top layera5afe22implement h,j,j,k,l,b,td2d901cremove debug📊 Changes
10 files changed (+359 additions, -184 deletions)
View changed files
📝
src/hn_client.rs(+15 -17)📝
src/main.rs(+7 -8)➕
src/prelude.rs(+12 -0)➖
src/view.rs(+0 -155)➕
src/view/comment_view.rs(+145 -0)➕
src/view/event_view.rs(+30 -0)➕
src/view/mod.rs(+23 -0)➕
src/view/story_view.rs(+41 -0)➕
src/view/text_view.rs(+81 -0)📝
theme.toml(+5 -4)📄 Description
Resolves #2.
TODO
jto move down.kto move up.lto move to the right until finding a comment with the less than or equal level .hto move to the left until finding a comment with the less than or equal level.tmove to top of the view.bmove to bottom of the view.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.