-
Notifications
You must be signed in to change notification settings - Fork 800
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
Display the NC assistant in the main Window #6637
Conversation
6b3dc2e
to
d5ffd28
Compare
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
/backport to stable-3.13 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks nice design-wise, great idea :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically it LGTM, though maybe it would be nicer to handle this on the cpp side rather than the QML side? We could just have "featuredApp..." type properties that move this logic out of the UI code
d5ffd28
to
59cc0a1
Compare
59cc0a1
to
9ae4532
Compare
9ae4532
to
cc1affa
Compare
/rebase |
7451c55
to
4d897e4
Compare
- If NC assistant is enabled in the server, display the icon to open it instead of Talk. Talk is then displayed in the list with the other apps. - The direct link is only available in the assistant app >= 1.0.9. Signed-off-by: Camila Ayres <[email protected]>
Signed-off-by: Camila Ayres <[email protected]>
4d897e4
to
fcf07b6
Compare
AppImage file: nextcloud-PR-6637-fcf07b60c4ea4ea9f7d3c2431d159b75686f81ae-x86_64.AppImage |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Implements #6601:
to open it instead of Talk. Talk is then displayed in the
list with the other apps.