Uh oh!
There was an error while loading. Please reload this page.
improvement(workspace): fix resource table column proportions and toast stacking - #4655
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryMedium Risk Overview Improves Files UX by computing and displaying recursive folder aggregate sizes in the Size column, and adjusts empty-state messaging when there are no files. Updates toast stacking to use a CSS grid with a Hardens and aligns external tool integrations/docs: Prospeo search suggestions now validates mutually-exclusive inputs and returns empty arrays (not Reviewed by Cursor Bugbot for commit bca836c. Configure here. |
Greptile SummaryThis PR improves the workspace resource table layout and toast stacking. It replaces the split-header/body two-table layout with a single
Confidence Score: 4/5Safe to merge pending the empty-folder UX regression in files.tsx. The resource table refactor and toast stacking changes are well-reasoned and correct. The main unresolved concern is that files.tsx passes emptyMessage as undefined for the base case, causing ResourceTable to render a header-only table with no explanation when a folder is empty. apps/sim/app/workspace/[workspaceId]/files/files.tsx — the emptyMessage logic that regressed the empty-folder and no-files-yet states. Important Files Changed
Reviews (3): Last reviewed commit: "fixes" | Re-trigger Greptile |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…ckConfig output type
waleedlatif1
commented
May 18, 2026
waleedlatif1
commented
May 18, 2026
@cursor review |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
waleedlatif1
commented
May 18, 2026
waleedlatif1
commented
May 18, 2026
@cursor review |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit bca836c. Configure here.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.

Summary
<table>+ sticky<thead>, fixingwidthMultiplier > 1.0having no visual effect (root cause:calc()on<col>elements is silently ignored by Chrome/WebKit)widthPxfromResourceColumnentirely — all columns now use proportionalwidthMultiplierweights; revert all upstreamwidthPxoverrides from logs, tables, scheduled-tasks, files, and knowledge pages'- - -'with a consistentEMPTY_CELL_PLACEHOLDER = '—'exported from the resource component and used across all resource pages--stack-offsetCSS variable instead offlex-col-reverse, cap visible toasts at 4, move container toright-6 bottom-6to clear the workspace panel borderType of Change
Testing
Tested manually across files, knowledge base, knowledge base documents, logs, tables, and scheduled tasks pages.
Checklist