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

[Fix]: Fixed Navbar dark mode navigation #1059

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

Conversation

officeneerajsaini
Copy link
Contributor

This Pull Request Fixes the Navbar Navigation Color in Dark mode.

Issue Number:

Screenshots/videos:
Before:

Screen.Recording.2024-10-24.at.10.51.20.AM.mov

After :

Screen.Recording.2024-10-24.at.10.52.49.AM.mov

@officeneerajsaini officeneerajsaini requested a review from a team as a code owner October 24, 2024 05:28
@officeneerajsaini
Copy link
Contributor Author

In macOS, I'm encountering another issue with the Navbar search button. The search button's style contains a background-color property.

@officeneerajsaini
Copy link
Contributor Author

Screenshot 2024-10-24 at 11 03 04 AM

Copy link

github-actions bot commented Oct 24, 2024

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
website ✅ Ready (View Log) Visit Preview 711decc

Copy link

codecov bot commented Oct 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (7ecd915) to head (711decc).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1059   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          373       373           
  Branches        94        94           
=========================================
  Hits           373       373           

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

dependabot bot and others added 2 commits October 24, 2024 11:49
Bumps [husky](https://github.com/typicode/husky) from 9.1.5 to 9.1.6.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.5...v9.1.6)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

fixed navbar dark mode navigation

fixed

fixed
@officeneerajsaini
Copy link
Contributor Author

I'm sorry for making this pull request complex for the reviewer. Initially, I did my work well, but the package-lock.json and yarn.lock files were included. Then I made another commit, and I wanted to combine both commits into a single one. Due to some issues, I deleted my branch and then restored it. Now, I've combined both commits into one, but it also includes the previous merged commit. That's what has been happening with me.

@DhairyaMajmudar
Copy link
Member

I'm sorry for making this pull request complex for the reviewer. Initially, I did my work well, but the package-lock.json and yarn.lock files were included. Then I made another commit, and I wanted to combine both commits into a single one. Due to some issues, I deleted my branch and then restored it. Now, I've combined both commits into one, but it also includes the previous merged commit. That's what has been happening with me.

No worries with that just remove the changes from yarn.lock and package.json files.

@DhairyaMajmudar DhairyaMajmudar added the Hacktoberfest-accepted Pull requests accepted for Hacktoberfest'24 label Oct 24, 2024
@officeneerajsaini
Copy link
Contributor Author

I'm sorry for making this pull request complex for the reviewer. Initially, I did my work well, but the package-lock.json and yarn.lock files were included. Then I made another commit, and I wanted to combine both commits into a single one. Due to some issues, I deleted my branch and then restored it. Now, I've combined both commits into one, but it also includes the previous merged commit. That's what has been happening with me.

No worries with that just remove the changes from yarn.lock and package.json files.

Yeah I did 😄

@officeneerajsaini
Copy link
Contributor Author

The commit #1049 is also included in my pull request.

package.json Outdated
Copy link
Member

Choose a reason for hiding this comment

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

Seems like there are still some more changes left to be removed : )

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What should I do now then, that commit already merged with that code.

yarn.lock Outdated
Copy link
Member

Choose a reason for hiding this comment

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

From here too

@officeneerajsaini
Copy link
Contributor Author

@DhairyaMajmudar Please Review Code now.

@DhairyaMajmudar
Copy link
Member

@officeneerajsaini pls. don't change the font colors

@officeneerajsaini
Copy link
Contributor Author

@officeneerajsaini pls. don't change the font colors

In dark mode, some light colors look better than a dark-on-dark combination.

Consistent color:

Screen.Recording.2024-10-25.at.11.26.19.AM.mov

Some Lightness :

Screen.Recording.2024-10-25.at.11.25.50.AM.mov

Should I go with the website theme color?

Copy link
Collaborator

@benjagm benjagm left a comment

Choose a reason for hiding this comment

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

Looks great, Thanks!!

However I do prefer the white color for the navbar fonts instead that light grey. Can we change that?

@officeneerajsaini
Copy link
Contributor Author

Looks great, Thanks!!

However I do prefer the white color for the navbar fonts instead that light grey. Can we change that?

Yes, and what about the color for the active and hover effects?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest-accepted Pull requests accepted for Hacktoberfest'24
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Bug: Some Section need's Improvement
3 participants