client
client copied to clipboard
Adopt Update dialogs to the new modal widget experience
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.
https://github.com/owncloud/client/blob/8cbcb2ccf71b18410a73169be834ffc64c3c344b/src/gui/updater/ocupdater.cpp#L417-L417 https://github.com/owncloud/client/blob/8cbcb2ccf71b18410a73169be834ffc64c3c344b/src/gui/updater/ocupdater.cpp#L56-L56
They are currently displayed as a tiny dialog in the top left corner.
Current state:
The message box:
Tested with ownCloud 6.0.0.14181-daily20240709 [13f49d]
Is this the expected UI for 'Update available' dialog? @TheOneRing @erikjv
Hmm thats the restart dialog, by then the update is already installed.
I mean this dialog.
Oh I thought that was an old screenshot, thx we should update the dialog thx.