Skip to content

feat: add wrapper for gravity-ui/table#1736

Merged
Raubzeug merged 3 commits intomainfrom
update-table
Dec 6, 2024
Merged

feat: add wrapper for gravity-ui/table#1736
Raubzeug merged 3 commits intomainfrom
update-table

Conversation

@Raubzeug
Copy link
Copy Markdown
Contributor

@Raubzeug Raubzeug commented Dec 5, 2024

closes #1427

Stand

CI Results

Test Status: ✅ PASSED

📊 Full Report

Total Passed Failed Flaky Skipped
208 208 0 0 0

😟 No changes in tests. 😕

Bundle Size: 🔽

Current: 65.85 MB | Main: 65.97 MB
Diff: 0.13 MB (-0.19%)

✅ Bundle size decreased.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 6 out of 10 changed files in this pull request and generated no suggestions.

Files not reviewed (4)
  • package.json: Language not supported
  • src/components/Table/Table.scss: Language not supported
  • src/containers/Tablet/components/TabletStorageInfo/TabletStorageInfo.scss: Language not supported
  • src/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/SimplifiedPlan.scss: Language not supported
Comments skipped due to low confidence (1)

src/containers/Tablet/components/TabletStorageInfo/columns.tsx:66

  • Ensure consistent usage of the className prop in ColumnHeader component across all usages for better readability and maintainability.
<ColumnHeader className={hasExpand ? b('with-padding') : undefined}>

astandrik
astandrik previously approved these changes Dec 5, 2024
Comment thread src/components/Table/Table.scss Outdated
.ydb-table {
$block: &;
--ydb-table-cell-height: 40px;
width: 100%;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

100% width doesn't really fit with resizing (SimplifiedPlan), columns are resized only within screen width

@Raubzeug Raubzeug added this pull request to the merge queue Dec 6, 2024
Merged via the queue into main with commit 26d00e9 Dec 6, 2024
@Raubzeug Raubzeug deleted the update-table branch December 6, 2024 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update @gravity-ui/table to 1.x version

4 participants