-
Notifications
You must be signed in to change notification settings - Fork 73
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: add TableColumnSettingModal
to ContainerRegistryList
#2752
feat: add TableColumnSettingModal
to ContainerRegistryList
#2752
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @agatha197 and the rest of your teammates on Graphite |
639bbd7
to
fa69e9c
Compare
574e64b
to
9464ddf
Compare
fa69e9c
to
18d5597
Compare
9464ddf
to
711f213
Compare
18d5597
to
84e86de
Compare
711f213
to
f00dc90
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
84e86de
to
ccb9a9b
Compare
f00dc90
to
02b62c3
Compare
Merge activity
|
**Changes:** This PR enhances the ContainerRegistryList component by adding a column visibility feature. Users can now customize which columns are displayed in the registry list table. - Introduced a new TableColumnsSettingModal component for managing column visibility - Added a settings button to toggle the column visibility modal - Implemented local storage state to persist user's column visibility preferences - Refactored the table columns definition for better maintainability - Updated the Table component to use the filtered columns based on user preferences **Rationale:** This change improves the user experience by allowing customization of the registry list view. Users can now focus on the information most relevant to them, reducing clutter and improving efficiency. **Impact:** - Users can now customize their view of the container registry list - Developers can more easily manage and extend the columns in the future **Checklist:** - [ ] Documentation: Update user guide to explain the new column visibility feature - [ ] Minimum requirements to check during review: - Verify that the column visibility modal opens and closes correctly - Ensure that column preferences are saved and persisted across page reloads - Check that the table updates correctly when column visibility is changed
02b62c3
to
805df28
Compare
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 5.15% (-0.01% 🔻) |
348/6760 |
🔴 | Branches | 4.69% (-0% 🔻) |
218/4647 |
🔴 | Functions | 3.01% (-0.01% 🔻) |
67/2226 |
🔴 | Lines | 5.04% (-0.01% 🔻) |
333/6605 |
Test suite run success
93 tests passing in 12 suites.
Report generated by 🧪jest coverage report action from 805df28
Changes:
This PR enhances the ContainerRegistryList component by adding a column visibility feature. Users can now customize which columns are displayed in the registry list table.
Rationale:
This change improves the user experience by allowing customization of the registry list view. Users can now focus on the information most relevant to them, reducing clutter and improving efficiency.
Impact:
Checklist: