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/FEAT(client, ui): Minimal view improvements #5777

Merged
merged 3 commits into from
Aug 10, 2022

Conversation

Krzmbrzl
Copy link
Member

See individual commits for what changed.

Fixes #5495

Checks

When activating minimal view, sometimes it would work as expected,
hiding all UI elements but the channel tree, but other times
various other elements would remain visible until opening and applying
the settings.

The reason for this was that inside the updateView function, we called
restoreGeometry after we have set the visibility of the respective UI
elements, which could undo our previous visibility changes, leaving
these elements visible.

By applying the visibility changes after the geometry restoration, we
avoid this problem.
@Krzmbrzl Krzmbrzl added client ui feature-request This issue or PR deals with a new feature backport-needed bug A bug (error) in the software labels Aug 10, 2022
When not connected to a server, the minimal view will not display any UI
elements, which can be confusing (especially since the minimal view
state is saved and restored on restart).

In order to let users know what is going on and how to make the UI
elements re-appear, this commit adds a new note to the UI in these
cases.

Fixes mumble-voip#5495
@Krzmbrzl
Copy link
Member Author

💚 All backports created successfully

Status Branch Result
1.4.x

Questions ?

Please refer to the Backport tool documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug (error) in the software client feature-request This issue or PR deals with a new feature ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minimal View causes everything to disappear
1 participant