-
Notifications
You must be signed in to change notification settings - Fork 61
Sidenav design #16
Sidenav design #16
Conversation
|
@feloy this is really helpful thank you so much for doing that! 👍 merged. |
| @@ -1,10 +1,37 @@ | |||
| import { Component } from '@angular/core'; | |||
|
|
|||
| class Menu { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we update this to an interface?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@feloy thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I'll do that
| @@ -1,37 +1,24 @@ | |||
| <md-sidenav-container fullscreen> | |||
| <div class="app-fullpage"> | |||
| <md-toolbar color="accent" class="mat-elevation-z6"> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll look how to do this. Previous solution wasn't perfect because sidenav was on top of toolbar.
It seems that "md-sidenav-container fullscreen" is not usable with a toolbar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies, just tested again and it looks great! 👍
|
@btroncone I don't see why not! @feloy? |

Here a proposition for the sidenav design