-
-
Notifications
You must be signed in to change notification settings - Fork 184
chore: update customQuotes categories #356
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?
chore: update customQuotes categories #356
Conversation
…ntributor-card feat(ui): refresh ContributorCard UI — spacing, animations, and dark-mode polish
|
Someone is attempting to deploy a commit to the shravan20's projects Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughRefactors ContributorCard to be theme-aware with gradient styles, updated avatar display, and a new “View All Contributors” button. Adds runtime validation and error handling for contributor data. Expands themes.js with 10 new themes and minor formatting adjustments, keeping the same export symbol. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor User
participant ContributorCard
participant ThemeProvider
participant API as Contributors API
User->>ContributorCard: Open page
ContributorCard->>ThemeProvider: useTheme()
Note right of ContributorCard: Apply theme-driven styles
ContributorCard->>API: fetch contributors
API-->>ContributorCard: data / error
alt Valid array
ContributorCard->>ContributorCard: set contributors state
else Invalid or error
ContributorCard->>ContributorCard: log error and set empty list
end
ContributorCard-->>User: Render avatars (up to 8) and "View All Contributors" button
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used🧬 Code graph analysis (2)src/themes/themes.js (2)
frontend/src/components/ContributorsCard/ContributorCard.js (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Updated categories.json with 150+ quote in each categroy : |
Large content update to customQuotes/category.json (split from UI changes).
Summary by CodeRabbit