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

Active Navbar Link should be visible #4

Open
aryad14 opened this issue Oct 7, 2024 · 10 comments
Open

Active Navbar Link should be visible #4

aryad14 opened this issue Oct 7, 2024 · 10 comments
Assignees
Labels

Comments

@aryad14
Copy link
Member

aryad14 commented Oct 7, 2024

Issue

The links do not have a active state, hence it is difficult to know on which route a user is.

image

Expected Solution

Add some styling to the navigation link which states on which route the user is. For example, if the user is on About page, the About link on the navbar should have some styling denoting that the user is currently on the About Page.

Thank you!

@PALLAVIKHEDLE
Copy link

@aryad14 Can you please assign it to me? It's pretty straight forward. I can easily knock this out.

@Rahulagg13
Copy link

Hey can you assign this issue to me ?

@dexterousdhruv
Copy link

@aryad14 Can you please assign it to me ? I'd like to work on it.

@PALLAVIKHEDLE
Copy link

PALLAVIKHEDLE commented Oct 8, 2024

@aryad14
Screenshot 2024-10-08 at 10 53 28 AM

It's not working. Do you guys use a clerk publishable key or any specific node version?
Shall I create my .env.local?

Looks like .env.local in git ignore

@PALLAVIKHEDLE
Copy link

@aryad14 any update?

@aryad14
Copy link
Member Author

aryad14 commented Oct 9, 2024

@PALLAVIKHEDLE I have added .env.sample file to the repo, make sure to check it and setup clerk authentication on your side
The issue you are getting is because the project needs clerk secret keys as the entire project is wrapped around the ClerkProvider

@PALLAVIKHEDLE
Copy link

Yes, I set up the Clerk authentication. But what about stripe and MongoDB URI?

@aryad14
Copy link
Member Author

aryad14 commented Oct 11, 2024

For setting up the project you have to add the mongodb url and stripe API keys. Otherwise it won't work

@PALLAVIKHEDLE
Copy link

Can you provide me those, or do you want me to add those from my end?

@aryad14
Copy link
Member Author

aryad14 commented Oct 11, 2024

You can add them on your side.
Using the .env.sample file, create your own .env file in the project you cloned.
.env and .env.local files are never pushed on GitHub, hence they should always be included in the .gitignore file
These files are only for development environment

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

No branches or pull requests

4 participants