Tekipeps / aul-forum

Forum web app for AUL entrepreneurship project
https://aul-forum.herokuapp.com
MIT License
3 stars 4 forks source link

Remove login and register from nav after login #59

Closed Tekipeps closed 3 years ago

Tekipeps commented 3 years ago

need to remove login and register buttons from main navigation after login

also the theme toggle button should be on the main navigation bar

image

BidemiEnoch commented 3 years ago

yah, there should be 5 routes in total home profile about login register login and register should disappear after login, I renamed team to about , I will be working on that particular page for a while

BidemiEnoch commented 3 years ago

The update you made however only redirects from login/register if the user is logged in, hoping this isnt permanent

home - login - register - about should transform to home - profile - about after login. Whether the logout btn should be in nav bar or profile section idk...

BidemiEnoch commented 3 years ago

Whichever im working on the /about page, it would fetch some data about this repo and its contributors with the github api and display it, so people can see who has contributed the most, view the creation, last modified timestamps of this repo e.t.c maybe you should work on the routing, or should I? idk. currently workiing on /about whichever way

Tekipeps commented 3 years ago

The update you made however only redirects from login/register if the user is logged in, hoping this isnt permanent

home - login - register - about should transform to home - profile - about after login. Whether the logout btn should be in nav bar or profile section idk...

You can add the logout button on the top navigation after about