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

Allow to interrupt media verification (#1349152) #3060

Merged
merged 1 commit into from
Jan 5, 2021

Conversation

jstodola
Copy link
Contributor

@jstodola jstodola commented Jan 3, 2021

There is no button to stop media verification, for example when the progress is very slow.
Change the current "Done" button (usable only when the verification completes) to "Close" button, allowing to cancel the verification and closing the dialog window any time.

Related: rhbz#1349152

Copy link
Contributor

@M4rtinK M4rtinK left a comment

Choose a reason for hiding this comment

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

Looks good to me & seems to work fine as far as I can tell. :)
stop_media_verification

@jkonecny12 jkonecny12 added the master Please, use the `f39` label instead. label Jan 4, 2021
@jkonecny12
Copy link
Member

/packit build

Copy link
Member

@jkonecny12 jkonecny12 left a comment

Choose a reason for hiding this comment

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

Looks good to me! Thanks for the contribution!

Copy link
Contributor

@poncovka poncovka left a comment

Choose a reason for hiding this comment

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

It look great! Thanks!

<object class="GtkButton" id="doneButton">
<property name="label" translatable="yes" context="GUI|Software Source|Media Check Dialog">_Done</property>
<object class="GtkButton" id="closeButton">
<property name="label" translatable="yes" context="GUI|Software Source|Media Check Dialog">_Close</property>
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't it be called Cancel?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Cancel is fine as well and makes more sense when the verification is in progress - changed.

@jstodola
Copy link
Contributor Author

jstodola commented Jan 4, 2021

Changed the label of the button from Close to Cancel

Copy link
Contributor

@poncovka poncovka left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks!

Copy link
Contributor

@rvykydal rvykydal left a comment

Choose a reason for hiding this comment

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

Looks good to me.

Copy link
Member

@jkonecny12 jkonecny12 left a comment

Choose a reason for hiding this comment

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

LGTM!

@jkonecny12
Copy link
Member

/packit build

@M4rtinK M4rtinK merged commit 3078d25 into rhinstaller:master Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
master Please, use the `f39` label instead.
Development

Successfully merging this pull request may close these issues.

5 participants