mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #1] [MERGED] First iteration #35
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#35
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/1
Author: @aome510
Created: 2/21/2021
Status: ✅ Merged
Merged: 2/21/2021
Merged by: @aome510
Base:
main← Head:first-iteration📝 Commits (10+)
ca6cba9init cargo94289b5mv .gitignore to rust project main folder1810d49move files to main folder4120af6WIP8285cdbrender simple stories(line+url) with cursive textViewbb20189add theme config473d4b3add listview with scrollable554a306add comments, use anyhow for error handling, and modify HNClient structure29c79c0use select view2e9b5bawip📊 Changes
6 files changed (+273 additions, -0 deletions)
View changed files
📝
.gitignore(+3 -0)➕
Cargo.toml(+16 -0)➕
src/hn_client.rs(+111 -0)➕
src/main.rs(+28 -0)➕
src/view.rs(+110 -0)➕
theme.toml(+5 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
article_parse_command#55