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

feat(accent color): use color of navBar #6391

Merged
merged 3 commits into from
Mar 2, 2024
Merged

feat(accent color): use color of navBar #6391

merged 3 commits into from
Mar 2, 2024

Conversation

AugustinMauroy
Copy link
Member

@AugustinMauroy AugustinMauroy commented Mar 2, 2024

Description

I noticed that on Safari, the header/tabs was gray-black because our accent color was #333, so I set it to the color of the navbar component because it matches perfectly. Question, should we use generateViewport ?

Before:

Light

Capture d’écran 2024-03-02 à 10 31 36

dark

Capture d’écran 2024-03-02 à 11 50 20

After:

Light

Capture d’écran 2024-03-02 à 10 31 39

dark

Capture d’écran 2024-03-02 à 11 50 18

Related Issues

No Related Issues

Check List

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run npx turbo lint to ensure the code follows the style guide. And run npx turbo lint:fix to fix the style errors if necessary.
  • I have run npx turbo format to ensure the code follows the style guide.
  • I have run npx turbo test to check if all tests are passing.
  • I've covered new added functionality with unit tests if necessary.

@AugustinMauroy AugustinMauroy requested review from a team as code owners March 2, 2024 09:30
Copy link

vercel bot commented Mar 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nodejs-org ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 2, 2024 11:02am

@AugustinMauroy AugustinMauroy changed the title feat(accent color): use color of header feat(accent color): use color of navBar Mar 2, 2024
@ovflowd
Copy link
Member

ovflowd commented Mar 2, 2024

@AugustinMauroy how does it look with the dark mode?

site.json Outdated Show resolved Hide resolved
@AugustinMauroy
Copy link
Member Author

how does it look with the dark mode?

PR description has been update with all theme

@AugustinMauroy AugustinMauroy added the github_actions:pull-request Trigger Pull Request Checks label Mar 2, 2024
@github-actions github-actions bot removed the github_actions:pull-request Trigger Pull Request Checks label Mar 2, 2024
Copy link

github-actions bot commented Mar 2, 2024

Lighthouse Results

URL Performance Accessibility Best Practices SEO Report
/en 🟢 100 🟢 98 🟢 92 🟢 91 🔗
/en/about 🟢 100 🟢 98 🟢 92 🟢 92 🔗
/en/about/previous-releases 🟢 100 🟢 96 🟢 92 🟢 92 🔗
/en/download 🟢 100 🟢 97 🟢 92 🟢 91 🔗
/en/blog 🟢 100 🟢 96 🟠 83 🟢 92 🔗

@ovflowd
Copy link
Member

ovflowd commented Mar 2, 2024

how does it look with the dark mode?

PR description has been update with all theme

Can we make dark theme to match the actual header colour?

Copy link

github-actions bot commented Mar 2, 2024

Unit Test Coverage Report

Lines Statements Branches Functions
Coverage: 85%
80.18% (433/540) 79.65% (137/172) 73.07% (76/104)

Unit Test Report

Tests Skipped Failures Errors Time
88 0 💤 0 ❌ 0 🔥 4.397s ⏱️

@AugustinMauroy
Copy link
Member Author

AugustinMauroy commented Mar 2, 2024

Can we make dark theme to match the actual header colour?

My bad. it's not the right sceenshot if you thake a look it's beta-nodejs-org... 😄
EDIT: it's re-updated

Copy link
Member

@canerakdas canerakdas left a comment

Choose a reason for hiding this comment

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

LGTM

@ovflowd ovflowd added this pull request to the merge queue Mar 2, 2024
Merged via the queue into main with commit 456614e Mar 2, 2024
16 checks passed
@ovflowd ovflowd deleted the design-tweek branch March 2, 2024 14:48
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