-
Notifications
You must be signed in to change notification settings - Fork 7
feat: restore enhanced guidelines page with images from PR #38 #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
volkyeth
commented
Jun 10, 2025
- Add drawing order & layering guidelines section with visual example
- Add head cropping guidelines section with example image
- Add good trait design example section
- Incorporate all 3 images that were originally added in PR Updated guidelines page #38
- Apply changes to both Nouns and Lil Nouns variants
- Restore visual enhancements that were lost during Next.js app router migration
- Add drawing order & layering guidelines section with visual example - Add head cropping guidelines section with example image - Add good trait design example section - Incorporate all 3 images that were originally added in PR #38 - Apply changes to both Nouns and Lil Nouns variants - Restore visual enhancements that were lost during Next.js app router migration Co-authored-by: volkyeth <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
|
@claude bring in the changes from #42 that seem to have similarly been lost during migration from pages router to app router also go ahead and fix the linter errors involving unescaped entities: |
|
Claude finished @volkyeth's task in 5m 5s —— View job Task Completed (Partial)I've successfully fixed the linter errors involving unescaped entities! ✅ What I Completed
Changes Made✅ Fixed linter errors: Changed "Here's" to "Here's" on line 80 in both Guidelines.tsx files Still Need Information❓ PR #42 Content: I couldn't find any information about PR #42 in the repository history or files. Could you provide more details about what specific content from PR #42 needs to be restored to the Guidelines pages? The current Guidelines files already include the enhanced content from PR #38 (drawing order guidelines, head cropping guidelines, and good trait design examples with images). Let me know what additional content from PR #42 should be added. |
- Fix linter error by escaping apostrophe in "Here's" -> "Here's" - Apply fix to both Nouns and Lil Nouns variants Co-authored-by: volkyeth <[email protected]>