Open
Conversation
Remove the Counter and NFTButton (mint/payment) components from the founder sale page, rename FounderSale to FounderCards, and update copy from "Mint Now!" to "Learn More". The NFT slider, details, and info modal remain intact. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Deploying fida-website with
|
| Latest commit: |
0683e7c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://45980f18.fida-website.pages.dev |
| Branch Preview URL: | https://remove-founder-purchase-ui.fida-website.pages.dev |
Convert the modal content (5 benefit cards with cover images) into an inline FounderBenefits component rendered directly on the page. The header "Learn more" button now scrolls to the benefits section instead of opening a popup. Delete the modal components. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add scripts/clean-dictionary.sh that greps each word in dictionary.txt against source files and removes any that are no longer referenced. Runs automatically before the spell-check in the pre-commit hook. Also fix the pre-commit hook to only spell-check files under src/ and public/ matching the spellchecker config patterns. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use a media query for the column layout on tablet instead of a nested ternary in the styled component prop. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Run eslint on staged .ts/.tsx files under src/ to catch lint errors before they reach CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use greyBackgroundGradient cards with 24px border radius, grid layout with 40/60 split on desktop, AnimatedText with matching font sizes (1.875rem→3.75rem titles, 0.875rem→1.125rem descriptions), Inter font, ReadMore for long descriptions on mobile, and consistent padding/gaps. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Match the Index page margins (48px desktop, 16px mobile) so cards aren't flush against the browser window. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
FounderSalepage toFounderCardsTest plan
/founder-sale/founder-salepage displays NFT slider, details, and modal without any purchase/mint UI🤖 Generated with Claude Code