feat: add MatricoleGuides component and related cards#122
Conversation
|
Caution Review failedAn error occurred during the review process. Please try again later. WalkthroughThis PR implements the Matricole "Guide e Utility" section by introducing a reusable ChangesMatricole Guide e Utility Feature
Possibly related PRs
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
…p; refactor Matricole components to use constants for resources and guides
…n MatricoleGuides
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/components/card-icon/inline-card-media.tsx`:
- Line 4: InlineCardMedia is using getIconSizeClasses for the icon but the
inline container uses getInlineContainerClasses, causing the icon (size="md") to
overflow when align="inline"; update InlineCardMedia so when props.align ===
"inline" it derives the icon size/class from getInlineContainerClasses (or use a
dedicated inline-size map) instead of getIconSizeClasses, and ensure both the
container and the <svg>/<Icon> use the same computed className so the icon
scales to the inline container.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 788e6e84-1a16-4a77-81a2-d51fa7cdaa25
📒 Files selected for processing (13)
src/app/matricole/page.tsxsrc/components/card-group/header.tsxsrc/components/card-group/index.tsxsrc/components/card-group/types.tssrc/components/card-icon/classes.tssrc/components/card-icon/index.tsxsrc/components/card-icon/inline-card-media.tsxsrc/components/card-icon/types.tssrc/components/card-icon/utils.tssrc/components/matricole/constants.tssrc/components/matricole/faqs.tsxsrc/components/matricole/guides.tsxsrc/components/matricole/intro.tsx
Closes #93