Felix Zapata
ac434c4257
feat(menu-announce): use iron-a11y-announce to inform the user when menu has changed
2016-02-18 15:40:30 +01:00
Felix Zapata
af5c5d3110
feat(a11y): change headers hierarchy to improve accessibility
2016-02-17 09:39:02 +01:00
Chuck Horton
1170d06276
Remove #mainToolBar color
...
Fixed upstream in paper-toolbar to default to white again. See
paper-toolbar commit:
https://github.com/PolymerElements/paper-toolbar/commit/1f8cc8338220d62f
354b1ab12ae2829222f60a67. This is part of paper-toolbar release v1.1.4.
2016-02-01 13:48:08 -08:00
Chuck Horton
04106db28f
Set Main Toolbar Color to White
...
The main toolbar was show black text and icons, instead of white.
See https://polymerelements.github.io/polymer-starter-kit/ and look at
title text.
2016-01-28 11:12:53 -08:00
Arthur Evans
acf9968f0f
Fix formatting.
2016-01-06 15:04:35 -08:00
Arthur Evans
0c3c065724
Make tests work under native shadow DOM. Fixes #638 .
2016-01-06 11:45:32 -08:00
Abdón Rodríguez Davila
08c0b6550d
Remove deprecated /deep/ imports
...
Now use mixins instead of classes.
2015-12-23 02:57:48 +01:00
Rob Dodson
375a10ece2
Add icons for manifoldjs
2015-12-22 12:59:42 -08:00
Rob Dodson
a2c2e1559b
Use paper-menu mixin for selected styles. Fixes Gh-279
2015-12-20 17:32:40 -08:00
Abdón Rodríguez Davila
921bf9c925
Update to the new theme custom properties
2015-12-19 19:26:13 +01:00
Filipe Araujo
ca1ed5cf1c
meta tags are self closing
...
cleaning up accidental closing tag on meta tag
2015-12-15 16:46:23 -05:00
Rob Dodson
f06f454921
Merge pull request #586 from abdonrd/add_html_lang
...
Add "en" html lang
2015-12-12 10:03:05 -08:00
Abdón Rodríguez Davila
dc9ab88acb
Add missing imports
2015-12-12 17:27:59 +01:00
Abdón Rodríguez Davila
4219f59487
Add "en" html lang
2015-12-12 17:22:37 +01:00
Rob Dodson
e23876d99d
Move bower_components. Make vulcanize easier
2015-12-11 09:07:15 -08:00
Mark Garrett
0711f28924
Update href paths in index.html
...
If you don't add the `{{baseUrl}}`, the href paths are wrong after you go to a specific user's page - i.e. when on http://localhost:5000/users/Addy , the *Users* link will take you to http://localhost:5000/users/users
2015-12-02 14:38:36 -06:00
Addy Osmani
b642ecd040
Drop start_url - breaks routing/homescreen flow
2015-11-25 10:39:14 +00:00
Sam Saccone
062f6bc5fa
Merge pull request #525 from robdodson/master
...
Fix 300ms click delay for menu
2015-11-23 15:07:26 -08:00
LM450N
f2d8ce9c93
Use layout's mixins
...
Because the layouts are loaded by default, we could use it in the app
theme.
Closes #529
2015-11-23 12:20:03 +01:00
Rob Dodson
7255ea1da2
Fix 300ms click delay for menu
2015-11-20 16:18:22 -08:00
Addy Osmani
33ec95ca8d
Switch tests to webcomponents-lite ( fixes #473 )
2015-11-19 14:49:53 +00:00
Daniel Freedman
09e6b5a91a
test-fixture is part of wct 3.4+
2015-11-17 17:44:45 -08:00
Chuck Horton
7082366bc2
Add Github Pages deploy and routing
...
This does the following:
1. Add gulp tasks to deploy to Github Pages
2. Revises routing to handle hosting from a subfolder
3. Allows development environment to run from root while production can
run from subfolder
4. Add link to PSK demo in readme.md
5. Add deploy section to readme.md
6. Add detail Deploy to Github Pages recipe
Remove getUrl function and use data binding instead
With Polymer 1.2.0 we can now use compound bindings so getUrl function
is not needed.
Change Github to GitHub
Fixed linting errors
Add example for deploy to GitHub pages
use $ variable instead of require for ghPages
2015-11-12 10:10:22 -08:00
Chuck Horton
c84f403e99
Fixes app name scale calc
...
Before scaleMiddle was always being set to 0.5 (maxMiddleScale). Fixes
#491
2015-11-09 10:20:19 -08:00
Felix Zapata
c4c411c11f
Lint all code with jscs and jshint
2015-11-06 17:41:22 -08:00
Haukur Páll Hallvarðsson
436728366f
Remove extraneous span tags
...
As of Polymer 1.2 these span tags are not necessary anymore.
2015-11-04 22:14:48 +00:00
Addy Osmani
b71f6d8ab8
Merge pull request #465 from gertcuykens/patch-2
...
Trim styles.
2015-11-04 14:56:37 +01:00
Addy Osmani
9aeaf54256
Fix menu not working in FF 38 ( fixes #166 )
2015-10-29 16:56:17 +00:00
Gert Cuykens
8b29ca5e1a
Update app-theme.html
2015-10-27 06:17:04 +01:00
Gert Cuykens
0e95c18617
css bloat?
...
```
.bg {
background: white;
}
```
2015-10-27 03:18:53 +01:00
Rob Dodson
c3cdad5e37
Use Polymer.dom in app.js
2015-10-22 10:50:04 +02:00
Addy Osmani
b81c98cb97
Correct quotes to address linting error
2015-10-21 12:03:51 +01:00
Nader Toukabri
c2144e1b7b
add "not found" redirect toast change app.scrollPageToTop implementation to use paper-scroll-header-panel's public API ( Closes #247 )
2015-10-21 11:06:55 +01:00
Wesley Robinson
2a8634bbe5
Updated "on-click" to "on-tap"
...
To follow the suggestion from the Polymer docs!
"...tap should be used instead of click for the most reliable cross-platform results."
(https://www.polymer-project.org/1.0/docs/devguide/events.html#gestures )
2015-10-13 18:44:31 -07:00
Rob Dodson
9d4075d315
Dry up router scrollToTop code
2015-09-17 15:09:51 -07:00
Chuck Horton
37b5f2c0c2
Add use strict to elements
...
Adds `use strict` to my-greeting.html and my-list.html now that jshint
config is fixed to handle this.
2015-09-10 09:31:51 -07:00
Addy Osmani
abbfc5e57f
Merge pull request #349 from PolymerElements/manifest-splashscreen
...
Implement support for Chrome for Android splashscreen
2015-09-09 10:31:11 +01:00
Sam Saccone
52457f9a59
🐐 Remap bower_component location when testing
2015-09-08 17:41:09 -07:00
Sam Saccone
cbaad24d0a
🍕 Add polymer imports to default elms
...
Fixes #89
2015-09-08 16:10:44 -07:00
Addy Osmani
b3573460cd
Add 3x image for splashscreen
2015-09-08 19:05:42 +01:00
Addy Osmani
809965283a
Make theme-color consistent with manifest
2015-09-08 16:11:43 +01:00
Addy Osmani
62407ffd7a
Fixes #347 - add support for Android splashscreen
2015-09-08 16:11:31 +01:00
Chuck Horton
0b7d564958
Add styling info to readme
2015-08-25 16:27:26 -07:00
Chuck Horton
b9de6920b9
Add shared styles
...
Add the new Polymer 1.1.0 share styles approach.
Remove commented css
Remove import from my-greeting.html
This import is not need because it is in elements.html.
Remove an accidentally added word
2015-08-25 15:34:35 -07:00
Chuck Horton
d439e7dd4d
Fix my-greeting test to use h2 instead h1 ( Closes #326 )
2015-08-24 16:05:05 +01:00
Chuck Horton
98a7e3c37f
Add page-title class for all page titles
...
Replaces using paper-font-display1 for page titles. Makes all page
titles have consistent formatting. To get page-title to work with
`max-width: 600px` had to use `!important` for my-greeting-html.
My-greeting-html did not pick the page-title class formatting from
app-theme.html.
Any suggestions on handling this better are very welcome.
2015-08-24 16:05:05 +01:00
Addy Osmani
db847c2402
Merge pull request #316 from PolymerElements/scroll-to-top
...
Scroll to top when changing pages (fixes : #202 , #285 )
2015-08-21 17:06:33 +01:00
Arthur Verschaeve
a7e8bc334c
Fix indentation 🍭
2015-08-20 22:48:18 +02:00
Chuck Horton
ca0a9fca55
Scroll to top when changing pages ( fixes : #202 , #285 )
2015-08-20 07:14:14 -07:00
Simon
0cc91350c3
removed broken reference for bower_components/page/page.js ( Closes #303 )
2015-08-18 16:22:43 +01:00