-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
style: include menu on small devices for toolbar #361
Conversation
Review changes with SemanticDiff. Analyzed 8 of 8 files. Overall, the semantic diff is 16% smaller than the GitHub diff.
|
PR preview is not functional |
|
I just figured it out: we have a hard budget on building the studio-web application, and we've just busted it with this PR. Quite randomly I would say, we've been inching to our budget limit for quite a while now, with 1.98mb and 1.99mb but this PR's 2.01 mb triggering the fatal error. Fixed now, with a budget of 3mb. Something we ought to try to reduce the size of this, but that's not going to be a priority... |
Thanks! |
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.
Looks good! Thanks for taking this on!
[color]="currentURL === '/' ? 'accent' : ''" | ||
[routerLink]="''" | ||
> | ||
Studio |
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.
That's an excellent idea. Done, please re-review.
PR Goal?
Add a menu button instead of the toolbar. Now that I made this though, maybe what we actually want is a "sidenav" element: https://material.angular.io/components/sidenav/overview
Fixes?
Feedback sought?
Do you like the way it looks? does it display the languages properly (French/Spanish/English)?
Priority?
medium
Tests added?
How to test?
Confidence?
medium-low - maybe we should change this to a sidenav, but I'll leave it here for now so I can continue reviewing the other PRs.
Version change?