hydrotekfarm / automation-app

0 stars 0 forks source link

Fix side menu in responsive design #14

Open hydrotekfarm opened 3 years ago

hydrotekfarm commented 3 years ago

In GitLab by @AjayKrishna123 on Feb 4, 2021, 13:20

Brief checklist

Side Menu Desktop View Bug The main side menu works properly in mobile view but doesn't show any data in the desktop view. The side menu is essentially supposed to show the list of all the devices the user has. The list of devices will be pulled from the backend right after authentication. These devices are pulled from the Fetch Devices function in the variableManagementService. The side menu code can be found in the app.component.html file.

Here is a picture of the side menu working properly in mobile view.

image

As you can see, the side menu doesn't show any of the devices in desktop view.

image

Hide Desktop View in Auth Page Apart from fixing the menu in desktop view, we also need to hide the side menu in desktop view on the authentication page.

Right now it looks like this:

image

hydrotekfarm commented 3 years ago

In GitLab by @AjayKrishna123 on Apr 10, 2021, 17:41

unassigned @dhavalbhanderi880