Skip to content

feat: onboarding wizard #4#2736

Draft
comatory wants to merge 3 commits intoondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-03from
ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-04
Draft

feat: onboarding wizard #4#2736
comatory wants to merge 3 commits intoondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-03from
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

  • I have discussed my proposed changes in an issue and have received approval to proceed.
  • I have followed the coding standards of the project.
  • Tests or benchmarks have been added or updated.
  • Documentation has been updated on https://github.com/wundergraph/docs-website.
  • I have read the Contributors Guide.

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: a2a2291b-7484-4bfc-a42e-ac6f59b65dc6

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 1233 lines in your changes missing coverage. Please review.
✅ Project coverage is 1.52%. Comparing base (48b7ff4) to head (02e794c).

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-4.tsx 0.00% 201 Missing and 1 partial ⚠️
studio/src/components/onboarding/step-3.tsx 0.00% 132 Missing and 1 partial ⚠️
studio/src/components/onboarding/status-icon.tsx 0.00% 21 Missing and 1 partial ⚠️
studio/src/hooks/use-fireworks.ts 0.00% 3 Missing ⚠️
...rc/components/onboarding/onboarding-navigation.tsx 0.00% 2 Missing ⚠️

❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage.
❌ Your project check has failed because the head coverage (1.52%) is below the target coverage (30.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@                                         Coverage Diff                                         @@
##           ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-03   #2736      +/-   ##
===================================================================================================
- Coverage                                                              1.57%   1.52%   -0.05%     
===================================================================================================
  Files                                                                   312     315       +3     
  Lines                                                                 42113   43338    +1225     
  Branches                                                                448     451       +3     
===================================================================================================
  Hits                                                                    663     663              
- Misses                                                                41149   42371    +1222     
- Partials                                                                301     304       +3     
Files with missing lines Coverage Δ
...rc/components/onboarding/onboarding-navigation.tsx 0.00% <0.00%> (ø)
studio/src/hooks/use-fireworks.ts 0.00% <0.00%> (ø)
studio/src/components/onboarding/status-icon.tsx 0.00% <0.00%> (ø)
studio/src/components/onboarding/step-3.tsx 0.00% <0.00%> (ø)
studio/src/components/onboarding/step-4.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%> (ø)
🚀 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 and others added 3 commits April 8, 2026 09:55
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>
@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
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.

1 participant