Skip to content

feat(onboarding): track store release step#2413

Open
riderx wants to merge 1 commit into
mainfrom
codex/app-store-onboarding-step
Open

feat(onboarding): track store release step#2413
riderx wants to merge 1 commit into
mainfrom
codex/app-store-onboarding-step

Conversation

@riderx

@riderx riderx commented Jun 3, 2026

Copy link
Copy Markdown
Member

Summary (AI-generated)

Adds a final onboarding reminder for apps that have tested Live Update but have not yet checked in from a store-installed native build.

Motivation (AI-generated)

Current onboarding can look complete after a Live Update test even though the updater plugin has not shipped in an App Store or Google Play build. This keeps that final release step visible until production-store telemetry appears.

Business Impact (AI-generated)

Helps teams finish the native release step, reducing the risk that customers test Capgo successfully but never ship the plugin to production users.

Test Plan (AI-generated)

  • bun lint
  • bun typecheck
  • bun run build
  • bunx vitest run tests/plugin-validation.test.ts tests/device_comparison.test.ts
  • bun run supabase:with-env -- bunx vitest run tests/stats.test.ts
  • Started local Supabase and applied migrations through the worktree helper
  • Headless browser smoke: attempted Playwright/Chrome, but Chrome exits with SIGKILL/code 137 in this local environment before rendering

@coderabbitai

coderabbitai Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@riderx, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 7 minutes and 50 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

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.

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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: cc1f7ad8-6854-4d91-a880-679ae59f2e6b

📥 Commits

Reviewing files that changed from the base of the PR and between 59df3ec and ad69343.

📒 Files selected for processing (22)
  • messages/en.json
  • src/components.d.ts
  • src/components/dashboard/StoreReleaseOnboardingBanner.vue
  • src/pages/app/[app].vue
  • src/types/supabase.types.ts
  • supabase/functions/_backend/private/devices.ts
  • supabase/functions/_backend/public/device/get.ts
  • supabase/functions/_backend/utils/cloudflare.ts
  • supabase/functions/_backend/utils/deviceComparison.ts
  • supabase/functions/_backend/utils/plugin_parser.ts
  • supabase/functions/_backend/utils/plugin_validation.ts
  • supabase/functions/_backend/utils/stats.ts
  • supabase/functions/_backend/utils/supabase.ts
  • supabase/functions/_backend/utils/supabase.types.ts
  • supabase/functions/_backend/utils/types.ts
  • supabase/migrations/20260611171704_add_device_install_source.sql
  • tests/cloudflare-device-pagination.unit.test.ts
  • tests/device-update-format.unit.test.ts
  • tests/device_comparison.test.ts
  • tests/organization-put-stripe-sync.unit.test.ts
  • tests/plugin-validation.test.ts
  • tests/stats.test.ts

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

@codspeed-hq

codspeed-hq Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 43 untouched benchmarks
⏩ 2 skipped benchmarks1


Comparing codex/app-store-onboarding-step (ad69343) with main (59df3ec)

Open in CodSpeed

Footnotes

  1. 2 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@riderx riderx force-pushed the codex/app-store-onboarding-step branch from 3cc7f44 to 54a0e66 Compare June 3, 2026 18:06
@riderx riderx force-pushed the codex/app-store-onboarding-step branch from 54a0e66 to ee04979 Compare June 3, 2026 18:17
@riderx riderx marked this pull request as ready for review June 3, 2026 18:27

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ee04979ef7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/components/dashboard/StoreReleaseOnboardingBanner.vue Outdated
@riderx riderx force-pushed the codex/app-store-onboarding-step branch from ee04979 to e2e09f5 Compare June 3, 2026 18:33

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e2e09f514b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread supabase/functions/_backend/utils/cloudflare.ts
@riderx riderx force-pushed the codex/app-store-onboarding-step branch from e2e09f5 to 2eba31d Compare June 3, 2026 22:05

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2eba31de1a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/components/dashboard/StoreReleaseOnboardingBanner.vue Outdated
@riderx riderx force-pushed the codex/app-store-onboarding-step branch from 2eba31d to d321b32 Compare June 4, 2026 08:33

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d321b32f79

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/components/dashboard/StoreReleaseOnboardingBanner.vue
@riderx riderx force-pushed the codex/app-store-onboarding-step branch from d321b32 to 97c68a1 Compare June 4, 2026 09:42
@riderx riderx force-pushed the codex/app-store-onboarding-step branch from 97c68a1 to 839e205 Compare June 11, 2026 17:01
@riderx riderx marked this pull request as draft June 11, 2026 17:01

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 839e2050e6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread supabase/migrations/20260611171704_add_device_install_source.sql
@riderx riderx force-pushed the codex/app-store-onboarding-step branch from 839e205 to c38e38c Compare June 11, 2026 17:10
@riderx riderx force-pushed the codex/app-store-onboarding-step branch from c38e38c to a4b0fb1 Compare June 11, 2026 17:18
@riderx riderx force-pushed the codex/app-store-onboarding-step branch from a4b0fb1 to ad69343 Compare June 11, 2026 17:37
@sonarqubecloud

Copy link
Copy Markdown

@riderx riderx marked this pull request as ready for review June 11, 2026 17:49
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

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