Skip to content

Switch to new GraphWizard API#754

Open
SuperJMN wants to merge 1 commit intoblock-core:mainfrom
SuperJMN:fix/wizard
Open

Switch to new GraphWizard API#754
SuperJMN wants to merge 1 commit intoblock-core:mainfrom
SuperJMN:fix/wizard

Conversation

@SuperJMN
Copy link
Copy Markdown
Collaborator

@SuperJMN SuperJMN commented Apr 6, 2026

IMPORTANT: Fixes the bug where going "Back" in the project creation wizard made the "Next" button unresponsive.

Replaces the old SlimWizard/WizardBuilder API with the new GraphWizard API from Zafiro.

This is a rebased version of #713 (which couldn't be reopened after force-push due to file renames in main).

Changes:

  • CreateProjectFlow.cs — Refactored all wizard construction to use GraphWizard.For<T>() with step/node graph builder
  • SendMoneyFlow.cs — Same migration to GraphWizard API
  • Wizard.axaml — Updated control themes from SlimWizardControl/WizardFooter to GraphWizardView/GraphWizardHeaderView/GraphWizardFooterView

 Improves flow management.

 Updated wizard creation logic in SendMoneyFlow and CreateProjectFlow. Adjusted UI styles to support GraphWizard components.
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