-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make image lists resizable (#2823)
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
- Loading branch information
Showing
3 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters