Commit Graph

1954 Commits (212d097a2b98f7de09b6b3fe07277cb9ecdee088)

Author SHA1 Message Date
Alexander Surma e0f3f21a33 Implement badge component section review (fixes #444, again) (Closes #601) 2015-07-02 12:02:44 +01:00
Alexander Surma 1513c1c37b Template list wording and order (fixes #569) (Closes #605) 2015-07-02 11:50:39 +01:00
Alexander Surma 5784096feb Make nav buttons in blog template clickable (Closes #594) 2015-07-02 11:48:27 +01:00
Alexander Surma 2a424a0e86 Give spacer a better name 2015-07-02 11:48:27 +01:00
Alexander Surma 8526f5d1fa Blog template review (fixes #579) 2015-07-02 11:48:27 +01:00
Alexander Surma 0698f9f114 Update includes for templates (Closes #595) 2015-07-02 11:35:14 +01:00
Alexander Surma 508b424fd0 Remove unmaintained templates (fixes #577) 2015-07-02 11:35:14 +01:00
Surma 10823c4f14 Merge pull request #598 from google/issue-573
Implement components scaffolding review (fixes #573)
2015-07-02 11:11:23 +01:00
Alexander Surma 69c34ee359 Implement full-width code blocks on mobile 2015-07-02 11:09:50 +01:00
Marc Cohen fb8495fdd4 add snippet demos to sliders component page 2015-07-01 23:49:36 +01:00
Addy Osmani eb8397e03a Add FAQ page 2015-07-01 20:18:59 +01:00
Marc Cohen 219d23ee47 adding snippets based demos to toggles component page 2015-07-01 19:57:08 +01:00
Alexander Surma cfbea5b996 Implement components scaffolding review (fixes #573) 2015-07-01 19:49:59 +01:00
Marc Cohen 4a6dbd2dad fix glitch in gulpfile.js 2015-07-01 17:54:49 +01:00
Marc Cohen 548734f1d1 add demos files to textfield page to improve layout on mobile 2015-07-01 17:52:35 +01:00
Sérgio Gomes ab5457e56c Merge pull request #593 from google/color-definitions
Move contrast colors to color-definitions
2015-07-01 17:32:38 +01:00
Alexander Surma 9a1c3e8168 Move contrast colors to color-definitions 2015-07-01 17:30:44 +01:00
Marc Cohen c901882a83 fix leftover test config in gulpfile.js 2015-07-01 16:28:57 +01:00
Marc Cohen 7efa0f2bf1 additional fine tuning of demo widgets 2015-07-01 16:28:57 +01:00
Marc Cohen b6cd30accf fine tune demo files 2015-07-01 16:28:57 +01:00
Marc Cohen eef1c3103d reduced widget demo set 2015-07-01 16:28:57 +01:00
Marc Cohen 11755b86da rework textfield component page to use snippets 2015-07-01 16:28:57 +01:00
Sérgio Gomes c000510b99 Merge pull request #589 from google/table
snippet and demo widget for table comp page
2015-07-01 16:23:40 +01:00
Alexander Surma 81fb4a40b1 Remove search bar (fixes #566) (Closes #591) 2015-07-01 16:19:00 +01:00
Marc Cohen f7aa40cbb6 snippets for table comp page 2015-07-01 16:12:40 +01:00
Sérgio Gomes eaed276de0 Adding remaining layout demos.
Also tweaking existing ones slightly.
2015-07-01 16:03:06 +01:00
Alexander Surma ab787ee7a9 Give <html> and <body> a heigth in resets (fixes #541) (Closes #550) 2015-07-01 15:05:42 +01:00
Sérgio Gomes ddb0ea1203 Fixing issue with CSS scoping in components 2015-07-01 15:06:03 +01:00
Sérgio Gomes fd8baf1ba9 Merge pull request #565 from google/layout-demo-rework
Layout demo rework
2015-07-01 14:15:34 +01:00
Nicolas Garnier 6e2e1bcb46 Make codepen opt-in instead of opt-out.
This has for consequence to remove codepen from all the `<pre>` blocks that are generated from the components readme.md (Closes #563)
2015-07-01 14:07:12 +01:00
alex d21217c65a Merge pull request #583 from google/gcs-acl
Avoid public-read ACL on GCS buckets
2015-07-01 14:00:36 +01:00
Sérgio Gomes 410c14565b Removing list component (Closes #581) 2015-07-01 13:59:16 +01:00
alex a711db76bf Update gsutil cmd comments 2015-07-01 13:58:50 +01:00
Nicolas Garnier 3f73349b43 Merge pull request #582 from google/linkfixes
fix about link when served by GCS, also build compindex page image more robustly
2015-07-01 14:53:46 +02:00
Surma b68ccb4258 Merge pull request #562 from google/blog-overhaul
Blog overhaul
2015-07-01 13:53:10 +01:00
Marc Cohen f54f637602 fix link to component index image and About page href 2015-07-01 13:44:13 +01:00
Alexander Surma b8f6e156c1 Fix menu in blog template 2015-07-01 13:42:26 +01:00
Jonathan Garbee c30f530fe6 Merge branch 'set-analytics-acct' 2015-07-01 08:35:24 -04:00
Jonathan Garbee 6276327d09 Merge branch 'master' into set-analytics-acct 2015-07-01 08:35:10 -04:00
Nicolas Garnier 8b4252c017 Set the analytics tracking code. 2015-07-01 08:30:30 -04:00
alex 7222c69d25 Avoid public-read ACL on GCS buckets on publish
Setting a bucket or object to public-read will remove all OWNER and
WRITER permissions from everyone except the bucket or object owner.

This is why deploying from one account would then fail publishing from
another.

The ACLs are now updated automatically by setting default ACL
on the buckets:

$ gsutil defacl ch -g all:R -u service-account-email:O gs://bucket

all:R makes sure all objects will be READable by anyone on the web.

service-account-email:O will add the servie account to the OWNERs of
each uploaded object so that drone can auto-update changes to the
staging bucket even if someone else has previously pushed an update
manually.

The above has been done to the staging bucket.
2015-07-01 13:29:51 +01:00
Nicolas Garnier d0dc5e3cc1 Add space between body and footer on the customize page closes #574 2015-07-01 14:08:17 +02:00
Marc Cohen 880e140d39 italics look more noticable in rich tooltip text than bold (Closes #543) 2015-07-01 12:43:30 +01:00
Marc Cohen 1d65e187a9 switch to 2 groups of 2 demos for better formatting on mobile devices 2015-07-01 12:43:30 +01:00
Marc Cohen 8ed6150edc fix typo 2015-07-01 12:43:30 +01:00
Marc Cohen baefa0b33c remove demo.css 2015-07-01 12:43:30 +01:00
Marc Cohen 3b617ca79c tooltip component page revised to use snippets 2015-07-01 12:43:30 +01:00
Addy Osmani db782dafae Merge pull request #557 from google/fix-comments
Fixes #547 - avoid duplicate license comments in minified JS build
2015-07-01 12:42:28 +01:00
Sérgio Gomes 5372012bba Component image on every category, not every component 2015-07-01 11:46:11 +01:00
Surma d5ea9614f1 Merge pull request #564 from google/fix-scrolling-header
Fixes #558
2015-07-01 11:22:20 +01:00