feat(shop): refresh Nogenta catalog with grayscale coming-soon previews - #296
Open
louzoshi wants to merge 4 commits into
Open
feat(shop): refresh Nogenta catalog with grayscale coming-soon previews#296louzoshi wants to merge 4 commits into
louzoshi wants to merge 4 commits into
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HzLtkNRsxJciYTaVZ4rFqH
Add tee (white/black) and Rio de Janeiro jersey with placeholder $30 pricing; marked coming-soon until an affiliate purchase link is available. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019GKeyN5tkwTNppsqYZ4MZj
Point the "Shop now" CTA on the 3 Nogenta items at a mailto link to nogentaskate@gmail.com (prefilled subject per item) and flip their status back to active now that there's a working purchase path. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019GKeyN5tkwTNppsqYZ4MZj
- Set the 7 Nogenta listings to status "coming-soon" and drop their prices - Grayscale the cover, detail hero and thumbnails for coming-soon items - Detail CTA becomes a disabled "Coming soon" button (mailto kept in data for launch); hide the email-to-buy hint for those items - Swap the Nogenta PNGs for the new JPEG artwork
|
@louzoshi is attempting to deploy a commit to the r4to's projects Team on Vercel. A member of the Team first needs to authorize it. |
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
mailto:nogentaskate@gmail.com(kept in the data, ready for launch)Changes
src/data/shop.json— Nogenta items set tostatus: "coming-soon",priceUSDremoved, images point to the new JPEGssrc/components/shop/ShopCard.tsx,FeaturedShop.tsx,ShopDetail.tsx— grayscale filter on coming-soon imagery; detail CTA becomes a disabled "Coming soon" button and the email-to-buy hint is hidden for those itemssrc/components/shop/shared.ts—isDirectBuyLinkhelper so mailto / multi-image listings route through the detail pagemessages/{en,pt-br}/shop.json—emailToBuy/emailToBuyHintstringspublic/shop/— newnogenta-*.jpegartwork, oldnogenta-*.pngremovedTest plan
/shop: Nogenta cards render grayscale, no price, "Coming soon" badge; other vendors unaffected/shop/nogenta-jersey-rio: grayscale hero + thumbnails, no price, disabled "Coming soon" button, no mailto link in the DOMpnpm lint+pnpm format:checkclean