-
Notifications
You must be signed in to change notification settings - Fork 76
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
chore(weave): sort datasets while editing #3591
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Preview this PR with FeatureBee: https://beta.wandb.ai/?betaVersion=ef279495f0ddab7ad68ab618f0bc6f4511762bd5 |
546735e
to
5c41397
Compare
3ee5fbd
to
a1f7dc6
Compare
1dca0e5
to
357c659
Compare
a1f7dc6
to
e5c77bb
Compare
357c659
to
72b1cf6
Compare
e5c77bb
to
8ac6e07
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.
Seems reasonable - since this is a stacked PR, will wait for approval after the base is merged
72b1cf6
to
659cafe
Compare
8ac6e07
to
43131de
Compare
659cafe
to
660d501
Compare
907697b
to
c3dc8ec
Compare
660d501
to
0f012fa
Compare
c3dc8ec
to
99dbe7b
Compare
0f012fa
to
76ce011
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.
Technically, you might want to split this into server and UI changes, deploy server, then land UI - else the UI is relying on a field that won't be coming back. This is super minor, so consider this not blocking, but is good practice.
That's the plan! |
76ce011
to
c27a6c5
Compare
Description
Make datasets sortable in edit mode and preserve row indices during sorting operations.