Skip to content
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

fix(UserSettings): show description under setting control #1827

Merged
merged 2 commits into from
Jan 16, 2025
Merged

Conversation

Raubzeug
Copy link
Contributor

@Raubzeug Raubzeug commented Jan 16, 2025

closes #974
Stand

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
262 261 0 1 0

😟 No changes in tests. 😕

Bundle Size: ✅

Current: 79.96 MB | Main: 79.96 MB
Diff: +0.77 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.

Comment on lines +38 to +46
<Settings.Item
key={setting.title}
align="top"
{...rest}
>
<Setting {...setting} />
<Text color="secondary" as="div">
{description}
</Text>
Copy link
Member

Choose a reason for hiding this comment

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

A margin between setting control and text is needed

Screenshot 2025-01-16 at 17 39 27

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure... I've looked at navigation stories, and there's no additional space between control and text: https://preview.yandexcloud.dev/navigation/?path=/story/components-settings--showcase (see "Communication" tabl)

@artemmufazalov artemmufazalov changed the title fix(UserSettings): show description under setting contorol fix(UserSettings): show description under setting control Jan 16, 2025
@Raubzeug Raubzeug added this pull request to the merge queue Jan 16, 2025
Merged via the queue into main with commit 45ddc7e Jan 16, 2025
8 checks passed
@Raubzeug Raubzeug deleted the settings-974 branch January 16, 2025 15:03
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.

Display settings description in the right side
2 participants