mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #26] [MERGED] [no-issue] Add time_offset filtering for StoryView and paging for SearchView #52
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#52
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/26
Author: @aome510
Created: 4/23/2021
Status: ✅ Merged
Merged: 4/23/2021
Merged by: @aome510
Base:
main← Head:add-date-filter📝 Commits (10+)
29ccb59use sort_by: (date|popular) desc99c657aincrease client default timeout to 1min2eb7cbdimprove update_view switch_mode logice8376e1implement time_offset filtering in hn_client692371cadd time_offset option when creating new StoryViewd16ca93add time_offset desc in StoryView title6a68da5add aligned_view for cursive_async_viewdecafb8minor edit9dcf315add pop layer with ctrl/alt-p2111923add new shortcuts to help_view📊 Changes
9 files changed (+341 additions, -108 deletions)
View changed files
📝
Cargo.lock(+10 -0)📝
Cargo.toml(+4 -2)📝
src/hn_client.rs(+29 -6)📝
src/main.rs(+18 -6)📝
src/view/async_view.rs(+10 -3)📝
src/view/help_view.rs(+60 -21)📝
src/view/search_view.rs(+112 -40)📝
src/view/story_view.rs(+69 -17)📝
src/view/utils.rs(+29 -13)📄 Description
time_offsetfilter optionViews to be stackedsort_by, and paging forStoryViewViewtitle descriptioncursive_aligned_viewalong withcursive_async_viewfor loading screen🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.