Skip to content

Feat: Update left navigation to allow more levels

David O'Regan requested to merge 415 into master

The smallest MVC we can manage for #415 (closed) where we restructure the left navigation menu to allow for more levels with a horizontal drawer as our approach over the vertical expand we previously used. We also take this moment to update the mobile overlay to fully cover tables since it was driving me crazy!

Screenshots

R1

Where to test

http://415.178.62.207.141.nip.io/ee/README.html

TODO

  1. Separate click event from a tag and arrow i.e. clicking a tag will open the page, but clicking the arrow will take you deeper into the menu!

Known Issues

Issue LOE
Revert previous styles XS - S
Previous collapse arrow no longer makes sense XS - S
Transitions seem strange with slower connections XS
Ensure we load sub pages in navbar when selected i.e. we need to sub pages as well as main pages XS
Large item count can degrade performance S
Nav overflows like crazy as it takes the largest list as the height SSoT S
Edited by David O'Regan

Merge request reports