-
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: make image lists resizable #2823
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 |
cb457a2
to
c95f3bb
Compare
42f1633
to
01f85fa
Compare
c95f3bb
to
a0eef13
Compare
01f85fa
to
9f011d1
Compare
a0eef13
to
75be312
Compare
9f011d1
to
0ba3ce2
Compare
75be312
to
41e7bf3
Compare
0ba3ce2
to
c089603
Compare
41e7bf3
to
d0da32f
Compare
c089603
to
8fb21cb
Compare
d0da32f
to
ff086a3
Compare
8fb21cb
to
679c83c
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
ff086a3
to
52c9cdc
Compare
679c83c
to
f4f3b30
Compare
52c9cdc
to
8a150e9
Compare
f4f3b30
to
7f6502f
Compare
8a150e9
to
882b8e0
Compare
7f6502f
to
8c89ece
Compare
882b8e0
to
4717484
Compare
8c89ece
to
4b7ae74
Compare
4717484
to
5d06299
Compare
4b7ae74
to
0a90887
Compare
5d06299
to
a59e849
Compare
0a90887
to
64a56cd
Compare
64a56cd
to
482c0ac
Compare
Merge activity
|
Adds resizable columns and consistent sorting behavior to image list tables This PR enhances the user experience of image list tables by: - Making columns resizable in both CustomizedImageList and ImageList components - Adding consistent sort directions (descend -> ascend -> descend) for sortable columns - Removing sorter tooltips for cleaner UI - Setting fixed initial width for image name columns based on screen size - Converting standard antd Tables to BAITable components for consistency **Screenshots:** ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/2HueYSdFvL8pOB5mgrUQ/53c64bff-61e1-4d9d-adf8-c95a0abdae83.png) **Checklist:** - [ ] Mention to the original issue - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after To verify: 1. Check that columns can be resized by dragging their borders 2. Verify sort behavior cycles through: descending -> ascending -> descending 3. Confirm image name columns have appropriate initial widths 4. Ensure sorting works without tooltips appearing
983a8a6
to
5e898eb
Compare
482c0ac
to
506a1a1
Compare
Adds resizable columns and consistent sorting behavior to image list tables
This PR enhances the user experience of image list tables by:
Screenshots:
Checklist:
To verify: