mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #19] [MERGED] [no-issue] Implement story cache #45
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#45
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/19
Author: @aome510
Created: 3/30/2021
Status: ✅ Merged
Merged: 3/30/2021
Merged by: @aome510
Base:
main← Head:implement-story-cache📝 Commits (4)
4c65cf5add story_cachese063d3econsider reloading when using r in comment_view5c172ebadd story pooling in background161a45bbetter documentation📊 Changes
4 files changed (+145 additions, -80 deletions)
View changed files
📝
src/hn_client.rs(+105 -29)📝
src/view/async_view.rs(+8 -9)📝
src/view/comment_view.rs(+14 -35)📝
src/view/story_view.rs(+18 -7)📄 Description
story_cachesinhn_client::Clientstoring caches of story's comments.comment_view::Storyto usehn_client::Storyinstead to represent story's metdata.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.