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#36
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/12
Author: @aome510
Created: 3/6/2021
Status: ✅ Merged
Merged: 3/6/2021
Merged by: @aome510
Base:
main← Head:11-add-loading-screen📝 Commits (6)
486e7a5add cursive_async_view56b57cdadd async_view, error_viewab27e49add ErrorView9be5c6fadd debugs3241e78add simple error view6104961remove start from main📊 Changes
10 files changed (+288 additions, -70 deletions)
View changed files
📝
Cargo.lock(+86 -14)📝
Cargo.toml(+1 -0)📝
src/hn_client.rs(+14 -2)📝
src/main.rs(+3 -10)📝
src/prelude.rs(+4 -3)➕
src/view/async_view.rs(+60 -0)📝
src/view/comment_view.rs(+9 -13)➕
src/view/error_view.rs(+99 -0)📝
src/view/mod.rs(+2 -0)📝
src/view/story_view.rs(+10 -28)📄 Description
Resolve #11.
cursive-async-view.error_viewmodule to display error to user.get_story_viewandget_comment_viewinto associated async functions that returned the correspondedViewwith a loading screen.hn_clienttoclientfor consistency.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.