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

fine-tuning workspace menu styles #222

Open
wants to merge 4 commits into
base: workspace
Choose a base branch
from

Conversation

ruanyl
Copy link
Owner

@ruanyl ruanyl commented Oct 11, 2023

Description

fine-tuning workspace menu styles

Issues Resolved

Screenshot

image
image

Testing the changes

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
    • yarn test:ftr
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

title={
<h3
style={{
width: '202px',
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is is okay to use hardcode width?

Copy link
Owner Author

@ruanyl ruanyl Oct 12, 2023

Choose a reason for hiding this comment

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

You're right, I cleanup the custom styles.

@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2023

Codecov Report

Merging #222 (afc54d2) into workspace (2771ff9) will decrease coverage by 0.05%.
Report is 6 commits behind head on workspace.
The diff coverage is 0.00%.

@@              Coverage Diff              @@
##           workspace     #222      +/-   ##
=============================================
- Coverage      66.20%   66.16%   -0.05%     
=============================================
  Files           3419     2709     -710     
  Lines          65753    51015   -14738     
  Branches       10590     9207    -1383     
=============================================
- Hits           43535    33756    -9779     
+ Misses         19574    14972    -4602     
+ Partials        2644     2287     -357     
Flag Coverage Δ
Linux_1 ?
Linux_2 55.36% <0.00%> (-0.01%) ⬇️
Linux_3 42.77% <0.00%> (+<0.01%) ⬆️
Linux_4 34.52% <0.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...c/core/public/chrome/ui/header/collapsible_nav.tsx 96.29% <0.00%> (-0.07%) ⬇️

... and 786 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

+ remove unnecessary styles

Signed-off-by: Yulong Ruan <[email protected]>
Signed-off-by: Yulong Ruan <[email protected]>
@Hailong-am
Copy link
Collaborator

It seems display incorrectly when workspace is off
image

@ruanyl
Copy link
Owner Author

ruanyl commented Oct 12, 2023

It seems display incorrectly when workspace is off image

Nice catch! I will fix this, thanks

Signed-off-by: Yulong Ruan <[email protected]>
@ruanyl
Copy link
Owner Author

ruanyl commented Oct 16, 2023

@yuye-aws I removed the default nav header, I'm not sure why there was a default nav header in the first place, seems it's not needed. afc54d2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants