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

Adopt Update dialogs to the new modal widget experience #11593

Open
TheOneRing opened this issue Apr 9, 2024 · 2 comments · May be fixed by #11617
Open

Adopt Update dialogs to the new modal widget experience #11593

TheOneRing opened this issue Apr 9, 2024 · 2 comments · May be fixed by #11617
Assignees
Milestone

Comments

@TheOneRing
Copy link
Member

The update dialogs are still simple dialogs that are now displayed on the full window size.
We need to evaluate how we can update their appearance for a dialog free approach.

ocApp()->gui()->settingsDialog()->addModalWidget(msgBox);

ocApp()->gui()->settingsDialog()->addModalWidget(_updateDownloadedDialog);

They are currently displayed as a tiny dialog in the top left corner.

@TheOneRing TheOneRing added this to the Desktop 6.0 milestone Apr 9, 2024
@erikjv erikjv self-assigned this Apr 16, 2024
@erikjv
Copy link
Contributor

erikjv commented Apr 23, 2024

Current state:

Screenshot 2024-04-23 at 17 39 02

@erikjv
Copy link
Contributor

erikjv commented Apr 29, 2024

The message box:

Screenshot 2024-04-29 at 14 38 44

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 a pull request may close this issue.

2 participants