This PR cleans up our base layout, moving the nav drawer (left pane) under the main bar. This gives us a correct way to use the layout system. Earlier we were using the app parameter on the drawer and the top bar inside of the v-main element and this is discoraged by the framework and can introduce subtle bugs.
Move top bar and left panel outside of the main component
Each root component view (home and sketch) implements the top bar and left panel
Removed the Back to explore button and added a section in the left panel at the top called Search that will always take you back to the main search interface.
This PR cleans up our base layout, moving the nav drawer (left pane) under the main bar. This gives us a correct way to use the layout system. Earlier we were using the
app
parameter on the drawer and the top bar inside of thev-main
element and this is discoraged by the framework and can introduce subtle bugs.Back to explore
button and added a section in the left panel at the top calledSearch
that will always take you back to the main search interface.