Skip to content

fix(StorageNodes): uniform render type #1376

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

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Sep 27, 2024

Part of #1364

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
124 123 0 1 0

Bundle Size: ✅

Current: 79.10 MB | Main: 79.10 MB
Diff: +0.03 KB (0.00%)

✅ Bundle size unchanged.

ℹ️ 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.

@@ -21,7 +21,7 @@
}

&__vdisks-item {
flex-basis: 5px;
flex-basis: 3px;
Copy link
Member Author

Choose a reason for hiding this comment

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

Allow PDisk to have more compact VDisks on it. It's needed to make StorageNodes to have the same row height, allowing switching from variable RDT rendering to uniform

@@ -9,6 +9,7 @@
align-items: flex-end;

width: max-content;
height: 40px;
Copy link
Member Author

Choose a reason for hiding this comment

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

Make PDisk components to have the same height. It's needed to make StorageNodes to have the same row height, allowing switching from variable RDT rendering to uniform

@artemmufazalov artemmufazalov added this pull request to the merge queue Sep 27, 2024
Merged via the queue into main with commit 9e25733 Sep 27, 2024
6 checks passed
@artemmufazalov artemmufazalov deleted the storage-nodes-uniform-rendering branch September 27, 2024 15:11
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.

2 participants