Skip to content

feat(android): port Seal undraw dynamic-color empty-state illustrations - #1

Merged
Chloemlla merged 1 commit into
mainfrom
feat/undraw-dynamic-color-illustrations
Jul 24, 2026
Merged

feat(android): port Seal undraw dynamic-color empty-state illustrations#1
Chloemlla merged 1 commit into
mainfrom
feat/undraw-dynamic-color-illustrations

Conversation

@Chloemlla

Copy link
Copy Markdown
Owner

Summary

  • Port Seal undraw-style DynamicColorImageVectors (download / videoFiles / videoSteaming / coder) into com.chloemlla.synapse.mobile.ui.svg
  • Map LocalFixedColorRoles accents to Material 3 primaryContainer / onPrimaryContainer / tertiaryContainer (no Monet FixedColorRoles dependency)
  • Wire illustrations into login first-run, QR missing-credentials, and session empty states
  • Session footer credits unDraw (license + link) and shows VERSION_NAME · SHORT_HASH · BUILD_TIME
  • CI/Gradle pass SYNAPSE_BUILD_TIME; theme adds surfaceContainerHighest / inversePrimary for vector fills

Test plan

  • GitHub Actions: unit tests + lint + release assemble green
  • First-run login shows download illustration empty card
  • Session empty state shows videoFiles illustration + undraw credit footer
  • QR panel without credentials shows videoSteaming illustration

@Chloemlla
Chloemlla merged commit 39626af into main Jul 24, 2026
2 checks passed
@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Chloemlla, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 29 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: ac20de43-9bf3-45cb-a106-b7601ab57c9f

📥 Commits

Reviewing files that changed from the base of the PR and between 2216ca5 and 5f18dba.

📒 Files selected for processing (12)
  • .github/workflows/synapse-android.yml
  • README.md
  • android/README.md
  • android/app/build.gradle.kts
  • android/app/src/main/java/com/chloemlla/synapse/mobile/ui/SynapseMobileApp.kt
  • android/app/src/main/java/com/chloemlla/synapse/mobile/ui/SynapseMobileTheme.kt
  • android/app/src/main/java/com/chloemlla/synapse/mobile/ui/svg/VectorPreviews.kt
  • android/app/src/main/java/com/chloemlla/synapse/mobile/ui/svg/__DrawableVectors.kt
  • android/app/src/main/java/com/chloemlla/synapse/mobile/ui/svg/drawablevectors/Coder.kt
  • android/app/src/main/java/com/chloemlla/synapse/mobile/ui/svg/drawablevectors/Download.kt
  • android/app/src/main/java/com/chloemlla/synapse/mobile/ui/svg/drawablevectors/VideoFiles.kt
  • android/app/src/main/java/com/chloemlla/synapse/mobile/ui/svg/drawablevectors/VideoSteaming.kt
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/undraw-dynamic-color-illustrations

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

Add theme-bound ImageVectors (download/videoFiles/videoSteaming/coder) under
ui/svg, wire them into login/QR/session empty states, credit unDraw on the
session footer with VERSION_NAME · SHORT_HASH · BUILD_TIME, and pass BUILD_TIME
through Gradle/CI.
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.

1 participant