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

Rearrange navigational links #62

Closed
6 tasks done
brunomenezes opened this issue Nov 15, 2023 · 1 comment · Fixed by #66
Closed
6 tasks done

Rearrange navigational links #62

brunomenezes opened this issue Nov 15, 2023 · 1 comment · Fixed by #66
Assignees
Labels
Type: Enhancement Improve an existing feature / design

Comments

@brunomenezes
Copy link
Collaborator

brunomenezes commented Nov 15, 2023

📄 Context

The header is becoming crowded with navigation and call-to-action kind of elements. Let's make the navigation part in a separate application area based on screen sizes, i.e. a Navbar.

✔️ Solution

By moving page links from the header to the existing Navbar. Also, updating the current Navbar behaviour;

  • Adjust the Navbar to maintain the current behaviour/content for small screens, but it becomes always visible for big screens.
  • Remove the links [Home, Applications] from the header to the Navbar.
  • You may need to adjust the default width for the desktop in case the area feels too big for the content. (check the theme object for that)
  • Header should keep the Connect Wallet, Deposits, dark/light mode and dots buttons on a big screen.
  • The burger icon continues to only show up on small screens.
  • The Navbar should be collapsed by default on small screens.

📈 Subtasks

  • Navbar is always visible on big screens.
  • Navbar is collapsed by default on small screens.
  • Navbar displays the current connect / deposit actions on small screens.
  • The links were moved from the header to the NavBar on big screens.

🎯 Definition of Done

  • The wallet-related actions and navigational links are visible on small screens.
  • The Navbar only displays the navigational links on big screens.
@brunomenezes brunomenezes added the Type: Enhancement Improve an existing feature / design label Nov 15, 2023
@github-project-automation github-project-automation bot moved this to 📌 Todo in Explorer Unit Nov 15, 2023
@brunomenezes
Copy link
Collaborator Author

brunomenezes commented Nov 15, 2023

There is PR that may affect the changes here. So keep an eye on #61. I would say this issue depends on that PR change.

@nevendyulgerov nevendyulgerov self-assigned this Nov 17, 2023
@nevendyulgerov nevendyulgerov moved this from 📌 Todo to 🧑‍💻 In Progress in Explorer Unit Nov 17, 2023
@github-project-automation github-project-automation bot moved this from 🧑‍💻 In Progress to 📦 Done in Explorer Unit Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Improve an existing feature / design
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants