Skip to content

Conversation

georgylobko
Copy link
Member

Description

This PR includes visual updates for the left global panel in accordance with the design bug bash (qMzUMAouvFuAa)

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 Aug 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.10%. Comparing base (2212c21) to head (0d6f13e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3815   +/-   ##
=======================================
  Coverage   97.10%   97.10%           
=======================================
  Files         840      840           
  Lines       24472    24472           
  Branches     8637     8636    -1     
=======================================
  Hits        23763    23763           
- Misses        659      702   +43     
+ Partials       50        7   -43     

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

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.

Looks good overall, but I still recommend to wait for @gethinwebster review, because this is now everyones' feature, not just our squad's

@@ -47,4 +47,5 @@ export const tokens: StyleDictionary.BordersDictionary = {
borderWidthField: '1px',
borderWidthPopover: '2px',
borderWidthToken: '2px',
borderAiPanelWidth: '2px',
Copy link
Member

Choose a reason for hiding this comment

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

Why did you move it here? Do we expect it to be themed or anything?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, I don't expect to reuse it anywhere. Removed

@@ -951,7 +951,8 @@ export type ShadowsTokenName =
| 'shadowSticky'
| 'shadowStickyEmbedded'
| 'shadowStickyColumnFirst'
| 'shadowStickyColumnLast';
| 'shadowStickyColumnLast'
| 'borderAiPanelWidth';
Copy link
Member

Choose a reason for hiding this comment

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

need to remove this too

Suggested change
| 'borderAiPanelWidth';

Copy link
Member Author

Choose a reason for hiding this comment

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

removed

@georgylobko georgylobko added this pull request to the merge queue Sep 1, 2025
Merged via the queue into main with commit 9895f8e Sep 1, 2025
38 checks passed
@georgylobko georgylobko deleted the chore/left-drawer-visual-upd branch September 1, 2025 12:46
pranshuteotia pushed a commit to pranshuteotia/components that referenced this pull request Sep 3, 2025
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