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

ui: replace Qt spinner and text with python spinner and text #34887

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

deanlee
Copy link
Contributor

@deanlee deanlee commented Mar 16, 2025

No description provided.

@deanlee deanlee marked this pull request as draft March 16, 2025 19:57
Copy link
Contributor

github-actions bot commented Mar 16, 2025

UI Preview

All Screenshots

@deanlee deanlee requested a review from adeebshihadeh March 19, 2025 04:25
@deanlee deanlee force-pushed the ui_remove_qt_spinner_text branch 7 times, most recently from cffd213 to e5198ba Compare March 20, 2025 06:14
@deanlee deanlee marked this pull request as ready for review March 20, 2025 06:22
if show_spinner:
spinner.close()
with ThreadPoolExecutor(max_workers=1) as executor:
Copy link
Contributor

Choose a reason for hiding this comment

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

we shouldn't have to change the consumers of spinner/text. if we have to use the wrapper for that, that's fine

Copy link
Contributor Author

Choose a reason for hiding this comment

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

y, Moving the spinner into a separate thread is a better approach than moving the register process to a thread. This requires fewer changes to the original code while ensuring the spinner doesn't freeze or get blocked during the registration process.

@deanlee deanlee marked this pull request as draft March 20, 2025 17:57
@deanlee deanlee force-pushed the ui_remove_qt_spinner_text branch 2 times, most recently from 8dece6f to 9ff4793 Compare March 20, 2025 22:07
@deanlee deanlee force-pushed the ui_remove_qt_spinner_text branch from 9ff4793 to 7927c74 Compare March 21, 2025 17:42
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.

2 participants