In GitLab by @AjayKrishna123 on Feb 4, 2021, 13:20
Brief checklist
[ ] Fix Desktop View Bug (device list does not appear on the side menu during desktop view)
[ ] Remove side menu from authentication page
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.
As you can see, the side menu doesn't show any of the devices in desktop view.
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.
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.
As you can see, the side menu doesn't show any of the devices in desktop view.
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: