Merged
Conversation
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
…to Diubii/CardCaption
toto04
approved these changes
Apr 9, 2026
toto04
added a commit
that referenced
this pull request
Apr 22, 2026
* Card initial commit * Text and icon gradients * Used figma classes * Moved card.tsx to components/ui/cards * refactor: move card.tsx into ui * Card initial commit * Text and icon gradients * Used figma classes * Moved card.tsx to components/ui/cards * refactor: move card.tsx into ui * chore: biome; fix: imports * aligned card.tsx between all cards * feat: optional gradient * fix: text transparency to see gradient * feat: added bg-background-blur to all cards * feat: add card-caption (#48) * created cardCaption.tsx * Updated card-caption to use react-icons * Adjusted font sizes * Updated card-caption to use react-icons * Adjusted font sizes * chore: biome * feat: typography * aligned card.tsx between all cards * fix: homepage cards layout * chore: biome * feat: add card-path-selection (#56) * created cardCaption.tsx * Updated card-caption to use react-icons * Adjusted font sizes * Added path selection cards * chore: biome * Updated card-caption to use react-icons * Adjusted font sizes * Added path selection cards * chore: biome * rm: card-caption from this branch * fix: typography * fix: imports and home layout * remove: bg-background-blur * feat: add card-course (#63) * feat: card-groups initial commit * fix: spacing between elements * chore: biome * fix: homepage layout for cards * remove: bg-background-blur * chore: biome * feat: add card-course-group (#67) * feat: card-course-group initial commit * chore: biome * fix: make text and icons black * feat: added cards to homepage; feat: added bg-background-blur to the card * remove: bg-background-blur * remove: truncate class * feat: secondary variant * chore: biome * chore: biome * fix: some of CodeRabbit's proposed fixes * required changes by @toto04 and CodeRabbit * feat: implemented @BIA3IA's card hover background * feat: added class to Card * feat: CardTitle is now * fix: removed text sizes from the base card components * fix: CardTitle props type --------- Co-authored-by: Tommaso Morganti <tommaso.morganti01@gmail.com> Co-authored-by: Lorenzo Corallo <66379281+lorenzocorallo@users.noreply.github.com>
toto04
added a commit
that referenced
this pull request
Apr 22, 2026
* Card initial commit * Text and icon gradients * Used figma classes * Moved card.tsx to components/ui/cards * refactor: move card.tsx into ui * Card initial commit * Text and icon gradients * Used figma classes * Moved card.tsx to components/ui/cards * refactor: move card.tsx into ui * chore: biome; fix: imports * aligned card.tsx between all cards * feat: optional gradient * fix: text transparency to see gradient * feat: added bg-background-blur to all cards * feat: add card-caption (#48) * created cardCaption.tsx * Updated card-caption to use react-icons * Adjusted font sizes * Updated card-caption to use react-icons * Adjusted font sizes * chore: biome * feat: typography * aligned card.tsx between all cards * fix: homepage cards layout * chore: biome * feat: add card-path-selection (#56) * created cardCaption.tsx * Updated card-caption to use react-icons * Adjusted font sizes * Added path selection cards * chore: biome * Updated card-caption to use react-icons * Adjusted font sizes * Added path selection cards * chore: biome * rm: card-caption from this branch * fix: typography * fix: imports and home layout * remove: bg-background-blur * feat: add card-course (#63) * feat: card-groups initial commit * fix: spacing between elements * chore: biome * fix: homepage layout for cards * remove: bg-background-blur * chore: biome * feat: add card-course-group (#67) * feat: card-course-group initial commit * chore: biome * fix: make text and icons black * feat: added cards to homepage; feat: added bg-background-blur to the card * remove: bg-background-blur * remove: truncate class * feat: secondary variant * chore: biome * chore: biome * fix: some of CodeRabbit's proposed fixes * required changes by @toto04 and CodeRabbit * feat: implemented @BIA3IA's card hover background * feat: added class to Card * feat: CardTitle is now * feat: CTA first commit * fix: removed text sizes from the base card components * feat: CTA first commit * fix: CardTitle props type * feat: CTA first commit * feat: add new size to CardAction icon to accomodate the CTA icon size; fix: CTA size * remove: test CTAs in homepage * fix: wrap CTA in a Link tag; fix: mandatory icon * feat: hover effect --------- Co-authored-by: Tommaso Morganti <tommaso.morganti01@gmail.com> Co-authored-by: Lorenzo Corallo <66379281+lorenzocorallo@users.noreply.github.com>
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.
Closes #46