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

Always show NcAppSettingsDialog title #3074

Merged
merged 2 commits into from
Aug 19, 2022
Merged

Conversation

raimund-schluessler
Copy link
Contributor

This changes the NcAppSettingsDialog to always show the title element, independent of whether a title is set or not.
This allows to click the modal close button even if no title is given. Before it was visible, but not clickable, since it was hidden behind the dialogs content. Closes #3029.

Check by removing the title prop of NcAppSettingsDialog.

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
@raimund-schluessler raimund-schluessler added bug Something isn't working feature: settings Related to the settings component labels Aug 19, 2022
@raimund-schluessler raimund-schluessler added this to the 6.0.0 milestone Aug 19, 2022
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
@skjnldsv skjnldsv merged commit 14b17a4 into master Aug 19, 2022
@skjnldsv skjnldsv deleted the fix/3029/app-settings-title branch August 19, 2022 13:52
@skjnldsv skjnldsv mentioned this pull request Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature: settings Related to the settings component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AppSettingsDialog modal close button not reachable without title prop
3 participants