Skip to content
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

Merged
merged 5 commits into from
Dec 13, 2024

Conversation

Abdkhan14
Copy link
Contributor

@Abdkhan14 Abdkhan14 commented Dec 10, 2024

Screen.Recording.2024-12-10.at.11.33.28.AM.mov

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Dec 10, 2024
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All 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              

Copy link

codecov bot commented Dec 10, 2024

Bundle Report

Changes will increase total bundle size by 78.55kB (0.25%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
app-webpack-bundle-array-push 32.1MB 78.55kB (0.25%) ⬆️

@Abdkhan14 Abdkhan14 marked this pull request as ready for review December 10, 2024 16:34
@Abdkhan14 Abdkhan14 requested review from a team as code owners December 10, 2024 16:34
@Abdkhan14 Abdkhan14 requested a review from Zylphrex December 10, 2024 16:34
static/app/views/explore/tables/aggregatesTable.tsx Outdated Show resolved Hide resolved
static/app/views/explore/toolbar/index.tsx Outdated Show resolved Hide resolved
static/app/views/explore/components/table.tsx Show resolved Hide resolved
gridTemplateColumns: columns.join(' '),
};
}, [items, minimumColumnWidth]);
function onMouseUp() {
Copy link
Member

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.

Copy link
Contributor Author

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

@Abdkhan14 Abdkhan14 merged commit d167211 into master Dec 13, 2024
43 checks passed
@Abdkhan14 Abdkhan14 deleted the abdk/explore-resizing-table-cloumns branch December 13, 2024 18:02
@github-actions github-actions bot locked and limited conversation to collaborators Dec 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants