-
Notifications
You must be signed in to change notification settings - Fork 7
Feat: new product page #255
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
base: preview
Are you sure you want to change the base?
Conversation
Deploying with
|
Latest commit: |
2548ce8
|
Status: | ✅ Deploy successful! |
Preview URL: | https://aea1cc7b.frontend-3mt.pages.dev |
Branch Preview URL: | https://feat-newproductpage.frontend-3mt.pages.dev |
<p className="text-sm font-semibold leading-4 tracking-[-.02em] text-gray-light-12 dark:text-gray-dark-12">{metadata.debtSymbol}</p> | ||
</td> | ||
<td> | ||
{uiData.status === "loading" && <p className="h-[16px] w-[100px] animate-pulse rounded-[8px] bg-gray-light-3 dark:bg-gray-dark-3"></p>} |
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.
h-[16px]
h-4
rounded-[8px]
to rounded-lg
@@ -461,3 +461,15 @@ html { | |||
background-position: 0% 50%; | |||
} | |||
} | |||
|
|||
kbd { |
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.
@asaadam what is it for?
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.
uikit/card/InformationCard.tsx
Outdated
|
||
const InformationCardExtra = ({ children, className }: { children: ReactNode; className?: string }) => { | ||
return ( | ||
<div style={{ marginBottom: "-1rem !important" }} className={`-m-4 rounded-b-[16px] py-2 px-4 text-sm leading-6 text-white dark:text-gray-dark-10 ${className || ""}`}> |
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.
rounded-b-[16px] to rounded-b-2xl
The navbar is show up when the swap/mint modal open |
Ahh yess sorry I think it's my fault. It's because we change the navbar to be sticky. I'll fix it in the next PR sir... @pyk |
@pyk updated ser |
https://www.loom.com/share/f7511fb979174f8f929b038e4ecd69b0