Sérgio Gomes
122d828659
Fixing an arcane bug with tooltips in Safari
2015-02-05 11:37:21 +00:00
Sindre Sorhus
9725fcae0d
readme tweaks
2015-02-05 13:46:41 +07:00
Addy Osmani
026398aa4b
material-styleguide => material-design-lite
2015-02-04 10:33:39 +00:00
Addy Osmani
3e1bbfdbd4
Add bower.json, refresh package.json
2015-02-04 10:15:31 +00:00
Addy Osmani
7c0287a886
Drop docs/install.md
2015-02-04 10:15:15 +00:00
Addy Osmani
78236c5111
Refresh Gulpfile for this project
2015-02-04 10:14:57 +00:00
Addy Osmani
fec253cf76
Refresh README.
2015-02-04 10:14:46 +00:00
Addy Osmani
b5dd0b0d0f
Add missing components to /src
2015-02-04 10:14:34 +00:00
Addy Osmani
55611efdb7
Add pre-built JS sources, sourcemaps.
2015-02-04 10:14:15 +00:00
Addy Osmani
b570778b3d
Add pre-built CSS
2015-02-04 10:14:03 +00:00
Addy Osmani
114dd52d11
Add initial images from build to /images
2015-02-04 10:13:52 +00:00
Addy Osmani
f0f40df9a8
Files clean-up.
2015-02-04 10:13:34 +00:00
Addy Osmani
a71d2ba8c9
Continue move of files to the /src directory
2015-02-04 10:12:09 +00:00
Addy Osmani
d7995d3e34
Move components to the src directory
2015-02-04 10:11:27 +00:00
Addy Osmani
1872957920
Bring back .git configs
2015-02-04 10:10:46 +00:00
Addy Osmani
074d54757e
Clean-up application directories.
2015-02-04 10:10:36 +00:00
Sérgio Gomes
7226fb0036
Adding icon font and wsk-icon utility classes
...
- Added Material-Design-Iconic-Font, while we're waiting for the official one
- Added SASS variables for all the characters
- Added a wsk-icon--<icon-name> class for every icon
- Modified wsk-layout to use menu icon for opening the drawer, and chevrons for scrolling tabs
- Modified tooltip demo to use icons rather than inline SVGs
- Modified icon-toggle demo to use icons
- Modified FAB and icon button demos to use icons
2015-02-03 16:19:16 +00:00
Sérgio Gomes
d6b72823af
Fixing #621 .
...
Also doing some JS cleanup.
2015-02-02 11:41:22 +00:00
Sérgio Gomes
c0e39cdd58
Adding graceful degradation to sliders.
...
Also tidying up JS a bit.
2015-02-02 11:18:51 +00:00
Sérgio Gomes
917359f28e
Fixing typo in spinner.
...
Also adding more documentation for "start" and "stop" public methods.
2015-02-02 10:54:48 +00:00
Addy Osmani
4090e3df83
Merge pull request #613 from jeffposnick/material-sprint
...
Service-worker based caching using sw-precache
2015-02-01 21:43:38 +00:00
Addy Osmani
9a44b64879
Update comment text for add to homescreen
2015-02-01 18:32:20 +00:00
Sérgio Gomes
5df1b57cd5
Slight adjustment to radio buttons
2015-01-30 17:38:24 +00:00
Sérgio Gomes
f7051d87f7
Fixing build location for styleguide
2015-01-30 17:01:30 +00:00
Sérgio Gomes
f6a0b74808
Manually specifying each component JS file in the gulpfile.
...
This allows us to get around component dependencies where components depend on each other, since gulp was just processing everything alphabetically otherwise.
2015-01-30 14:44:33 +00:00
Sérgio Gomes
d0debc1aec
Small fix so checkboxes can be reused from other components
2015-01-30 13:45:31 +00:00
Jeff Posnick
4fa43c7197
Add sw-precache to WSK.
2015-01-29 10:58:43 -05:00
Sérgio Gomes
f363e1ad06
Checkbox improvements
...
- Switch to using CSS masks for transparent tick. Sorry, IE, you get a white tick.
- Some small visual tweaks (rounded corners, alignment).
- Tidying up the JS
2015-01-29 15:17:17 +00:00
Sérgio Gomes
83fd3af6e4
Merge pull request #619 from codeandrop/issue_500
...
code styling fix on issue #500
2015-01-29 13:03:50 +00:00
Sérgio Gomes
5f9a1d75e7
Adding mini icon button option
2015-01-28 11:27:55 +00:00
Andres Osorio Plata
c66ac7adac
code styling fix on issue #500
2015-01-27 15:03:05 -05:00
Addy Osmani
ad8cdb8c39
Merge pull request #616 from google/mustard
...
Add "Cutting the Mustard" test
2015-01-27 10:23:37 +00:00
Addy Osmani
60ada32873
Refactor CTM based on feedback.
2015-01-27 10:19:21 +00:00
Addy Osmani
bf6b9852fb
Remove dupe
2015-01-26 16:33:29 +00:00
Addy Osmani
64138a8a00
Add "Cutting the Mustard" test
2015-01-26 14:29:29 +00:00
Sérgio Gomes
4cccfbdf59
Adding clarification to multi-row layout demo.
2015-01-26 14:08:18 +00:00
Addy Osmani
751866fec7
Drop pulling in material-design icons in lieu of iconfont
2015-01-26 10:36:35 +00:00
Addy Osmani
aefb70b529
Link to Sindre's npm guide
2015-01-26 10:35:14 +00:00
Addy Osmani
cc7c678a24
Fix .jscsrc rule
2015-01-26 10:33:51 +00:00
Addy Osmani
3797764a6c
Fixes gulp-changed plugin's usage in the gulpfile.js. See
2015-01-26 10:32:24 +00:00
Addy Osmani
4ddff8d07e
bump to latest psi
2015-01-26 10:30:50 +00:00
Sérgio Gomes
64885091cc
Small visual fixes to icon toggle
2015-01-22 15:20:51 +00:00
Sérgio Gomes
6361302fe9
Adding icon toggle component.
...
- Implements MD spec, with focus states.
- Gracefully degrades to checkbox.
2015-01-21 18:10:09 +00:00
Sérgio Gomes
d8e63d676b
Fixing full-screen layout issue with wsk-layout
2015-01-21 13:43:15 +00:00
Sérgio Gomes
4856c5888e
Small fix to wsk-layout-icon to make IE happy.
2015-01-20 18:21:58 +00:00
Sérgio Gomes
d8d8472528
Ensuring that wskComponentHandler.js comes first in the sources. Fixes a compilation issue.
2015-01-20 17:54:59 +00:00
Sérgio Gomes
777b1022b3
Fixing some compilation bugs
2015-01-20 17:27:06 +00:00
Sérgio Gomes
487170c011
Added tabs + other improvements to layout:
...
- Added tabs, implementing Material Design spec.
- Made header size and padding depend on screen size, as per the MD spec.
- Added helper class for icons.
- JS cleanup.
- Updated demo and docs.
2015-01-20 15:52:55 +00:00
Sérgio Gomes
fee9170dae
Adding new spinner component.
2015-01-16 11:15:32 +00:00
Sérgio Gomes
ebbb8ebfdf
Replacing RobotoDraft with Roboto now that the updated version is live
2015-01-15 15:59:14 +00:00