Skip to content

chore: VR improvements #3374

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

Open
wants to merge 51 commits into
base: main
Choose a base branch
from
Open

chore: VR improvements #3374

wants to merge 51 commits into from

Conversation

at-susie
Copy link
Member

@at-susie at-susie commented Mar 25, 2025

Description

As part of VR improvements, this PR changes 1) the page background color of AppLayoutToolbar to create a greater visual hierarchy in a page, and 2) change the stroke width of form field controls from 2px to 1px.

Related links, issue #, if available: n/a

How has this been tested?

Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link

codecov bot commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.51%. Comparing base (058c6ee) to head (c2e9d6c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3374      +/-   ##
==========================================
- Coverage   96.51%   96.51%   -0.01%     
==========================================
  Files         806      806              
  Lines       23032    23029       -3     
  Branches     7551     7962     +411     
==========================================
- Hits        22230    22227       -3     
  Misses        795      795              
  Partials        7        7              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@at-susie at-susie marked this pull request as ready for review March 31, 2025 16:38
@at-susie at-susie requested a review from a team as a code owner March 31, 2025 16:38
@at-susie at-susie requested review from cansuaa and just-boris and removed request for a team and cansuaa March 31, 2025 16:38
@at-susie at-susie marked this pull request as draft April 2, 2025 12:25
connorlanigan
connorlanigan previously approved these changes Apr 14, 2025
@at-susie at-susie requested a review from just-boris April 14, 2025 11:11
just-boris
just-boris previously approved these changes Apr 14, 2025
Copy link
Member

@just-boris just-boris left a comment

Choose a reason for hiding this comment

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

Approved overall, but there are a couple improvements in dev pages and one comment about radio button

just-boris
just-boris previously approved these changes Apr 16, 2025
border-start-start-radius: awsui.$border-radius-button;
border-start-end-radius: awsui.$border-radius-button;
border-end-start-radius: awsui.$border-radius-button;
border-end-end-radius: awsui.$border-radius-button;
align-items: center;
min-block-size: calc(awsui.$line-height-body-m + awsui.$space-static-xxs);
padding-inline: awsui.$space-static-xxxs;
padding-block: calc(seg.$segment-gap / 2 - awsui.$border-width-field);
padding-inline: calc(seg.$segment-gap - 1px);
Copy link
Member

Choose a reason for hiding this comment

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

Why is this 1px? Does that need to match some other element / variable?

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.

3 participants