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

Issue 29676691: Issue 6237 - Implement wd navbar component in help.eyeo.com (Closed)

Created:
Jan. 22, 2018, 10:39 a.m. by ire
Modified:
Jan. 25, 2018, 1:39 p.m.
Reviewers:
juliandoucette
Base URL:
https://hg.adblockplus.org/help.eyeo.com
Visibility:
Public.

Description

Issue 6237 - Implement wd navbar component in help.eyeo.com

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -154 lines) Patch
M includes/layout/footer.tmpl View 1 chunk +1 line, -1 line 0 comments Download
M includes/layout/header.tmpl View 1 chunk +6 lines, -8 lines 0 comments Download
M static/src/js/main.js View 1 chunk +0 lines, -21 lines 0 comments Download
M static/src/scss/base/_variables.scss View 1 chunk +0 lines, -5 lines 0 comments Download
M static/src/scss/components/_search-form.scss View 1 chunk +0 lines, -45 lines 0 comments Download
M static/src/scss/layout/_footer.scss View 1 chunk +3 lines, -1 line 0 comments Download
M static/src/scss/layout/_header.scss View 1 chunk +44 lines, -44 lines 0 comments Download
M static/src/scss/layout/_navbar.scss View 1 chunk +2 lines, -29 lines 0 comments Download
M templates/minimal.tmpl View 1 chunk +1 line, -0 lines 3 comments Download

Messages

Total messages: 6
ire
Jan. 22, 2018, 10:39 a.m. (2018-01-22 10:39:48 UTC) #1
ire
Ready for review
Jan. 22, 2018, 10:40 a.m. (2018-01-22 10:40:25 UTC) #2
juliandoucette
LGTM + NIT https://codereview.adblockplus.org/29676691/diff/29676692/templates/minimal.tmpl File templates/minimal.tmpl (right): https://codereview.adblockplus.org/29676691/diff/29676692/templates/minimal.tmpl#newcode62 templates/minimal.tmpl:62: <script src="/js/navbar.js"></script><!-- website-defaults --> NIT: Weird... ...
Jan. 24, 2018, 2:55 p.m. (2018-01-24 14:55:06 UTC) #3
ire
https://codereview.adblockplus.org/29676691/diff/29676692/templates/minimal.tmpl File templates/minimal.tmpl (right): https://codereview.adblockplus.org/29676691/diff/29676692/templates/minimal.tmpl#newcode62 templates/minimal.tmpl:62: <script src="/js/navbar.js"></script><!-- website-defaults --> On 2018/01/24 14:55:06, juliandoucette wrote: ...
Jan. 25, 2018, 10:15 a.m. (2018-01-25 10:15:06 UTC) #4
juliandoucette
https://codereview.adblockplus.org/29676691/diff/29676692/templates/minimal.tmpl File templates/minimal.tmpl (right): https://codereview.adblockplus.org/29676691/diff/29676692/templates/minimal.tmpl#newcode62 templates/minimal.tmpl:62: <script src="/js/navbar.js"></script><!-- website-defaults --> On 2018/01/25 10:15:05, ire wrote: ...
Jan. 25, 2018, 1:24 p.m. (2018-01-25 13:24:53 UTC) #5
ire
Jan. 25, 2018, 1:39 p.m. (2018-01-25 13:39:44 UTC) #6
On 2018/01/25 13:24:53, juliandoucette wrote:
>
https://codereview.adblockplus.org/29676691/diff/29676692/templates/minimal.tmpl
> File templates/minimal.tmpl (right):
> 
>
https://codereview.adblockplus.org/29676691/diff/29676692/templates/minimal.t...
> templates/minimal.tmpl:62: <script src="/js/navbar.js"></script><!--
> website-defaults -->
> On 2018/01/25 10:15:05, ire wrote:
> > This would require us to place the files within a `defaults` directory in
the
> > website-defaults repo I assume? 
> 
> Yes; unfortunately (something to think about separately).
> 
> We discussed providing names for additional paths in settings.ini, but it
wasn't
> a requirement for the MVP (of the additional-paths feature in the cms). We can
> re-consider this requirement in the future if we want.
> 
> > I think we can only do this by copy/paste (without introducing modules or
> > something similar) and that would lose the advantage of using the exact same
> > file from website-defaults.
> 
> Yes; unfortunately (this seems like a use case for modules, something to think
> about separately).

Okay, I'll commit the change as it currently is until we come up with a better
way of handling this

Powered by Google App Engine
This is Rietveld