unimelb / unimelb-design-system

A complete design system for the University of Melbourne
https://web.unimelb.edu.au
30 stars 12 forks source link

Refactor local nav and make `inner` wrappers optional #820

Closed axelboc closed 7 years ago

axelboc commented 7 years ago

Fixes #773 - inner wrappers can now be omitted in the local nav markup, in which case they are injected automatically. Note that this does have a very small impact on performance, so if you're able to provide the wrappers yourself, please do so.

This PR also includes a complete refactoring of the LocalNav component. Below is a non-exhaustive list of the changes:

axelboc commented 7 years ago

Turns out this fixes #679 as well 😄