Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29361708: Issue 4609 - Default grid component (Closed)

Created:
Nov. 3, 2016, 5:51 p.m. by juliandoucette
Modified:
Dec. 13, 2016, 4:33 p.m.
Reviewers:
saroyanm
CC:
Thomas Greiner, Felix Dahlke
Visibility:
Public.

Description

This review depends on https://codereview.adblockplus.org/29361647/ === Background === Building upon #4606, we would like to implement a grid component. === Requirements === - Desktop - 4 columns - Tablet - 2 columns - Mobile - 1 column - Nesting - Reverse order - Right-to-left direction - Support [http://browserl.ist/?q=last+2+versions%2C+Safari+6%2C+IE+8 last 2 versions, Safari 6, IE 8] === What to change === - Implement grid CSS - Implement grid demo

Patch Set 1 #

Patch Set 2 : Added automatic anchors on hover #

Patch Set 3 : Added grid and grid features to README.md #

Total comments: 4

Patch Set 4 : Fixed one-half one-fourth mix-up, added units to 0s, and adjusted content hirarchy #

Total comments: 28

Patch Set 5 : Addressed issues in review meeting. #

Patch Set 6 : Adjusted grid HTML spacing. #

Patch Set 7 : Fixed patch to apply to updated content #

Total comments: 2

Patch Set 8 : Simplified documentation #

Patch Set 9 : Improved demo responsiveness #

Total comments: 10

Patch Set 10 : Minor documentation changes. #

Total comments: 2

Patch Set 11 : Updated name, inverse class, and documentation #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+263 lines, -0 lines) Patch
M demo/css/demo.css View 1 2 3 4 5 6 7 8 9 10 1 chunk +49 lines, -0 lines 0 comments Download
A demo/grid.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +108 lines, -0 lines 1 comment Download
M demo/index.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A scss/_grid.scss View 1 2 3 4 5 6 7 8 9 10 1 chunk +104 lines, -0 lines 0 comments Download
M scss/main.scss View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14
juliandoucette
Nov. 3, 2016, 5:51 p.m. (2016-11-03 17:51:19 UTC) #1
juliandoucette
I contradicted my documentation by mistake by confusing one-fourth and one-half in _grid.scss. I will ...
Nov. 3, 2016, 11:22 p.m. (2016-11-03 23:22:26 UTC) #2
juliandoucette
- Fixed one-half one-fourth mix up I comment on - Added units to 0s - ...
Nov. 8, 2016, 4:09 p.m. (2016-11-08 16:09:52 UTC) #3
saroyanm
Sorry that it take longer than expected. https://codereview.adblockplus.org/29361708/diff/29362045/scss/_grid.scss File scss/_grid.scss (right): https://codereview.adblockplus.org/29361708/diff/29362045/scss/_grid.scss#newcode19 scss/_grid.scss:19: .container, What ...
Nov. 8, 2016, 4:19 p.m. (2016-11-08 16:19:40 UTC) #4
juliandoucette
Julian + Manvel reviewed in meeting. https://codereview.adblockplus.org/29361708/diff/29362045/scss/_grid.scss File scss/_grid.scss (right): https://codereview.adblockplus.org/29361708/diff/29362045/scss/_grid.scss#newcode19 scss/_grid.scss:19: .container, On 2016/11/08 ...
Nov. 9, 2016, 2:51 p.m. (2016-11-09 14:51:17 UTC) #5
juliandoucette
I've addressed the comments from our meeting today. https://codereview.adblockplus.org/29361708/diff/29362045/scss/_grid.scss File scss/_grid.scss (right): https://codereview.adblockplus.org/29361708/diff/29362045/scss/_grid.scss#newcode19 scss/_grid.scss:19: .container, ...
Nov. 9, 2016, 7:47 p.m. (2016-11-09 19:47:19 UTC) #6
juliandoucette
Quick note below. https://codereview.adblockplus.org/29361708/diff/29362199/html/grid.html File html/grid.html (right): https://codereview.adblockplus.org/29361708/diff/29362199/html/grid.html#newcode28 html/grid.html:28: /* NOTE: The following inline styles ...
Nov. 10, 2016, 4:08 p.m. (2016-11-10 16:08:15 UTC) #7
saroyanm
https://codereview.adblockplus.org/29361708/diff/29362505/html/grid.html File html/grid.html (right): https://codereview.adblockplus.org/29361708/diff/29362505/html/grid.html#newcode30 html/grid.html:30: .example I think people still may refer to this ...
Nov. 15, 2016, 4:09 p.m. (2016-11-15 16:09:44 UTC) #8
juliandoucette
Comments from review meeting. https://codereview.adblockplus.org/29361708/diff/29362505/html/grid.html File html/grid.html (right): https://codereview.adblockplus.org/29361708/diff/29362505/html/grid.html#newcode30 html/grid.html:30: .example On 2016/11/15 16:09:41, saroyanm ...
Nov. 16, 2016, 5:17 p.m. (2016-11-16 17:17:38 UTC) #9
saroyanm
LGTM https://codereview.adblockplus.org/29361708/diff/29363517/html/grid.html File html/grid.html (right): https://codereview.adblockplus.org/29361708/diff/29363517/html/grid.html#newcode30 html/grid.html:30: .bg-inverse Deatail: I think this is used as ...
Nov. 21, 2016, 7:14 p.m. (2016-11-21 19:14:47 UTC) #10
juliandoucette
Notes from review meeting. https://codereview.adblockplus.org/29361708/diff/29363517/html/grid.html File html/grid.html (right): https://codereview.adblockplus.org/29361708/diff/29363517/html/grid.html#newcode30 html/grid.html:30: .bg-inverse On 2016/11/21 19:14:46, saroyanm ...
Nov. 30, 2016, 6:27 p.m. (2016-11-30 18:27:43 UTC) #11
saroyanm
Please don't push this yet, I would like to have a look, noticed some more ...
Dec. 1, 2016, 7:11 p.m. (2016-12-01 19:11:06 UTC) #12
saroyanm
LGTM
Dec. 2, 2016, 2:31 p.m. (2016-12-02 14:31:30 UTC) #13
saroyanm
Dec. 13, 2016, 3:14 p.m. (2016-12-13 15:14:55 UTC) #14
Note: I think this review can be closed

Powered by Google App Engine
This is Rietveld