-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: PickUp Page redesign #80
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
A couple things:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great Job! I really like how the page is looking at the moment but there is a couple things that you will need to fix :)
<TextDiv> | ||
<Heading3Bold>Your order has been submitted</Heading3Bold> | ||
</TextDiv> | ||
<OutterFavoriteDiv> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you change the name of this div. I think in the past, someone might've copied the favorites style but we should prob rename them
<Body1Bold>{cartItem.name}</Body1Bold> | ||
<Body2Light>Category: {cartItem.category}</Body2Light> | ||
</LabelBox> | ||
</FavoriteDiv> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
padding-top: 10px; | ||
width: 350px; | ||
padding-left: 0px; | ||
border-top: 1px black solid; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't use black -> do color.black
|
||
export const WhiteBackgroundDiv = styled.div` | ||
border-radius: 8px; | ||
background: var(--White, #fff); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use the color file :)
flex-direction: column; | ||
align-items: flex-start; | ||
border-radius: 10px; | ||
background: var(--White, #fff); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same issue
max-height: 100%; | ||
padding: 36px 34px; | ||
gap: 33px; | ||
max-height: 100%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is there two max heights
`; | ||
|
||
export const DetailsHeader = styled.p` | ||
color: var(--Navy, #1b3679); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same idea
|
||
export const DetailsHeader = styled.p` | ||
color: var(--Navy, #1b3679); | ||
font-family: Public Sans, sans-serif; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you imported the text file then you shouldn't need this part
What's new in this PR
Description
Re-designed the frontend of the pick up confirmation page according to Katy's re-designs on the Figma.
Screenshots
How to review
orderConfirmationPickUp
Next steps
N/A
Relevant Links
Online sources
N/A
Related PRs
N/A
🛍 CC: @BuyankhuuTsCAl