Resolve: 164-code-changes-to-simplify-component-rendering
Pull Request Template
Description
- We extracted the horizontal / vertical navigation menu to the parent component, this way, we avoid having to do strange handling of the main-app-container in terms of height, width, etc. This allows us to make more robust changes in the future.
Related to #164 (closed)
Type of change
-
New feature (non-breaking change which adds functionality)
Checklist
-
My code follows the style guidelines of this project -
I have performed a self-review of my own code -
I have commented my code, particularly in hard-to-understand areas -
I have made corresponding changes to the documentation -
My changes generate no new warnings -
I have added tests that prove my fix is effective or that my feature works -
New and existing unit tests pass locally with my changes -
I have set news envs in dokku app to deploy -
Any dependent changes have been merged and published in downstream modules -
I have checked my code and corrected any misspellings