Skip to content

feat: onboarding wizard #4#2736

Merged
comatory merged 13 commits intoondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-topicfrom
ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-04
Apr 24, 2026
Merged

feat: onboarding wizard #4#2736
comatory merged 13 commits intoondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-topicfrom
ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-04

Conversation

@comatory
Copy link
Copy Markdown
Contributor

@comatory comatory commented Apr 2, 2026

@coderabbitai summary

Checklist

Open Source AI Manifesto

This project follows the principles of the Open Source AI Manifesto. Please ensure your contribution aligns with its principles.

PR (4): for onboarding wizard: steps 3 and 4

Parent: #2732

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 2, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 28ba0fc5-6e5b-47f8-a308-3814ddfc947e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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

@github-actions github-actions Bot added the studio label Apr 2, 2026
@comatory comatory mentioned this pull request Apr 2, 2026
5 tasks
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-03 branch from 3617da7 to e209c6d Compare April 7, 2026 06:10
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-04 branch 3 times, most recently from 3409a07 to 3464608 Compare April 7, 2026 09:11
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-03 branch from e209c6d to a514ecb Compare April 7, 2026 10:02
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-04 branch from 3464608 to 2e77ded Compare April 7, 2026 10:57
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-03 branch from a514ecb to e6f529b Compare April 8, 2026 07:02
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-04 branch from 2e77ded to bc24b31 Compare April 8, 2026 07:23
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 8, 2026

Codecov Report

❌ Patch coverage is 0% with 1565 lines in your changes missing coverage. Please review.
✅ Project coverage is 1.51%. Comparing base (8a8e1a0) to head (44c28aa).
⚠️ Report is 1 commits behind head on ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-topic.

Files with missing lines Patch % Lines
...src/components/onboarding/federation-animation.tsx 0.00% 605 Missing and 1 partial ⚠️
...udio/src/components/onboarding/metrics-monitor.tsx 0.00% 264 Missing and 1 partial ⚠️
studio/src/components/onboarding/step-3.tsx 0.00% 257 Missing and 1 partial ⚠️
studio/src/components/onboarding/step-finished.tsx 0.00% 228 Missing and 1 partial ⚠️
studio/src/components/onboarding/step-2.tsx 0.00% 167 Missing and 1 partial ⚠️
studio/src/components/onboarding/status-icon.tsx 0.00% 21 Missing and 1 partial ⚠️
studio/src/components/layout/onboarding-layout.tsx 0.00% 11 Missing ⚠️
studio/src/hooks/use-fireworks.ts 0.00% 3 Missing ⚠️
...rc/components/onboarding/onboarding-navigation.tsx 0.00% 2 Missing ⚠️
studio/src/pages/onboarding/[step].tsx 0.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (8a8e1a0) and HEAD (44c28aa). Click for more details.

HEAD has 18 uploads less than BASE
Flag BASE (8a8e1a0) HEAD (44c28aa)
19 1
Additional details and impacted files
@@                                           Coverage Diff                                           @@
##           ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-topic   #2736       +/-   ##
=======================================================================================================
- Coverage                                                                27.46%   1.51%   -25.96%     
=======================================================================================================
  Files                                                                      694     315      -379     
  Lines                                                                    80583   43887    -36696     
  Branches                                                                   914     451      -463     
=======================================================================================================
- Hits                                                                     22132     663    -21469     
+ Misses                                                                   56749   42920    -13829     
+ Partials                                                                  1702     304     -1398     
Files with missing lines Coverage Δ
studio/src/pages/onboarding/[step].tsx 0.00% <0.00%> (ø)
...rc/components/onboarding/onboarding-navigation.tsx 0.00% <0.00%> (ø)
studio/src/hooks/use-fireworks.ts 0.00% <0.00%> (ø)
studio/src/components/layout/onboarding-layout.tsx 0.00% <0.00%> (ø)
studio/src/components/onboarding/status-icon.tsx 0.00% <0.00%> (ø)
studio/src/components/onboarding/step-2.tsx 0.00% <0.00%> (ø)
studio/src/components/onboarding/step-finished.tsx 0.00% <0.00%> (ø)
studio/src/components/onboarding/step-3.tsx 0.00% <0.00%> (ø)
...udio/src/components/onboarding/metrics-monitor.tsx 0.00% <0.00%> (ø)
...src/components/onboarding/federation-animation.tsx 0.00% <0.00%> (ø)

... and 383 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-03 branch from e6f529b to 40cc6c6 Compare April 8, 2026 07:34
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-04 branch from bc24b31 to 31d2073 Compare April 8, 2026 07:35
@comatory comatory mentioned this pull request Apr 8, 2026
5 tasks
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-03 branch from 40cc6c6 to d82c5c2 Compare April 8, 2026 07:43
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-04 branch from 31d2073 to b2f5c39 Compare April 8, 2026 07:44
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-03 branch from d82c5c2 to 48b7ff4 Compare April 8, 2026 07:53
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-04 branch from b2f5c39 to 02e794c Compare April 8, 2026 07:55
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-03 branch from 48b7ff4 to 5b218b9 Compare April 9, 2026 09:05
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-04 branch 3 times, most recently from 578d732 to 6b106ed Compare April 9, 2026 11:58
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-03 branch from 5b218b9 to d2879ea Compare April 9, 2026 12:10
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-04 branch 3 times, most recently from 6b106ed to 2a88e40 Compare April 9, 2026 12:12
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-03 branch from d2879ea to b13843a Compare April 9, 2026 12:18
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-04 branch from 2a88e40 to 81d369b Compare April 9, 2026 12:19
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-03 branch from b13843a to 5f0a231 Compare April 9, 2026 12:23
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-04 branch from d0e79f1 to ac53021 Compare April 22, 2026 09:56
@comatory comatory mentioned this pull request Apr 23, 2026
5 tasks
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-04 branch from ac53021 to f63a90e Compare April 23, 2026 10:36
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-03 branch from c1d7bc2 to 0c525ab Compare April 23, 2026 10:36
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-03 branch from 0c525ab to 087a6b2 Compare April 23, 2026 11:11
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-04 branch from f63a90e to b0a6951 Compare April 23, 2026 11:11
@comatory comatory marked this pull request as ready for review April 23, 2026 11:42
@comatory comatory requested a review from JivusAyrus as a code owner April 23, 2026 11:42
@comatory
Copy link
Copy Markdown
Contributor Author

@CodeRabbit resume

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 23, 2026

✅ Actions performed

Reviews resumed.

Comment thread studio/src/components/onboarding/step-2.tsx
Comment thread studio/src/components/onboarding/step-3.tsx
Comment thread studio/src/components/onboarding/step-3.tsx
Comment thread studio/src/components/onboarding/step-3.tsx
Comment thread studio/src/components/onboarding/step-2.tsx
Comment thread studio/src/components/onboarding/step-3.tsx Outdated
comatory and others added 6 commits April 24, 2026 08:38
The default confetti() export uses OffscreenCanvas + Web Worker
which silently fails in some contexts. Using confetti.create()
with main-thread rendering instead.

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

@wilsonrivera wilsonrivera left a comment

Choose a reason for hiding this comment

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

LGTM

…etrics-topic' into ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants