[Landing page redesign] Mobile nav menu + Downloads Page#1506
Conversation
|
Preview this change https://demo.audius.co/nkang--mobile-menu-website |
| justify-content: center; | ||
| color: #480b79; | ||
| font-family: Gilroy !important; | ||
| color: #7e1bcc; |
There was a problem hiding this comment.
should be secondary color var?
| background-color: #ffffff; | ||
| box-shadow: 0px 0px 1px -2px rgba(133, 129, 153, 0.1), | ||
| 0px 1px 0px -2px #e3e3e3, 1px 2px 5px rgba(133, 129, 153, 0.25); | ||
| color: #7e1bcc; |
There was a problem hiding this comment.
should use color vars here too
| console.log(route) | ||
| if (route.startsWith('http') || LANDING_PAGE_ROUTES.has(route)) { | ||
| pushWindowRoute(route) | ||
| console.log('here') |
| <CookieBanner | ||
| isMobile={props.isMobile} | ||
| isPlaying={false} | ||
| // @ts-ignore |
There was a problem hiding this comment.
what was happening here?
4a6bbb2 to
8a90d36
Compare
61e1162 to
61a2b79
Compare
|
Preview this change https://demo.audius.co/nkang--mobile-menu-website |
|
Preview this change https://demo.audius.co/nkang--mobile-menu-website |
|
Preview this change https://demo.audius.co/nkang--mobile-menu-website |
|
Preview this change https://demo.audius.co/nkang--mobile-menu-website |
|
Preview this change https://demo.audius.co/nkang--mobile-menu-website |
|
Preview this change https://demo.audius.co/nkang--mobile-menu-website |
|
Preview this change https://demo.audius.co/nkang--mobile-menu-website |
|
Preview this change https://demo.audius.co/nkang--mobile-menu-website |
* fetch live playlists for landing page * use 1000x1000 Co-authored-by: Nikki Kang <kangaroo233@gmail.com>
|
Preview this change https://demo.audius.co/nkang--mobile-menu-website |
|
Preview this change https://demo.audius.co/nkang--mobile-menu-website |
|
Preview this change https://demo.audius.co/nkang--mobile-menu-website |
* desktop changes * mobile and footer * fix hero img * fix ipad text * fix ts errors * kbs fix * hero fixes * upgrade stems * [Landing page redesign] Mobile nav menu + Downloads Page (#1506) * mobile menu changes * wuikfix * right link fix * nav banner fix * downloads page * background size fix * download link fix * small fixes * Fix links from public site with redirect (#1520) * fix margins on ipad for downloadsp age * fix parallax kinda * fix image circles * qa re: padding * quick featured content fix * progressive imgs, clean imgs * smaller images * change bg color * Fetch live playlists for landing page (#1535) * fetch live playlists for landing page * use 1000x1000 Co-authored-by: Nikki Kang <kangaroo233@gmail.com> * dowload page fixes * button shadow fixes * change source of playlist * featured content qa Co-authored-by: Nikki Kang <kangaroo233@gmail.com> Co-authored-by: Raymond Jacobson <ray@audius.co> Co-authored-by: Nikki Kang <kangaroo233@gmail.com> Co-authored-by: Raymond Jacobson <ray@audius.co>
Description
Dragons
Is there anything the reviewer should be on the lookout for? Are there any dangerous changes?
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration.
How will this change be monitored?
For features that are critical or could fail silently please describe the monitoring/alerting being added.