mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #48] [MERGED] Rewrite search view handlers #69
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#69
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/48
Author: @aome510
Created: 12/10/2021
Status: ✅ Merged
Merged: 12/11/2021
Merged by: @aome510
Base:
improve-shortcut-handlers← Head:exp-rewrite-search-view-handlers📝 Commits (8)
57334d5addparking_lota4ff5fdrewrite matched stories retrieval/update handlersa948f06use aStoryViewwith event handlers inSearchViewf7d2f15use a cursor effect forEditableTextViewonly when being focusedcec8223remove debug loggings8c346afhandle paging/filtering commands for Search View4c26ba6add more documentations8175225change the visibility of structs/enums insearch_view.rs📊 Changes
5 files changed (+170 additions, -248 deletions)
View changed files
📝
Cargo.lock(+1 -0)📝
hackernews_tui/Cargo.toml(+1 -0)📝
hackernews_tui/src/client/mod.rs(+2 -1)📝
hackernews_tui/src/view/search_view.rs(+159 -246)📝
hackernews_tui/src/view/text_view.rs(+7 -1)📄 Description
Rewrite search view handlers:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.