Refactored and redesigned top navbar #326
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello all,
This PR brings a new refactor and redesign for the app. This time is for the top nav bar!

This refactoring process cleaned the HTML/CSS code, and reduce the number of needed classes to give style to the bar. Now it uses a
md-toolbar
component instead of amd-navbar
component, which also fixes several visual bugs.Also, with this PR, we recover the ability to open new tabs with the mouse wheel when clicking the different navbar buttons. This allows reloading the list of agents on the
Agents
tab, instead of using F5.I hope you like this new design, every feedback is really appreciated.
Regards,
Juanjo