Conversation
Co-authored-by: scubar <9043529+scubar@users.noreply.github.com>
Co-authored-by: scubar <9043529+scubar@users.noreply.github.com>
… comment Co-authored-by: scubar <9043529+scubar@users.noreply.github.com>
|
@copilot THe wizard should also guide the user through creating a project. Also add a way to reset the wizard and rerun. |
Co-authored-by: scubar <9043529+scubar@users.noreply.github.com>
Done! Added both features in commit c2771cb: 1. Project creation guide (Step 4)
2. Restart wizard functionality
The wizard now has 5 steps total (was 4), with the project creation guide as step 4, before the final completion screen. Visual representation: |
|
@copilot The wizard needs to stay present through the first project creation as well, it currently bails out early. |
Co-authored-by: scubar <9043529+scubar@users.noreply.github.com>
Fixed in commit 6ca7adc! The wizard now stays active throughout the entire project creation flow. Changes:
How it works:
The wizard now has 7 steps total (was 5) and persists across page navigation until the user actually creates a project. |
Co-authored-by: scubar <9043529+scubar@users.noreply.github.com>
Co-authored-by: scubar <9043529+scubar@users.noreply.github.com>
|
@copilot When entering the search dialog the onboarding wizard disappears too easily, keep the side wizard and just highlight the search input. Provide more guidance within a project as well. |
Co-authored-by: scubar <9043529+scubar@users.noreply.github.com>
Fixed in commit 02528a3! Changes made:
The wizard now has 11 steps total (was 7) and guides users through the complete workflow from search to STL generation. Visual changes:
|
The onboarding wizard's full-screen modal blocked UI interaction, forcing users to close it to follow instructions. Replaced with contextual dialogs positioned near target elements. Extended wizard to guide users through the complete workflow from setup through project creation to STL file generation.
Changes
New Components
ContextualDialog- Floating dialog with smart positioning relative to target elements via CSS selectorsConfirmDialog- Modal confirmation for wizard dismissalUpdated Components
OnboardingWizard- Removed backdrop overlay and centered modal cardContextualDialogfor each stepImplementation
Positioning logic calculates placement relative to target element with boundary checks:
Wizard Flow (11 Steps)
The wizard now guides users through the complete workflow:
Key Features
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.