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#49
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/25
Author: @aome510
Created: 4/16/2021
Status: ✅ Merged
Merged: 4/16/2021
Merged by: @aome510
Base:
main← Head:9-more-story-view-2📝 Commits (10+)
b689d12use titlePrimary for key text75906a3add tag, by_date to get storiese3b5bd2allow to config story_pooling09ac2f0add global callbacks to switch between different story views636a886add new/popular field to story_desc45bf8f6handle story_pooling config options and switch by_date in StoryView77bbeccfix doc, config field74b8a90make story_view in search view full heightd90ab32add new key bindings to help_view48ef886update README.md to include new StoryView, more project description📊 Changes
12 files changed (+359 additions, -99 deletions)
View changed files
📝
README.md(+62 -16)📝
examples/hn-tui.toml(+27 -7)📝
src/config.rs(+35 -3)📝
src/hn_client.rs(+23 -7)📝
src/main.rs(+65 -2)📝
src/view/async_view.rs(+20 -10)📝
src/view/comment_view.rs(+1 -1)📝
src/view/error_view.rs(+2 -2)📝
src/view/help_view.rs(+13 -4)📝
src/view/search_view.rs(+4 -4)📝
src/view/story_view.rs(+89 -34)📝
src/view/utils.rs(+18 -9)📄 Description
Resolve #9
READMEjobs,ask_hn,all,show_hnStory Views:documentationexamplessearchandsearch_by_datefor above Viewsstory_poolingstory_limit🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.