Featured Projects Carousel and other campaign changes#396
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Caution Review failedThe pull request is closed. WalkthroughThis set of changes updates layout and responsiveness for card components across account and campaign entities, introduces carousel functionality for featured projects on the homepage, and refines campaign filtering and display logic. It also updates external links and adjusts which campaigns are featured or excluded in various lists and carousels. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant HomePage
participant Carousel
participant AccountCard
User->>HomePage: Visits Home Page
HomePage->>Carousel: Initializes with AccountCard data
Carousel->>AccountCard: Renders visible AccountCards
loop Every 4 seconds
Carousel->>Carousel: Auto-scroll to next item
Carousel->>AccountCard: Render next AccountCard
end
User->>Carousel: Clicks navigation arrows
Carousel->>AccountCard: Render selected AccountCard
sequenceDiagram
participant User
participant CampaignsList
participant CampaignCard
User->>CampaignsList: Loads Campaigns List
CampaignsList->>CampaignsList: Filter out campaign with id 14
CampaignsList->>CampaignCard: Render CampaignCard for each filtered campaign
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (6)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Summary by CodeRabbit
New Features
Bug Fixes
Style
Documentation