-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Disable the injected snapper logic when apps want to ship their own #14972
Conversation
Put on hold as long as I don't know if this really works. |
3b6ee4b
to
0687d17
Compare
0178ac5
to
708491a
Compare
This allows apps to ship their own, as in some cases the #app-content element does not exist on page load and therefore the injection fails and the icon is missing afterwards. Fixes #14956 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
708491a
to
0871b9a
Compare
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.
Code makes sense 👍
Please document this in the developer documentation. |
@MorrisJobke this will be for the vue components only while we transition. |
Okay |
@ChristophWurst Backport to what branch? |
at least to 15. @skjnldsv opinions? |
/backport to stable15 |
backport to stable15 in #15046 |
This allows apps to ship their own, as in some cases the #app-content
element does not exist on page load and therefore the injection fails
and the icon is missing afterwards.
With nextcloud-libraries/nextcloud-vue#339 we'll ship our own Vue-specific logic to handle the sliding.
Fixes #14956