mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #37] [MERGED] Integrate official HackerNews Official APIs P2: implement lazy comments loading #61
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#61
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/37
Author: @aome510
Created: 6/5/2021
Status: ✅ Merged
Merged: 6/5/2021
Merged by: @aome510
Base:
main← Head:integrate-official-HN-APIs-p2📝 Commits (10+)
436e684code refactor in search_view.rseb7bc50WIP8fcb252scrolling + comment lazy loading kinda work!45b09a7add config option for lazy_loading_commentsf242952remove story_pooling featureaa10c42add back comment reloading8161dcerefine the documentation831b00afix some comments98bd23fupdate READMEecfb585refine the documentation📊 Changes
9 files changed (+252 additions, -153 deletions)
View changed files
📝
README.md(+4 -1)📝
src/config.rs(+16 -11)📝
src/hn-tui-default.toml(+6 -13)📝
src/hn_client.rs(+115 -56)📝
src/view/async_view.rs(+5 -5)📝
src/view/comment_view.rs(+86 -29)📝
src/view/list_view.rs(+7 -0)📝
src/view/search_view.rs(+12 -9)📝
src/view/story_view.rs(+1 -29)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
v0.9.0#78