-
Notifications
You must be signed in to change notification settings - Fork 75
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
refactor: MyEnvironmentPage
into two components
#2794
refactor: MyEnvironmentPage
into two components
#2794
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 |
a26bc16
to
5680e71
Compare
e8e082a
to
43f8c1e
Compare
5680e71
to
beb3763
Compare
43f8c1e
to
2dce71b
Compare
beb3763
to
b1d47a2
Compare
2dce71b
to
1c211d1
Compare
faefb29
to
9c69555
Compare
1c211d1
to
ae05d34
Compare
9c69555
to
b81207d
Compare
ae05d34
to
f2eee29
Compare
b81207d
to
13757c9
Compare
f2eee29
to
5e111e7
Compare
13757c9
to
2273745
Compare
5e111e7
to
feed2ae
Compare
ebe8809
to
5c0cbbe
Compare
c2cf13b
to
94ecae3
Compare
5c0cbbe
to
e85e377
Compare
94ecae3
to
073c949
Compare
e85e377
to
05303a6
Compare
073c949
to
e973a5f
Compare
05303a6
to
c0d1d04
Compare
e973a5f
to
9db3957
Compare
c0d1d04
to
22293b5
Compare
9db3957
to
ab5b02c
Compare
22293b5
to
7bdbead
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
ab5b02c
to
00b08c5
Compare
7bdbead
to
c1490e8
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
00b08c5
to
85ca66e
Compare
c1490e8
to
e42e855
Compare
Merge activity
|
85ca66e
to
02a471b
Compare
e42e855
to
4db0daa
Compare
## What to check I just separated MyEnvironmentPage into two components, moving the Card component to `MyEnvironmentPage`. Thus, you don't need to check the detailed logic of CustomizedImageList. To see the improved codes for CustomizedImageList, please refer #2795. --- **Changes:** Refactored the customized image list functionality by: - Extracting image list logic from MyEnvironmentPage into a new CustomizedImageList component - Simplified MyEnvironmentPage to use tabs and the new component - Added proper type definitions and GraphQL query/mutation handling - Implemented sorting, filtering, and column customization features - Added copy functionality for image names - Included delete confirmation dialogs with proper error handling **Checklist:** - [ ] Documentation - [x] Minimum required manager version: 24.09.1 (based on GraphQL schema changes) - [ ] Test cases needed: - Column customization persistence - Image deletion workflow - Sorting functionality across all columns - Copy image name feature The changes improve code organization and maintainability while preserving all existing functionality for managing customized container images.
02a471b
to
3eb62b8
Compare
4db0daa
to
b61f9b6
Compare
What to check
I just separated MyEnvironmentPage into two components, moving the Card component to
MyEnvironmentPage
. Thus, you don't need to check the detailed logic of CustomizedImageList. To see the improved codes for CustomizedImageList, please refer #2795.Changes:
Refactored the customized image list functionality by:
Checklist:
The changes improve code organization and maintainability while preserving all existing functionality for managing customized container images.