sentry icon indicating copy to clipboard operation
sentry copied to clipboard

ref(dashboards): standardize widget related tables to one table

Open lzhao-sentry opened this issue 7 months ago • 1 comments

Changes

Add new widget table component that is shared by widgets on the dashboard, widget preview and widget viewer modal. Will look into renaming/reorganizing files in a separate PR so changes in this PR are easier to see.

Before

Not sure what to record, but basically imagine the below video, but no sorting/resizing of columns exist

After

https://github.com/user-attachments/assets/c75c2ff9-8bdf-4554-9a5b-1321532fcef8

lzhao-sentry avatar Jun 12 '25 15:06 lzhao-sentry

:x: 1 Tests Failed:

Tests completed Failed Passed Skipped
10568 1 10567 9
View the top 1 failed test(s) by shortest run time
provisionSubscriptionAction calls api with correct manually invoiced on-demand args
Stack Traces | 15.3s run time
Error: thrown: "Exceeded timeout of 15000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
    at .../gsAdmin/components/provisionSubscriptionAction.spec.tsx:1191:3
    at _dispatchDescribe (.../sentry/node_modules/.pnpm/[email protected][email protected]..../jest-circus/build/index.js:91:26)
    at describe (.../sentry/node_modules/.pnpm/[email protected][email protected]..../jest-circus/build/index.js:55:5)
    at Object.<anonymous> (.../gsAdmin/components/provisionSubscriptionAction.spec.tsx:13:1)
    at Runtime._execModule (.../sentry/node_modules/.pnpm/[email protected]..../jest-runtime/build/index.js:1439:24)
    at Runtime._loadModule (.../sentry/node_modules/.pnpm/[email protected]..../jest-runtime/build/index.js:1022:12)
    at Runtime.requireModule (.../sentry/node_modules/.pnpm/[email protected]..../jest-runtime/build/index.js:882:12)
    at jestAdapter (.../sentry/node_modules/.pnpm/[email protected][email protected]..../build/legacy-code-todo-rewrite/jestAdapter.js:77:13)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at runTestInternal (.../sentry/node_modules/.pnpm/[email protected]..../jest-runner/build/runTest.js:367:16)
    at runTest (.../sentry/node_modules/.pnpm/[email protected]..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../sentry/node_modules/.pnpm/[email protected]..../jest-runner/build/testWorker.js:106:12)

To view more test analytics, go to the Test Analytics Dashboard 📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

codecov[bot] avatar Jun 12 '25 15:06 codecov[bot]

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you remove the label Waiting for: Community, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

getsantry[bot] avatar Jul 08 '25 07:07 getsantry[bot]

Not relevant anymore

lzhao-sentry avatar Jul 08 '25 13:07 lzhao-sentry