With the re-integration of the secondary menu (hamburger menu), the secondary menu now holds redundant information and is subject to bugs, such as #2043
We should consider removing the secondary menu and moving menu items to the primary menu bar.
"Data Request", "Send Audio", and "Report Problem" should be added as sub-menus (dropdowns) under "Contact Us".
The "Statistics" secondary menu item should be added to menu item to the primary menu bar.
Change action menu item to dropdown on tablet view
On mobile devices (or vertical monitors), the action menu is very large and takes up a full-screen width
When displayed on a mobile device, we should consider making the action menu a collapsable element.
Changes to Footer
In phone/tablet view, the footer items are not centered when they should be
We should consider using a drop-down for footer action items
Performance Improvements
We are currently creating two <baw-primary-menu> elements and hiding one with css (costing double the computation). We should refactor the primary navbar to use *ngIf
Removal of the secondary (hamburger) menu
With the re-integration of the secondary menu (hamburger menu), the secondary menu now holds redundant information and is subject to bugs, such as #2043
We should consider removing the secondary menu and moving menu items to the primary menu bar.
"Data Request", "Send Audio", and "Report Problem" should be added as sub-menus (dropdowns) under "Contact Us".
The "Statistics" secondary menu item should be added to menu item to the primary menu bar.
Change action menu item to dropdown on tablet view
On mobile devices (or vertical monitors), the action menu is very large and takes up a full-screen width
When displayed on a mobile device, we should consider making the action menu a collapsable element.
Changes to Footer
Performance Improvements
<baw-primary-menu>
elements and hiding one with css (costing double the computation). We should refactor the primary navbar to use*ngIf