Skip to content

feat(Storage): add columns setup #1321

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 8 commits into from
Sep 23, 2024
Merged

Conversation

artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Sep 19, 2024

Closes #1216, closes #1155

Add columns setup to Storage component, use Storage component on StorageGroup, PDisk and VDisk pages

Remove advanced storage setting, since VDisks with PDisks column could be selected in setup

Stand: https://nda.ya.ru/t/RkTCeA0U78MSpb

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
124 122 0 2 0

Bundle Size: 🔽

Current: 78.99 MB | Main: 79.01 MB
Diff: 0.02 MB (-0.03%)

✅ 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.

@artemmufazalov artemmufazalov force-pushed the 1216-storage-columns-setup branch 2 times, most recently from a63e5e4 to 25ea35f Compare September 19, 2024 21:34
@@ -90,11 +89,6 @@ export const invertedDisksSetting: SettingProps = {
settingKey: INVERTED_DISKS_KEY,
title: i18n('settings.invertedDisks.title'),
};
export const useAdvancedStorageSetting: SettingProps = {
Copy link
Member Author

Choose a reason for hiding this comment

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

Now user will be able to select desired columns view via columns setup

@Raubzeug
Copy link
Contributor

Raubzeug commented Sep 20, 2024

@artemmufazalov what do you think if we move column selector in Vdisk and Pdisk pages on a previous line like:

Screenshot 2024-09-20 at 16 16 19 Screenshot 2024-09-20 at 16 16 51

@artemmufazalov
Copy link
Member Author

artemmufazalov commented Sep 23, 2024

@Raubzeug

what do you think if we move column selector in Vdisk and Pdisk pages on a previous line like

I don't like the control on the tabs level, since it is connected to content of one tab and isn't connected to another - PDiskPage , or control changes depending on tab - StorageGroupPage

As for VDiskPage - I don't see much difference, I prefer to leave it the same way as for PDiskPage and StorageGroupPage

@artemmufazalov artemmufazalov force-pushed the 1216-storage-columns-setup branch from 4c1706e to 5e24996 Compare September 23, 2024 15:33
@artemmufazalov artemmufazalov merged commit b53487e into main Sep 23, 2024
5 checks passed
@artemmufazalov artemmufazalov deleted the 1216-storage-columns-setup branch September 23, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants