Conversation
|
Albert Folch seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Deploying interface with
|
| Latest commit: |
4641967
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://834e5082.interface-a9d.pages.dev |
| Branch Preview URL: | https://new-homepage-design.interface-a9d.pages.dev |
Contributor
Contributor
Contributor
Contributor
added 2 commits
October 15, 2024 15:05
| position: relative; | ||
| padding-bottom: 7.8125rem; | ||
| background: ${colors.lightGrey}; | ||
| background: #f5f5f5; |
Contributor
There was a problem hiding this comment.
can you use the color from colors or add it there as a new color if it's not there?
| useEffect(() => { | ||
| const loadImages = async () => { | ||
| const resolvedUrls = images.map((url) => | ||
| resolveUrlFromIPFS(url, "https://ipfs.io/ipfs") |
Contributor
There was a problem hiding this comment.
use CONFIG.ipfsImageGateway
src/pages/landing/Landing.tsx
Outdated
| const TitleAndDescriptionWrapper = withUnderBanner ? Layout : Div; | ||
| const LayoutWrapper = isSideNavBar ? Grid : DarkerBackground; | ||
|
|
||
| const numOffers = 10; |
Contributor
There was a problem hiding this comment.
move out of Landing() function declaration
src/pages/landing/Landing.tsx
Outdated
| alignItems="flex-end" | ||
| margin="1rem 0 2rem 0" | ||
| > | ||
| <Title tag="h3" style={{ margin: "0" }}> |
Contributor
There was a problem hiding this comment.
Suggested change
| <Title tag="h3" style={{ margin: "0" }}> | |
| <Title tag="h3" margin={0}> |
…l/interface into new-homepage-design
Comment on lines
+276
to
+280
| price={ | ||
| /e/i.test(String(Number(price?.price || 0))) | ||
| ? Number(price?.price || 0).toFixed(10) | ||
| : (price?.price ?? 0).toString() | ||
| } |
Contributor
There was a problem hiding this comment.
I think it should be like this
Suggested change
| price={ | |
| /e/i.test(String(Number(price?.price || 0))) | |
| ? Number(price?.price || 0).toFixed(10) | |
| : (price?.price ?? 0).toString() | |
| } | |
| price={price?.price} |
|
|
||
| const LoadingContainer = styled(Grid)` | ||
| height: 100%; | ||
| font-size: 18px; |
src/pages/landing/FeaturedOffers.tsx
Outdated
| margin-left: 1.5rem; | ||
| font-size: 0.875rem; | ||
| font-weight: 600; | ||
| margin-bottom: 1px; |
Contributor
There was a problem hiding this comment.
change cursor to pointer so the user knows it's clickable
Contributor
Contributor
albertfolch-redeemeum
approved these changes
Oct 16, 2024
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.






No description provided.