-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(tui): allow modifying column visibility and order in settings #926
Conversation
bfb1e96
to
2370255
Compare
e1233bc
to
4ea86b0
Compare
PR Description updated to latest commit (4ea86b0) |
PR Review(Review updated until commit aca8f24)
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
cf91deb
to
aca8f24
Compare
PR Description updated to latest commit (aca8f24) |
Persistent review updated to latest commit aca8f24 |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
aca8f24
to
c33a1a8
Compare
User description
Closes #1026
Type
enhancement
Description
Changes walkthrough
frontend.rs
Implement Column Visibility and Order Modification in TUI Settings
src/frontend.rs
up and down in settings.
columns.rs
Enhance Column Management with Visibility and Ordering Features
src/frontend/columns.rs
Column
struct withtyp
andstatus
fields for better columnmanagement.
From
forColumns
to include both enabled and disabledcolumns.
settings.rs
Extend Settings Rendering to Include Column Visibility and Order
src/frontend/render/settings.rs
order.
actions.
table.rs
Update Table Rendering to Support Column Visibility
src/frontend/render/table.rs
Column
struct and visibilitystatus.
tui_app.rs
Add Column Visibility and Order Modification Methods to TUI App
src/frontend/tui_app.rs
TUI app.
settings.