Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Dialogs are sometimes concealed #110

Merged
merged 1 commit into from
May 15, 2023
Merged

Conversation

jeffmaury
Copy link
Collaborator

Fixes #93

Fixes crc-org#93

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
Copy link
Member

@anjannath anjannath left a comment

Choose a reason for hiding this comment

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

Tested and now the preset selection dialog appears after the user clicks OK on the reboot msg dialog box

@@ -88,7 +88,7 @@ export async function startCrc(
}

async function askAndStorePullSecret(logger: extensionApi.Logger): Promise<boolean> {
extensionApi.window.showInformationMessage(
await extensionApi.window.showInformationMessage(
Copy link
Contributor

@gbraad gbraad May 15, 2023

Choose a reason for hiding this comment

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

we did this purposely... Can you remove this from the PR as this will be changed anyway due to #1920

This made the information show at the same time as the inputdialog (preventing people to miss it and put focus on PD). However, since MarkddownDescription has been added, this temporary solution can be removed.

Ref: #101 (review)

Copy link
Contributor

Choose a reason for hiding this comment

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

I'm going to delete that message in my next PR with MarkddownDescription

Copy link
Contributor

Choose a reason for hiding this comment

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

We can go ahead and just merge this...

@gbraad gbraad merged commit e319a35 into crc-org:main May 15, 2023
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.

After installation reboot msg box is concealed by preset selection msg box
4 participants