HPv3: Fixes, Pixel Perfect, Responsive#1232
Conversation
|
@aglovlyuk is attempting to deploy a commit to the NFT-com Team on Vercel. To accomplish this, @aglovlyuk needs to request access to the Team. Afterwards, an owner of the Team is required to accept their membership request. If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account. |
# Conflicts: # components/modules/HomePage/DiscoverCollections.tsx # components/modules/HomePage/HeroSection.tsx # components/modules/HomePage/SocialSection.tsx # components/modules/HomePage/WhatWeCanDo.tsx # pages/index.tsx
|
@dimamankov is attempting to deploy a commit to the NFT-com Team on Vercel. To accomplish this, @dimamankov needs to request access to the Team. Afterwards, an owner of the Team is required to accept their membership request. If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account. |
|
|
||
| // Marquees | ||
| gsap | ||
| .timeline({ |
There was a problem hiding this comment.
Does removing this affect things on the current homepage? Should these changes be gated?
There was a problem hiding this comment.
We have moved old HP to another file HomePageV2.tsx'. Changes have been gated.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
| 'minlg:before:w-40 minlg:before:absolute minlg:before:left-[2.5rem] minlg:before:top-0 minlg:before:h-[1.875rem] before:bg-white before:skew-x-[-20deg]', | ||
| 'minlg:after:w-[8.9rem] minlg:after:absolute minlg:after:left-[11.5rem] minlg:after:top-0 minlg:after:h-[5.5rem] after:bg-white after:skew-x-[-20deg]' | ||
| )}> | ||
| <svg className='absolute left-7 top-0 minlg:hidden' width="239" height="92" viewBox="0 0 239 92" fill="white" xmlns="http://www.w3.org/2000/svg"> |
There was a problem hiding this comment.
@ryolambert any thoughts here for optimization for this svg?
There was a problem hiding this comment.
Honestly, not much room to optimize. Though preferably, this should be moved to it's own icon file public/icons/svg-name.svg, then imported as import ExSvgIcon from 'public/icons/svg-name.svg?svgr';. Unless we've got any state that's linked to directly changing the svg's styling for colors, etc.
Once the svg is in it's own separate file we can run a tool like svgo on it to minify it.
There was a problem hiding this comment.
Done: own icon file
lgtmrobo
left a comment
There was a problem hiding this comment.
@dimamankov some comments, but getting there. Also I still see a few more places where the button needs to be added ex BuildProfile.tsx. Please check all components for homepage v3
components/elements/Button.tsx
Outdated
| SECONDARY = 'SECONDARY' | ||
| } | ||
| export enum WebButtonSize { | ||
| DEFAULT = 'DEFAULT', |
There was a problem hiding this comment.
I don't think this is needed, isn't there only one web button size?
There was a problem hiding this comment.
Check please new commit
components/elements/Button.tsx
Outdated
| switch (props.size) { | ||
| case WebButtonSize.DEFAULT: | ||
| switch(props.type) { | ||
| case(ButtonType.PRIMARY): |
There was a problem hiding this comment.
shouldn't this be WebButtonType.PRIMARY ?
There was a problem hiding this comment.
Check please new commit
…e into feat/NFT-1873-animation
…at/NFT-1873-animation
ryolambert
left a comment
There was a problem hiding this comment.
@dimamankov Looks good to me, let's merge and we can iterate on any hot fixes/design changes necessary. 👍
| data-aos-delay="400" | ||
| > | ||
| <BlurImage | ||
| width={700} |
There was a problem hiding this comment.
@dimamankov Also recommend adding a drop shadow to the images to match the designs. 👍
| width={700} | |
| className='drop-shadow-xl' | |
| width={700} |
lgtmrobo
left a comment
There was a problem hiding this comment.
all clear on my end, good work


Describe your changes
Associated JIRA task link