tekgrunt / kokalee

This is the main home for the edge networking project aimed at remote teams or low-budget remote camps (aka. tent style cams).
2 stars 1 forks source link

Create static default landing page #9

Open tekgrunt opened 6 years ago

tekgrunt commented 6 years ago

Create a component for the default landing page. Simple welcome message along with instruction indicating that you have to create an account || login before access the system.

tekgrunt commented 6 years ago

This has mostly been done by Rachel; however, we should be hiding the side menu and/or hamburger menu when the user is not logged in thus restricting their access to the system. Once the user is logged in then they should have the menus available.

rachel-joy commented 6 years ago

I worked on this issue of hiding or showing the navbar a little last night. I used hoodie api to check if a user is logged in and then with a boolean either show or hide the navbar dropdown accordingly. It's working nicely, although if someone could check to see if i should refactor that would be great.

The remaining issue is that the navbar media query is set to display the dropdown only at a medium breakpoint and smaller. So questions:

forivall commented 6 years ago

branch reference: rachel/landing-page