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#40
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/13
Author: @aome510
Created: 3/10/2021
Status: ✅ Merged
Merged: 3/10/2021
Merged by: @aome510
Base:
main← Head:9-more-supports-for-story-view📝 Commits (8)
0d75eacuse macro for handle_digitb1365d0use {page}up,down for scrolling68d58daadd help viewb0ed2b5implment help dialog using LinearLayout::horizontal + TextViewe0a2368refactor comment_view,story_view to add a status_bar909919fmove construct_help_view as a method of Story/Comment View not a general trait method7ad3f0cadd status bar and footeref070b6remove focusable from text_view::TextView📊 Changes
13 files changed (+283 additions, -85 deletions)
View changed files
📝
src/main.rs(+3 -1)📝
src/prelude.rs(+1 -1)📝
src/view/async_view.rs(+3 -2)📝
src/view/comment_view.rs(+48 -45)📝
src/view/error_view.rs(+1 -1)📝
src/view/event_view.rs(+96 -25)➕
src/view/help_view.rs(+66 -0)📝
src/view/mod.rs(+3 -2)📝
src/view/story_view.rs(+30 -4)📝
src/view/text_view.rs(+3 -3)📝
src/view/theme.rs(+2 -0)📝
src/view/utils.rs(+25 -0)📝
theme.toml(+2 -1)📄 Description
Part of #9:
Brief Description of changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.