-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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(explore) Making samples and aggregate tables resizable #81899
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #81899 +/- ##
==========================================
+ Coverage 80.25% 80.34% +0.09%
==========================================
Files 7488 7259 -229
Lines 330931 320769 -10162
Branches 20876 20872 -4
==========================================
- Hits 265585 257729 -7856
+ Misses 64951 62645 -2306
Partials 395 395 |
Bundle ReportChanges will increase total bundle size by 78.55kB (0.25%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
gridTemplateColumns: columns.join(' '), | ||
}; | ||
}, [items, minimumColumnWidth]); | ||
function onMouseUp() { |
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.
There's a subtle bug here where another element may have e.stopPropagation()
on its onMouseUp
handler and the listeners never get removed. But this should be mostly okay as it will be removed on the next mouse up anywhere.
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.
Yup, we can iterate on feedback, good catch though i didn't come across it
https://github.com/user-attachments/assets/964924fb-0f14-46b9-9e8c-b669a27f1f44 --------- Co-authored-by: Abdullah Khan <[email protected]>
Screen.Recording.2024-12-10.at.11.33.28.AM.mov