mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #60] [MERGED] Integrate comfy_table #77
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#77
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/60
Author: @aome510
Created: 12/28/2021
Status: ✅ Merged
Merged: 12/28/2021
Merged by: @aome510
Base:
main← Head:integrate-comfy-table📝 Commits (7)
cf272c0implement a table renderer usingcomfy_tablede6ff87Merge branch 'main' into integrate-comfy-tabled962829finetune the look of the rendered table900dee9render the html table based on the view's width60cfb55allowclippy::too_many_argumentsinArticle::parse_dom_node942742bimprove error handling and documentation0b2faeefix cargo fmt error📊 Changes
5 files changed (+215 additions, -16 deletions)
View changed files
📝
Cargo.lock(+78 -2)📝
hackernews_tui/Cargo.toml(+1 -0)📝
hackernews_tui/src/client/mod.rs(+0 -1)📝
hackernews_tui/src/client/parser.rs(+102 -6)📝
hackernews_tui/src/view/article_view.rs(+34 -7)📄 Description
Brief description of changes
comfy_tableto render HTML table as text🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.