mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #18] [MERGED] [no-issue] code refactor part II #43
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#43
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/18
Author: @aome510
Created: 3/30/2021
Status: ✅ Merged
Merged: 3/30/2021
Merged by: @aome510
Base:
main← Head:no-issue-refactor-p2📝 Commits (6)
b0237dachange marco naming3607f4euse ScrollListView, change order of some functions9bfbbbfremove event_view7e86355add list_view47a9283handle {page}{up|down} as scrollView eventsb4186d7add back g,f📊 Changes
8 files changed (+327 additions, -370 deletions)
View changed files
📝
src/prelude.rs(+6 -1)📝
src/view/comment_view.rs(+128 -123)➖
src/view/event_view.rs(+0 -152)📝
src/view/help_view.rs(+0 -3)➕
src/view/list_view.rs(+92 -0)📝
src/view/mod.rs(+1 -1)📝
src/view/search_view.rs(+8 -8)📝
src/view/story_view.rs(+92 -82)📄 Description
CommentViewandStoryViewinto the struct itself.event_view.rswith a more specific and cleanerlist_view.rs.CommentViewandStoryViewwithScrollListViewinstead ofLinearLayout.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.