Disable the injected snapper logic when apps want to ship their own#14972
Merged
Disable the injected snapper logic when apps want to ship their own#14972
Conversation
Member
Author
Put on hold as long as I don't know if this really works. |
skjnldsv
reviewed
Apr 5, 2019
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 <[email protected]>
708491a to
0871b9a
Compare
skjnldsv
approved these changes
Apr 10, 2019
Member
|
Please document this in the developer documentation. |
Member
|
@MorrisJobke this will be for the vue components only while we transition. |
Member
Okay |
Member
|
@ChristophWurst Backport to what branch? |
Member
Author
|
at least to 15. @skjnldsv opinions? |
Member
Author
|
/backport to stable15 |
|
backport to stable15 in #15046 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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