Commit Graph

50 Commits (master)

Author SHA1 Message Date
Konstantin Mamaev fd21836fd4 Fix js lint issues (#5013) 2017-02-24 16:04:07 +00:00
Jonathan Garbee f797e47243 Merge pull request #2009 from google/garbee/hotfix/downgrade
Fixed downgrading to always remove internal references.
2016-01-18 11:31:19 -05:00
Jonathan Garbee a33aa8e6c3 Update progress readme for new modifier. 2015-12-23 18:55:32 -05:00
Jonathan Garbee 37f989ada9 Change to modifier for intermediate progress state. 2015-12-23 18:54:02 -05:00
Jonathan Garbee c4c8427c61 Fixed downgrading to always remove internal references. 2015-12-19 12:59:08 -05:00
Sérgio Gomes 5363c5df4d Merge branch 'mdl-1.0' 2015-11-02 17:08:56 +00:00
Sérgio Gomes f379fcc6b2 Merge pull request #1770 from google/cleanup-docs-1.0
Cleanup docs
2015-11-02 11:55:52 +00:00
Sérgio Gomes 11cbe62ae0 Merge branch 'mdl-1.0' 2015-10-29 11:23:18 +00:00
Sérgio Gomes b2c7346a44 Don't call private component methods from the component handler.
This creates a public alias for every private downgrade method,
and switches the component handler to using the aliases instead.
2015-10-28 15:31:30 +00:00
Jonathan Garbee f716db5e3c Cleanup duplicate blocks. Add newline after headings. 2015-10-20 15:00:28 -04:00
Eduardo San Martin Morote da4fd18d6c Set max-width to 100% in .mdl-progress 2015-10-12 09:36:56 +02:00
Surma e0fd7ee59b Put absolute image paths into variable (fixes #1426) (Closes #1649) 2015-09-28 16:13:56 +02:00
Surma 2d918de7ae Put absolute image paths into variable (fixes #1426) (Closes #1649) 2015-09-28 14:14:48 +01:00
Sérgio Gomes aa12bad6b9 Exporting symbols on all components, and minor referencing bugfixes. 2015-09-08 14:44:12 +01:00
Sérgio Gomes fde7a9846c Styling fixes across the codebase to play well with Closure.
Also configures JSCS to work with our code a bit better.

Adding license and description to closure-camel-case.js

Some extra fixes

Fixes from @samthor review
2015-09-07 10:29:59 +01:00
Victor Häggqvist a64e9b6809 fix add space between # and headings (closes #1450)
This makes the intended headings actual headings in the generated docs
2015-08-22 12:30:34 +01:00
Surma 44fdffa4bd Wrap progress in IIFE 2015-08-10 11:32:56 +01:00
Sean Bannister 1c3750bdad Remove unneeded progress-demo classes from Loading documentation 2015-08-06 09:48:30 +01:00
Surma ae8a7de7c3 Update progress demos 2015-08-05 11:23:44 +01:00
Youri van der Lans 6b156217c3 Created downgrade method for MaterialProgress. 2015-07-20 18:12:19 +02:00
Jonathan Garbee 36b37c7ec3 Turn widget explicitly on for things that should be. 2015-07-15 10:29:43 -04:00
Alexander Surma e5c17e2a28 Rework progress demos (fixes #660) 2015-07-03 17:43:35 +01:00
Marc Cohen 48d0ed5c69 removed doc links to demo pages because they are redundant and are badly formatted, only value is testing so pages are retained for that purpose but links removed from all comp pages (Closes #667) 2015-07-03 14:48:24 +01:00
Marc Cohen 283f638ffd add missing class to size demo widgets on progress comp page 2015-07-02 20:21:23 +01:00
Marc Cohen 1daea4625f added demo containers to limit progress bar width 2015-07-02 20:18:30 +01:00
Marc Cohen 02acf5478f add comments to snippet files 2015-07-02 20:06:39 +01:00
Marc Cohen b6f6c4b6c1 add snippet code samples to laoding component page 2015-07-02 20:06:38 +01:00
Alexander Surma ee4a1c1e2e Give progress bar a default width (fixes #614) (Closes #628) 2015-07-02 19:52:03 +01:00
Alexander Surma 3bed308786 Don't use mdl-js-* in CSS (fixes #615) 2015-07-02 19:52:03 +01:00
Jonathan Garbee 59ac27904b Assign class string as widget name. (Closes #481) 2015-06-26 11:58:00 +01:00
Sérgio Gomes 052640043d Removing license from component readmes 2015-06-24 15:08:03 +01:00
Luke Mahe d74aab72be Adding @license 2015-06-22 09:40:32 +01:00
Addy Osmani 303feed384 progress.js: fix sticky operators for jscs 2015-06-15 14:32:06 +01:00
Sérgio Gomes e245e187bc Fix wrapping issues in docs.
These were being caused by overly long lines in embedded code samples.
Truncated them all to 80 characters.
2015-06-09 16:14:05 +01:00
Sérgio Gomes 41cd1bbb49 Major changes to component documentation:
- Reorganized components in categories
- Updated all icons (per category, now)
- Fixed menu and tooltip demos
2015-06-09 14:21:07 +01:00
Sérgio Gomes e550304d4b Squashing all of @marcacohen 's work on partial component pages so far.
The commit history was a bit too complicated, which made it hard to rebase.
2015-06-03 15:51:38 +01:00
Sérgio Gomes 171e72ba51 All demos now use static CSS. 2015-06-02 14:44:15 +01:00
Alexander Surma 8745871f14 Replace broken base64 plugin 2015-05-08 03:01:05 +01:00
Alexander Surma 1aefc5ce7d Make buffer and unbuffered part of progress more distinct (fixes #280) 2015-05-07 13:57:57 +01:00
Sérgio Gomes 1992fb70ea Reverting f562f49d8a 2015-04-28 11:12:01 +01:00
Jonathan Garbee 86cb3f2e28 Renaming all WSK to MDL 2015-04-24 07:40:12 -04:00
Sérgio Gomes f562f49d8a Makes typography definitions optional, through mdl-typography class.
Also adds mdl-base class, which is currently set to include just the
mdl-typography definitions, but will later be extended to include
other global definitions.

All demos, tests and templates have been updated to use mdl-base.
2015-04-23 14:28:11 +01:00
Addy Osmani a3ff2f6219 Add progress docs 2015-04-23 10:53:36 +01:00
Alexander Surma 839d183b52 Make SVG paths absolute to make them include independent 2015-04-16 15:16:21 +01:00
Alexander Surma 415aeb9442 Use upgrade event in progress demos 2015-04-13 17:05:18 +01:00
Addy Osmani f2e12387b9 Fixes #157 - adds License file headers 2015-04-11 19:33:04 +01:00
Addy Osmani ef43a51d45 Rename wsk -> mdl 2015-04-10 10:54:01 +01:00
Addy Osmani ba57c87c1d Break out mixins into their own file 2015-04-09 10:17:13 +01:00
Addy Osmani e5cefa9fd0 Rewrite Sass to address @import misuse 2015-04-08 20:02:29 +01:00
Alexander Surma a2d652c89b Implement progress bar component (closes #88)
commit b8cb14ab0a511b806a65102f8f032fd40bf361bc
Author: Alexander Surma <surma@surmair.de>
Date:   Wed Apr 1 12:16:57 2015 +0100

    Invert CSS hack logic

commit f58bf29ee4d376c97d9b673e76ac421eb0b2efae
Author: Alexander Surma <surma@surmair.de>
Date:   Tue Mar 31 15:43:28 2015 +0100

    Use feature detection

commit 095789e2bb09fcc3b2cfc66f7e9bf768a9e9f8cb
Author: Alexander Surma <surma@surmair.de>
Date:   Tue Mar 31 15:34:31 2015 +0100

    Revert "Add browser detection"

    This reverts commit 82f6c28162d1f68de3dbdaf42f0975122305a8bf.

commit 71d3f147da903d3e6fb8315dd1638dc035aa2d2d
Author: Alexander Surma <surma@surmair.de>
Date:   Tue Mar 31 14:37:17 2015 +0100

    Colorize aux bar on IE and FF

commit 82f6c28162d1f68de3dbdaf42f0975122305a8bf
Author: Alexander Surma <surma@surmair.de>
Date:   Tue Mar 31 14:15:43 2015 +0100

    Add browser detection

commit 06f347bba0d5b1979f07357a460dd7608b3063ad
Author: Alexander Surma <surma@surmair.de>
Date:   Tue Mar 31 14:01:51 2015 +0100

    Externalize SVG again

commit cfdc4f276fbe526a0a671601587fc2630129af10
Author: Alexander Surma <surma@surmair.de>
Date:   Mon Mar 30 15:47:13 2015 +0100

    Adhere to styleguide

commit cf4c72aebe94a1a59fa4b6e02b0b44888ef3a484
Author: Alexander Surma <surma@surmair.de>
Date:   Mon Mar 30 12:50:38 2015 +0100

    Inline SVG for progress bar

commit bc9e77d73462e2466d4685d381dc3bceeadeb12b
Author: Alexander Surma <surma@surmair.de>
Date:   Mon Mar 30 12:46:44 2015 +0100

    Add unit tests for progress bar

commit 9e70b49480109d248d45737e80e517e04c78d4ac
Author: Alexander Surma <surma@surmair.de>
Date:   Fri Mar 27 17:48:11 2015 +0000

    Speed up buffering animation

commit 45e7dd3751e389c69c64ef33b912dda793b3f733
Author: Alexander Surma <surma@surmair.de>
Date:   Fri Mar 27 16:15:03 2015 +0000

    Add circle svg for buffer bar

commit ade9276219db103a11fbcfc3908201a8d21e845c
Author: Alexander Surma <surma@surmair.de>
Date:   Fri Mar 27 15:24:17 2015 +0000

    Fix colors

commit ba10830796299571c96357fe8871678b3677046c
Author: Alexander Surma <surma@surmair.de>
Date:   Fri Mar 27 14:54:27 2015 +0000

    Implement indeterminate progress bar

commit 71bac12de651337cc3634ded6133372f54bbc6bd
Author: Alexander Surma <surma@surmair.de>
Date:   Fri Mar 27 14:23:24 2015 +0000

    Add support for buffer bar

commit 9933563f229d3bb4593110cc84e77a9eb46ae2a9
Author: Alexander Surma <surma@surmair.de>
Date:   Thu Mar 26 22:26:52 2015 +0000

    Implement basic progress bar
2015-04-01 13:35:38 +01:00