From 67385aedaac9b7d7fd63e4fcdbc5b7402482d73c Mon Sep 17 00:00:00 2001 From: itsrubberduck Date: Thu, 9 Jul 2026 16:48:12 +0200 Subject: [PATCH] feat(onboarding): add pilot-profile-setup page with all 7 screens Single-question-per-screen wizard (cockpit, radio confidence, stress point, network experience, hangar tools + paid-tool duration, feature wish capped at 2, funding preference) plus the reward callsign card and skip handling. Verified end-to-end against a mocked API layer in the browser (MongoDB Atlas isn't reachable from this sandbox). --- app/pages/pilot-profile-setup.vue | 499 ++++++++++++++++++++++++++++++ 1 file changed, 499 insertions(+) create mode 100644 app/pages/pilot-profile-setup.vue diff --git a/app/pages/pilot-profile-setup.vue b/app/pages/pilot-profile-setup.vue new file mode 100644 index 0000000..8f0b445 --- /dev/null +++ b/app/pages/pilot-profile-setup.vue @@ -0,0 +1,499 @@ + + + + +