mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #40] [MERGED] Add comment collapsing #64
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#64
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/40
Author: @aome510
Created: 6/13/2021
Status: ✅ Merged
Merged: 6/13/2021
Merged by: @aome510
Base:
main← Head:add-comment-collapsing📝 Commits (9)
9c876c4add initial support for comment collapsing038c6d9collapse comment with minimized info kind works5ad121dcollapse all child comments of the currently focused comment works3200a1aimplement toggle_collapse_child_comments, and find_comment_id_by_max_height58c3e33change collapse_comment command name, fix linter warningc5e92daadd parent_comment command631ea68update README, help_view manual02e0255add more documentationf59e372fix TODO roadmap in README📊 Changes
7 files changed (+207 additions, -49 deletions)
View changed files
📝
README.md(+4 -2)📝
hackernews_tui/src/hn-tui-default.toml(+2 -0)📝
hackernews_tui/src/keybindings.rs(+4 -0)📝
hackernews_tui/src/view/comment_view.rs(+165 -43)📝
hackernews_tui/src/view/help_view.rs(+14 -4)📝
hackernews_tui/src/view/list_view.rs(+10 -0)📝
hackernews_tui/src/view/text_view.rs(+8 -0)📄 Description
parent_commentnavigation🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.