-
Notifications
You must be signed in to change notification settings - Fork 67
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(ui): make eval section header draggable #2637
Conversation
Preview this PR with FeatureBee: https://beta.wandb.ai/?betaVersion=a8e89e17fd055799ad1765469c0d45cabcde6440 |
.../PagePanelComponents/Home/Browse3/pages/CompareEvaluationsPage/compareEvaluationsContext.tsx
Outdated
Show resolved
Hide resolved
...-js/src/components/PagePanelComponents/Home/Browse3/pages/CompareEvaluationsPage/ecpState.ts
Outdated
Show resolved
Hide resolved
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.
I'm noticing that the shopping cart items have the "Click to select this item" tooltip / cursor / hover effect but it appears you can't actually click to do the subselection as you can in the generic comparison view.
I also think we still want the colored circle and the id value to show in the item?
...s/src/components/PagePanelComponents/Home/Browse3/pages/common/shoppingCart/ShoppingCart.tsx
Outdated
Show resolved
Hide resolved
<span>{call.displayName ?? call.spanName}</span> | ||
<Id id={call.callId} type="Call" className="ml-0 mr-4" /> | ||
<span | ||
style={{ |
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.
I think it would be nice if we start using Tailwind for stuff like this but no need to change now.
Description
Drag around the Eval buttons, to set the order of how the evaluations appear in the evaluation compare page.