mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #22] [MERGED] [no-issue]add more options to config file #48
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#48
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/22
Author: @aome510
Created: 4/13/2021
Status: ✅ Merged
Merged: 4/13/2021
Merged by: @aome510
Base:
main← Head:no-issue-add-colors-to-theme-config📝 Commits (4)
d606300make all custom colors configurable149b6f0add a config file example3adb1f1add page_scrolling to config202bc4eimprove config file documentation📊 Changes
12 files changed (+131 additions, -51 deletions)
View changed files
➕
examples/hn-tui.toml(+32 -0)📝
run_debug(+1 -1)📝
src/config.rs(+61 -2)📝
src/main.rs(+1 -12)📝
src/view/comment_view.rs(+6 -4)📝
src/view/help_view.rs(+5 -4)📝
src/view/list_view.rs(+6 -1)📝
src/view/mod.rs(+0 -1)📝
src/view/search_view.rs(+4 -2)📝
src/view/story_view.rs(+9 -4)➖
src/view/theme.rs(+0 -15)📝
src/view/utils.rs(+6 -5)📄 Description
examples/hn-tui.toml.page_scrollingas a config option.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.