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 looks of share note text field #7854

Merged
merged 2 commits into from
Feb 14, 2025
Merged

Conversation

nilsding
Copy link
Member

@nilsding nilsding commented Feb 13, 2025

This fixes #7847 by using the TextArea QML control instead of the plain TextEdit for share note field; it's already styled properly as it's part of Qt Quick Controls, and it allows for a proper placeholder text!

Also fixed some more icons appearing dark in dark mode.

on the Fluent style the text field is larger as well, indicating that it allows for multi-line text entry:

Screenshot_20250213_151642

Screenshot_20250213_151220

@nilsding nilsding added feature: ☁️ GUI System tray icon and menu. 3. to review labels Feb 13, 2025
@nilsding nilsding added this to the 3.16.0 milestone Feb 13, 2025
@nilsding nilsding self-assigned this Feb 13, 2025
@nilsding
Copy link
Member Author

/backport to stable-3.16

Copy link
Collaborator

@claucambra claucambra left a comment

Choose a reason for hiding this comment

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

🚀

it's already styled properly as it's part of Qt Quick Controls, **and**
it allows for a placeholder text!

also changed the logic for displaying the text field a bit ...

Fixes #7847

Signed-off-by: Jyrki Gadinger <[email protected]>
@nilsding nilsding force-pushed the bugfix/native-share-note branch from 04ba154 to 7e819b3 Compare February 14, 2025 12:53
@nilsding nilsding enabled auto-merge February 14, 2025 12:56
Copy link

Artifact containing the AppImage: nextcloud-appimage-pr-7854.zip

SHA256 checksum: 6a3b2a160bedd7b1b8ebd9f42336938bcd59824669ab27d26fbeabb26698e397

To test this change/fix you can download the above artifact file, unzip it, and run it.

Please make sure to quit your existing Nextcloud app and backup your data.

Copy link

Please retry analysis of this Pull-Request directly on SonarQube Cloud

@nilsding nilsding merged commit 228be57 into master Feb 14, 2025
13 of 16 checks passed
@nilsding nilsding deleted the bugfix/native-share-note branch February 14, 2025 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review feature: ☁️ GUI System tray icon and menu.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Regressions in share dialog with windows 11 native style
2 participants