Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

landing page: final changes #1412

Merged
merged 7 commits into from
Jun 8, 2018
Merged

landing page: final changes #1412

merged 7 commits into from
Jun 8, 2018

Conversation

thelostone-mc
Copy link
Member

Description
  • updated navbar
  • swap fund & login button
  • custom newsletter
Checklist
  • linter status: 100% pass
  • changes don't break existing behavior
  • commit message follows commit guidelines
Affected core subsystem(s)
  • landing page

@ghost ghost assigned thelostone-mc Jun 8, 2018
@ghost ghost added the in progress label Jun 8, 2018
@@ -54,6 +54,9 @@ def index(request):
'slides': slides,
'slideDurationInMs': 6000,
'active': 'home',
'hide_newsletter_caption': true,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

F821 undefined name 'true'

@@ -54,6 +54,9 @@ def index(request):
'slides': slides,
'slideDurationInMs': 6000,
'active': 'home',
'hide_newsletter_caption': true,
'hide_newsletter_consent': true,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

F821 undefined name 'true'

@thelostone-mc
Copy link
Member Author

thelostone-mc commented Jun 8, 2018

x1

@PixelantDesign

@codecov
Copy link

codecov bot commented Jun 8, 2018

Codecov Report

Merging #1412 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1412   +/-   ##
=======================================
  Coverage   30.26%   30.26%           
=======================================
  Files         125      125           
  Lines        9038     9038           
  Branches     1159     1159           
=======================================
  Hits         2735     2735           
  Misses       6194     6194           
  Partials      109      109
Impacted Files Coverage Δ
app/retail/views.py 39.41% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0b07b27...2d4b0c0. Read the comment docs.

- flexibly remove consent and caption text
- changed position in landing page
- update relevant CSS
PixelantDesign
PixelantDesign previously approved these changes Jun 8, 2018
@mbeacom
Copy link
Contributor

mbeacom commented Jun 8, 2018

This is on staging.

Copy link
Contributor

@mbeacom mbeacom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the question about the new bools in retail/views.py, lgtm.

@@ -54,6 +54,9 @@ def index(request):
'slides': slides,
'slideDurationInMs': 6000,
'active': 'home',
'hide_newsletter_caption': True,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the utility of this bool? Are we altering this value at any point? 🤔

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mbeacom I think what @thelostone-mc has done here is he is sending this boolean only to landing-page, which makes it non-hidden in all the other pages. Hence both the caption and consent are shown in every other page except the landing page.

@mbeacom
Copy link
Contributor

mbeacom commented Jun 8, 2018

screenshot 2018-06-08 15 04 39

@thelostone-mc thelostone-mc force-pushed the landing-page branch 2 times, most recently from c463088 to b351b45 Compare June 8, 2018 19:39
@ghost ghost assigned SaptakS Jun 8, 2018
Copy link
Contributor

@SaptakS SaptakS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SaptakS SaptakS merged commit 339d645 into master Jun 8, 2018
@ghost ghost removed the in progress label Jun 8, 2018
@SaptakS SaptakS deleted the landing-page branch June 8, 2018 21:16
@@ -495,10 +495,11 @@ body {
padding: 10px !important;
min-width: 18rem !important;
font-size: 16px !important;
border: 1px solid #888 !important;
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SaptakS this only changes the border for larger devices :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants