Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Issue 85333007: Begin the redesign process, starting with the navbar. (Closed)

Created:
7 years ago by Andrei Mouravski
Modified:
7 years ago
Reviewers:
nweiz, Bob Nystrom
CC:
Bob Nystrom
Base URL:
git@github.com:dart-lang/pub-dartlang.git@master
Visibility:
Public.

Description

Begin the redesign process, starting with the navbar.

Patch Set 1 #

Total comments: 47

Patch Set 2 : Code review updates. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6427 lines, -3968 lines) Patch
M Gemfile View 1 chunk +1 line, -1 line 0 comments Download
M Gemfile.lock View 3 chunks +3 lines, -3 lines 0 comments Download
M Procfile View 1 chunk +1 line, -1 line 0 comments Download
M README.md View 1 3 chunks +82 lines, -33 lines 0 comments Download
M app/app.yaml View 2 chunks +2 lines, -2 lines 0 comments Download
M app/static/style.css View 7 chunks +5631 lines, -3472 lines 0 comments Download
M app/views/doc/assets-and-transformers.html View 1 chunk +3 lines, -1 line 0 comments Download
M app/views/layout.mustache View 1 2 chunks +53 lines, -46 lines 0 comments Download
A config.rb View 1 chunk +8 lines, -0 lines 0 comments Download
D css/config.rb View 1 chunk +0 lines, -10 lines 0 comments Download
D css/sass/_syntax.scss View 1 chunk +0 lines, -66 lines 0 comments Download
D css/sass/style.scss View 1 chunk +0 lines, -246 lines 0 comments Download
A + stylesheets/partials/_syntax.scss View 1 1 chunk +0 lines, -1 line 0 comments Download
A stylesheets/partials/_variables.scss View 1 1 chunk +574 lines, -0 lines 0 comments Download
A + stylesheets/style.scss View 1 7 chunks +69 lines, -86 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Andrei Mouravski
Sorry that this CL is so wonky. I had some issues with getting it working. ...
7 years ago (2013-11-26 00:26:42 UTC) #1
Bob Nystrom
https://codereview.chromium.org/85333007/diff/1/README.md File README.md (right): https://codereview.chromium.org/85333007/diff/1/README.md#newcode10 README.md:10: │ ├───┬ doc/ Documentation and articles. "Source markdown for ...
7 years ago (2013-11-26 19:00:10 UTC) #2
nweiz
https://codereview.chromium.org/85333007/diff/1/README.md File README.md (right): https://codereview.chromium.org/85333007/diff/1/README.md#newcode22 README.md:22: │ │ └──── style.css Generated stylesheet. Modify /stylesheets/style.scss instead. ...
7 years ago (2013-11-27 00:58:59 UTC) #3
Andrei Mouravski
PTAL. https://codereview.chromium.org/85333007/diff/1/README.md File README.md (right): https://codereview.chromium.org/85333007/diff/1/README.md#newcode10 README.md:10: │ ├───┬ doc/ Documentation and articles. On 2013/11/26 ...
7 years ago (2013-11-29 21:21:20 UTC) #4
Bob Nystrom
7 years ago (2013-12-02 22:46:55 UTC) #5
LGTM assuming this is staying in a branch for now.

https://codereview.chromium.org/85333007/diff/1/app/static/style.css
File app/static/style.css (right):

https://codereview.chromium.org/85333007/diff/1/app/static/style.css#newcode252
app/static/style.css:252: .btn-default,
On 2013/11/29 21:21:21, Andrei Mouravski wrote:
> On 2013/11/26 19:00:11, Bob Nystrom wrote:
> > Is all of this dropped from bootstrap? Dartlang.org? Both? Can it be
separated
> > out so it's clear which things are specific to pub and which things we
should
> be
> > able to take new drops from?
> 
> We basically take nothing from http://dartlang.org. The only css that's being
used is,
> _syntax.scss, _variables (which just modifies bootstrap-sass), bootstrap-sass,
> compass, and the other hand-written syntax.scss.
> 
> What exactly are you asking for?

Oh, now I see my confusion here. Didn't realize I was looking at the generated
CSS from the SCSS files. Never mind then. :)

https://codereview.chromium.org/85333007/diff/1/stylesheets/style.scss
File stylesheets/style.scss (right):

https://codereview.chromium.org/85333007/diff/1/stylesheets/style.scss#newcode21
stylesheets/style.scss:21: //$iconWhiteSpritePath:
'img/glyphicons-halflings-white.png';
On 2013/11/29 21:21:21, Andrei Mouravski wrote:
> On 2013/11/26 19:00:11, Bob Nystrom wrote:
> > If they're commented out, can you chuck them now?
> 
> Not yet, since I want to make sure the new stuff works first.

If the new stuff doesn't work, then you shouldn't land this patch yet, right?

https://codereview.chromium.org/85333007/diff/1/stylesheets/style.scss#newcod...
stylesheets/style.scss:255: //}
On 2013/11/29 21:21:21, Andrei Mouravski wrote:
> On 2013/11/26 19:00:11, Bob Nystrom wrote:
> > You should fix this before the patch goes in. I know the admin page matters
> > less, but there's no rush so we may as well not regress functionality.
> 
> Well, this is on the dev branch. I just want to make my changes more atomic.

Ah, OK. Are you planning to work in a branch for a while before merging into
master then? If so, that's great.

What I want to ensure is that we can deploy from master at any point in time.

Powered by Google App Engine
This is Rietveld 408576698