Commit Graph

852 Commits (a71d2ba8c95619f7f2d8a5d43e7354bd1e61947e)

Author SHA1 Message Date
Sérgio Gomes 00d9ad7223 Drawer button changes for Layout module:
- Changing default behaviour of drawer buttons to push down the content, instead of overlaying on top of it.
- Adding optional .Layout--overlayDrawerButton class to allow previous behaviour.
- Switching layout demos to use .Layout--overlayDrawerButton.
- Tweaking layout for index page.
2014-12-04 12:12:01 +00:00
Addy Osmani 8ccdef4bdc Add empty globals for #560 2014-12-04 11:52:16 +00:00
Sérgio Gomes 764c5c55e5 Ripples should ripple on mousedown/touchstart, not click. 2014-12-04 11:19:50 +00:00
Addy Osmani 2f74bff76e Merge pull request #561 from sgomes/material-sprint
Implements the layout module.
2014-12-04 10:59:57 +00:00
Sindre Sorhus be2d7b7a64 Merge pull request #559 from antleblanc/master
Remove .sass-cache folder from gitignore
2014-12-03 15:35:09 +07:00
Antoine Leblanc bae66fecd9 Remove .sass-cache folder from gitignore
Using LibSass instead of Ruby Sass removed the `.sass-cache` folder.
2014-12-03 08:34:23 +01:00
Sérgio Gomes c215814570 Implements the layout module.
This module combines the old 'navigation' and 'header-panel' modules into a single, configurable component.

- Added new layout module, with demo.
- Rewrote material-styleguide.html and index.html to use the layout module.
- Removed 'navigation' and 'header-panel'.
- Added README.md explaining usage of the module. We'll need a better place for these docs at some point.
2014-12-02 14:43:19 +00:00
Addy Osmani c25d0604ad Restore hamburger navigation components.
These were broken due to the nodeType check.
2014-11-25 12:06:02 +00:00
Addy Osmani 7331204f53 Fix some scripts being built to root (wtf) 2014-11-25 12:04:34 +00:00
Addy Osmani 556a2ff6de Update deps, add support for libsass 2014-11-25 11:22:05 +00:00
Addy Osmani bda37ca8fe Add flexibility to styleguide iframe handling
At present it assumes each styleguide-demo is going to have an iframe,
which isnt the case for the icons section. This was breaking watch task.
2014-11-25 11:21:29 +00:00
Addy Osmani 339833b697 Minor update to comment for main.js 2014-11-25 11:06:01 +00:00
Addy Osmani f2627dbc13 Fix: BrowserSync chokes on iframes without a URL 2014-11-25 11:05:51 +00:00
Addy Osmani 25b33e756d Merge pull request #539 from stevemao/patch-1
Bump dependencies (imagemin, replace, flatten)
2014-11-24 11:37:23 +00:00
Addy Osmani 4bba452142 Merge pull request #544 from paddy2k/master
Add W3C Webapp Manifest
2014-11-24 11:33:45 +00:00
Steve Mao 13534727d8 bump deps 2014-11-24 22:17:49 +11:00
Paddy O'Reilly 71ae0eb14f Added HTML5 webapp manifest
Added W3C webapp manifest file. N.B. the file is prefixed "web-" to prevent conflict with Chrome manifests

Updated shortname based on feedback

Fixes #495

Rename web-manifest.json to manifest.json
2014-11-24 11:10:14 +00:00
Addy Osmani 1d5c0ad2a7 Commented-out block for handling npm icons 2014-11-21 15:34:07 +00:00
Addy Osmani e5f178a1db Update icon section in styleguide 2014-11-21 15:33:46 +00:00
Addy Osmani 9f53044705 Fixes #487 - consume material icons 2014-11-21 15:33:08 +00:00
Addy Osmani 7f15a1b05b Fix issues with Tooltips rendering cross-browser 2014-11-21 15:30:49 +00:00
Addy Osmani 62e4cd8509 Drop note, add baseDir fix. 2014-11-21 12:21:08 +00:00
Addy Osmani 840015b97b Add note about build process. 2014-11-21 12:19:20 +00:00
Sérgio Gomes 9e9013797b Small fixes to buttons after UX review 2014-11-18 16:19:22 +00:00
Matt Gaunt afc73c1988 Altering the padding for the side nav 2014-11-17 06:52:52 -08:00
Sérgio Gomes 603acf0508 Updating palette colors. 2014-11-14 17:29:52 +00:00
alex 938d321a74 Close #537 PR: Keep dist/.git while removing everything else.. 2014-11-14 05:49:12 +07:00
Addy Osmani 354301054b Add TODOS to gulpfile. 2014-11-12 16:47:54 +00:00
Addy Osmani 9e82cdeae3 Further revisions for build process 2014-11-12 16:47:54 +00:00
Addy Osmani b945b19164 Drop extra hamburger. Re-use nav asset. 2014-11-12 16:47:54 +00:00
Addy Osmani 42d369c2d9 Add useref blocks to build to single main.min.js file 2014-11-12 16:47:54 +00:00
Addy Osmani c91ae23bc2 Temp: add hotfix for scripts, styleguide images 2014-11-12 16:47:53 +00:00
Addy Osmani b062d95acf Add support for gulp-concat 2014-11-12 16:47:53 +00:00
Sérgio Gomes 1ba7f09f83 Fixing visuals for disabled buttons. 2014-11-12 15:34:13 +00:00
Sérgio Gomes d2ae04f1f6 Bugfix to checkbox init. 2014-11-12 14:56:48 +00:00
Sérgio Gomes 5c4baa88ce Making the PaperButton class optional for FABs.
Also adding PaperFab--colored as a more intuitive alternative to PaperButton--colored in FABs.
2014-11-12 14:37:28 +00:00
Addy Osmani 0ac6d4c109 Merge pull request #536 from sgomes/material-sprint-button-revamp
Revamping buttons, and adding flat buttons.
2014-11-12 13:19:29 +00:00
Sérgio Gomes 7319d4c8de Revamping buttons, and adding flat buttons.
- Added flat buttons and made them the default.
- Restyled raised buttons according to Material Design spec.
- Merged FABs into the same SCSS file, for easier reuse.
- Minor bugfixes.
2014-11-12 11:56:02 +00:00
Addy Osmani 072c1aa5cb Fix jshint 2014-11-07 16:43:58 +00:00
Addy Osmani 6b5fb2b644 Add initial tooltip implementation 2014-11-07 16:19:52 +00:00
Addy Osmani bd206e7c66 Merge pull request #530 from sgomes/material-sprint-slider-review-fixes
Some fixes to the slider element, after UX review
2014-11-06 14:34:14 +00:00
Sérgio Gomes 4f3604acf8 Some fixes to the slider element, after UX review:
- Updating focus states to new visuals
- Improving rendering in Webkit and Mozilla by reducing the usage of gradients
- Much improved vertical centering of the slider track, with subpixel accuracy
2014-11-06 10:56:24 +00:00
Sindre Sorhus 31454949c5 Install docs - add tldr for quick setup 2014-11-04 16:51:41 +07:00
Sindre Sorhus 4eaa0d892a Improve and simplify install guide #526
It's currently both outdated and incorrect.
2014-11-04 16:45:02 +07:00
Sérgio Gomes 3a9f25363f Making caption type default to performance font (non web font) 2014-11-03 18:17:38 +00:00
Sérgio Gomes 274ebd8f2b Merge pull request #477 from sgomes/material-sprint-roboto
Switching default body font to 'Helvetica', 'Arial', sans-serif.
2014-11-03 18:11:54 +00:00
Addy Osmani 9863c0e9a1 Merge pull request #519 from samthor/material-sprint_expandable-search
Add expandable search component
2014-10-31 09:53:24 +00:00
Sam Thorogood 0c9d909b3b fixed var i 2014-10-31 10:07:53 +11:00
Matt Gaunt 93d2f9bf04 Adding theme-color. Fixes #522 2014-10-30 12:52:26 +00:00
Addy Osmani 8bf1f23d48 Merge pull request #521 from sgomes/material-sprint-sliders
Completely rewrote sliders.
2014-10-30 12:10:51 +00:00