Skip to content

feat(mobile-expo): BibleQuotesCarouselRenderer section component#325

Open
up-tandem wants to merge 1 commit intomainfrom
feat/310-bible-quotes-carousel-renderer
Open

feat(mobile-expo): BibleQuotesCarouselRenderer section component#325
up-tandem wants to merge 1 commit intomainfrom
feat/310-bible-quotes-carousel-renderer

Conversation

@up-tandem
Copy link
Contributor

Summary

  • Replaces the BibleQuotesCarousel stub with a real renderer
  • Heading text above a horizontal ScrollView of quote cards
  • Each card: ImageBackground with dark overlay (or fallback background), quote text (italic), reference, optional attribution, optional CTA button
  • Empty quotes array handled gracefully (no carousel rendered)
  • Accessible labels on cards and CTA buttons

Contracts Changed

No

Regeneration Required

No

Validation

  • pnpm --filter @forge/expo lint — passes with 0 warnings
  • pnpm --filter @forge/expo test -- --testPathPattern=BibleQuotesCarouselRenderer — 4/4 tests pass
  • pnpm --filter @forge/expo test -- --testPathPattern=SectionDispatcher — 11/11 tests pass (no regressions)

Resolves #310

🤖 Generated with Claude Code

…onent

Replace the BibleQuotesCarousel stub with a real renderer showing a heading
and horizontally scrollable quote cards with background images, text,
reference, attribution, and optional CTA buttons.

Resolves #310

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Mar 10, 2026

Warning

Rate limit exceeded

@up-tandem has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 9 minutes and 18 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6dce5ef4-c0a7-42a1-8404-d947e36117ab

📥 Commits

Reviewing files that changed from the base of the PR and between 2bc0bcd and ef57b75.

📒 Files selected for processing (5)
  • mobile/expo/src/components/sections/BibleQuotesCarouselRenderer.test.tsx
  • mobile/expo/src/components/sections/BibleQuotesCarouselRenderer.tsx
  • mobile/expo/src/components/sections/BibleQuotesCarouselStub.tsx
  • mobile/expo/src/components/sections/SectionDispatcher.tsx
  • mobile/expo/src/components/sections/index.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/310-bible-quotes-carousel-renderer

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(mobile-expo): BibleQuotesCarouselRenderer section component

1 participant