-
Notifications
You must be signed in to change notification settings - Fork 93
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
Move to Polymer 3.0, and start move to LitElement + MWC #60
Conversation
3ce6c17
to
64f659f
Compare
d895200
to
329172a
Compare
Actually we didn't add these images at all, I thought @alexshalamov would help create them. Anyway, I will create a separate issue to track it. @alexshalamov, could you provide some guideline to create these images? Which tool were you using? |
Issue link: #62 |
While you're still at it: I guess you also need to drop all references to Bower from |
@kenchris has told me this is finally ready for merging, so let's go! |
import {LitElement, html} from '@polymer/lit-element'; | ||
import {installRouter} from '../node_modules/pwa-helpers/router.js'; | ||
|
||
const menuIcon = html`<svg height="24" viewBox="0 0 24 24" width="24"><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"></path></svg>`; |
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.
Should be same color as the app header text color.
No description provided.