Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

fix(search-bar): fixed search bar styling and made it exclusive to search-bar#2665

Merged
ovflowd merged 3 commits into
nodejs:mainfrom
ovflowd:fix/search-bar-nav-bar
Aug 22, 2022
Merged

fix(search-bar): fixed search bar styling and made it exclusive to search-bar#2665
ovflowd merged 3 commits into
nodejs:mainfrom
ovflowd:fix/search-bar-nav-bar

Conversation

@ovflowd

@ovflowd ovflowd commented Aug 22, 2022

Copy link
Copy Markdown
Member

Description

This PR fixes a regression introduced by the last commit of #2654 that would misalign the search bar. This PR also corrects and ensures a fixed height for the navigation bar.

Check List

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run npm run lint:js -- --fix and/or npm run lint:md -- --fix for my JavaScript and/or Markdown changes.
    • This is important as most of the cases your code changes might not be correctly linted
  • I have run npm run test to check if all tests are passing, and/or npm run test -- -u to update snapshots if I created and/or updated React Components.
  • I have checked that the build works locally and that npm run build work fine.
  • I've covered new added functionality with unit tests if necessary.

@ovflowd ovflowd added the bug Something isn't working label Aug 22, 2022
@codecov-commenter

codecov-commenter commented Aug 22, 2022

Copy link
Copy Markdown

Codecov Report

Merging #2665 (47321f3) into main (371b952) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #2665   +/-   ##
=======================================
  Coverage   86.37%   86.37%           
=======================================
  Files         102      102           
  Lines        1064     1064           
  Branches      293      293           
=======================================
  Hits          919      919           
  Misses        139      139           
  Partials        6        6           
Impacted Files Coverage Δ
src/components/Header/index.tsx 95.65% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@rodion-arr rodion-arr added the create-preview Generate preview on staging.nodejs.dev label Aug 22, 2022
@github-actions github-actions Bot removed the create-preview Generate preview on staging.nodejs.dev label Aug 22, 2022
@github-actions

Copy link
Copy Markdown

Please find a preview at: https://staging.nodejs.dev/2665/

@rodion-arr rodion-arr left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Probably, if we are touching search, we can also fix the issue with search icon? It looks like it is not clickable and does not open search bar 😬
image

@ovflowd

ovflowd commented Aug 22, 2022

Copy link
Copy Markdown
Member Author

Maybe in a next PR as this PR is more like a hot fix? 🙈

@ovflowd ovflowd merged commit 8f21dce into nodejs:main Aug 22, 2022
@ovflowd ovflowd deleted the fix/search-bar-nav-bar branch August 22, 2022 19:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants