Warm tactile pet-friendly redesign with app-preview bento sections#5
Merged
Conversation
Complete rewrite of templates/index.html: pill-shaped inputs (100px radius), warm orange-to-peach gradients for Care & Streaks, sage/mint for Smart Nutrition, vibrant blue brand accents throughout. Five component-driven sections: hero + waitlist, care dashboard with SVG ring + task tiles + streak dots, nutrition vault with kcal callout + weight log timeline + Log Weight FAB, social discovery match card with swipe dock (X/wave/match/star/boost), and split Social Profile vs Seller Dashboard panel. All form IDs and JS preserved. https://claude.ai/code/session_01UP2KyuZxM8D7kEkq4akq3t
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Complete rewrite of
templates/index.html— warm, tactile, pet-friendly design with CSS-only app mockups previewing the real PetFolio experience. No other files modified.Design system
#2979FFblue for CTAs, accents, and verified elementslinear-gradient(145deg, #F5A623 → #E8956D → #C97B55)warm orange/peachlinear-gradient(145deg, #5BA99A → #4A9087 → #357A6E)sage/mint#FFFFFFwhite layered on#F7F9FFsoft off-white panelsborder-radius: 100pxpill inputs everywhere,18–24pxon all cardsFive sections built
1 · Hero + Waitlist
firstName,email,petType,petCount— all withborder-radius: 100pxand identical sizing/padding#counter+#form-state/#success-statetoggle preserved2 · Care Dashboard & Streak System
box-shadow: 0 16px 48px rgba(232,149,109,.32)3 · Smart Nutrition Vault
4 · Social Discovery & Playdate Match
5 · Social Profile + Seller Dashboard
Preserved (unchanged)
app.py,vercel.json,requirements.txt— untouchedid="firstName",id="email",id="petType",id="petCount"id="form-state",id="success-state",id="counter",id="spot-number"handleJoin(),fetchWaitlistCount(),WAITLIST_API, referral link mechanicsTest plan
border-radius: 100pxat all breakpoints/api/join, success state shows#spot-number/api/statson loadshake()fires on empty/invalid fields with red borderhttps://claude.ai/code/session_01UP2KyuZxM8D7kEkq4akq3t
Generated by Claude Code