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#46
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/21
Author: @aome510
Created: 4/13/2021
Status: ✅ Merged
Merged: 4/13/2021
Merged by: @aome510
Base:
main← Head:20-add-config-support📝 Commits (10+)
45c5434add once_cell, toml769d75aset up config file parsing from command line argument9830b03clean up imports6c8977badd dirse91cc51add default config file pathb0286ebuse error! for errorsbb2bef0use info for info7d61764allow to config story_polling4381aeeremove theme configed4147cuse custom color only📊 Changes
16 files changed (+391 additions, -92 deletions)
View changed files
📝
Cargo.lock(+148 -5)📝
Cargo.toml(+17 -13)➕
src/config.rs(+70 -0)📝
src/hn_client.rs(+9 -6)📝
src/main.rs(+70 -4)📝
src/prelude.rs(+10 -11)📝
src/view/async_view.rs(+2 -0)📝
src/view/comment_view.rs(+10 -9)📝
src/view/error_view.rs(+1 -0)📝
src/view/help_view.rs(+3 -3)📝
src/view/list_view.rs(+5 -5)📝
src/view/search_view.rs(+8 -6)📝
src/view/story_view.rs(+22 -16)📝
src/view/theme.rs(+10 -5)📝
src/view/utils.rs(+6 -2)➖
theme.toml(+0 -7)📄 Description
Resolve #20.
Brief summary of changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.