Skip to content

fix: remove finalize step in 1 click flow#1743

Merged
rolznz merged 3 commits intomasterfrom
fix/1-click-flow
Sep 22, 2025
Merged

fix: remove finalize step in 1 click flow#1743
rolznz merged 3 commits intomasterfrom
fix/1-click-flow

Conversation

@im-adithya
Copy link
Copy Markdown
Member

@im-adithya im-adithya commented Sep 19, 2025

Fixes #1742

This also fixes a bug @rolznz discovered which happens because the event dispatch happens in the finalize component which is wrong. It is now shifted so that we dispatch the event right after the app creation.

@im-adithya im-adithya requested a review from rolznz September 19, 2025 09:10
}
toast("App created");
setCreateAppResponse(createAppResponse);
if (pubkey) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I am not sure we should add this navigation. For most cases either there will be a return_to or a listener for one of the success messages above (like Bitcoin Connect, which will then close the dialog)

Copy link
Copy Markdown
Contributor

@rolznz rolznz left a comment

Choose a reason for hiding this comment

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

tACK

@rolznz rolznz merged commit 45c4b2f into master Sep 22, 2025
11 checks passed
@rolznz rolznz deleted the fix/1-click-flow branch September 22, 2025 07:09
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.

Bug: finalize step is incorrectly shown when using 1-click flow

2 participants