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

Add a button for server explorer in navigation bar #68

Closed
Yeasir0032 opened this issue May 24, 2024 · 2 comments · Fixed by #72
Closed

Add a button for server explorer in navigation bar #68

Yeasir0032 opened this issue May 24, 2024 · 2 comments · Fixed by #72
Assignees
Labels

Comments

@Yeasir0032
Copy link
Owner

Adding server explorer button in navigation bar

We have to add a button inside of navigation bar that opens the route for Server explorer page.
Steps to do:

  • Go to components/navigation/navigation-sidebar.tsx
  • Add a button in line number 24
<div className="space-y-4 flex flex-col items-center h-full bg-[#e3e5e8] text-primary w-full dark:bg-[#1e1f22] py-3">
      <NavigationAction />
      {\* We have create the button here */}
      <Separator className="h-[2px] bg-zinc-300 rounded-md mx-auto w-10" />
  • Here Navigation Action is a button that creates a server We just have to create one like that
  • No need to create another component , you can just do it here
  • No need to handle click events
  • Use icons from lucide react or just paste a svg

Current scenario

Screenshot from 2024-05-24 19-43-13

Final scenario needed

Screenshot from 2024-05-24 19-43-28

@Yeasir0032 Yeasir0032 changed the title Add a Server Explorer option in navigation bar Add a button for server explorer in navigation bar May 24, 2024
@Devank-Sachdeva
Copy link
Contributor

I will be happy to take this issue please assign it to me

@Yeasir0032
Copy link
Owner Author

Good Luck @Devank-Sachdeva mate. If you encounter any problem feel free to ask.

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

Successfully merging a pull request may close this issue.

2 participants