Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…rrors, remove broken flexWrap Co-authored-by: gregv <6913307+gregv@users.noreply.github.com>
|
@copilot |
|
@copilot Can you make sure you are displaying the correct number of hearts? Here is what I see now where the number doesn't match the hearts |
… mobile instead of scaling to 5 Co-authored-by: gregv <6913307+gregv@users.noreply.github.com>
Fixed in c3beb07. The 5-heart mobile scaling was causing the mismatch — "3/10" showed only 1.5 filled hearts out of 5. Now all 10 hearts are always shown (with Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|




PR #258 flip-flopped between 5 and 10 hearts on mobile, landing on 10 hearts with
flexWrap: 'wrap'— causing ugly multi-line wrapping on small screens and 14× MUI hydration errors in console. A subsequent attempt to fix this by scaling to 5 hearts on mobile caused a visual mismatch where the filled heart count didn't match the numericX/10display.Changes
1.2remon mobile via theme breakpoint inStyledRating, so all 10 fit cleanly in one rowdefaultValue→valueon read-onlyStyledRating— eliminates "changing defaultValue of uncontrolled component" errorsvalue+defaultValueconflict — consolidated tovalue={feedback_url || "..."}Desktop (1200px):
Mobile (375px):
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.