-
Notifications
You must be signed in to change notification settings - Fork 65
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
forces sidebarPlugins to unmount and mount during an ActivityTab update #1732
forces sidebarPlugins to unmount and mount during an ActivityTab update #1732
Conversation
0d61c8f
to
b7b114b
Compare
@susnux How can I resolve this conflict with the generated file :/ After a merge of master into feature it should not appear as conflict anymore ... $ git merge-base master bugfix/Keep-ActivitySidebarPlugin-updated
46653414006d853a93c45464c12d616028bd6e68
$ git log -1 46653414006d853a93c45464c12d616028bd6e68
commit 46653414006d853a93c45464c12d616028bd6e68 (upstream/master, upstream/HEAD, origin/master, master)
Author: Nextcloud bot <bot@nextcloud.com>
Date: Mon Jul 22 00:23:26 2024 +0000
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
So since the Any Ideas? |
Please don't merge master into this branch. You can rebase your branch with npm ci
npm run build
git add .
git rebase --continue Also, please squash your commits into one :). |
c99c989
to
97e8f00
Compare
sidebarPlugins is initialized as empty array and during next reattached so vue force a remount Signed-off-by: Jan Messer <jan@mtec-studios.ch>
97e8f00
to
5e7b446
Compare
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
CI failures are unrelated, merging. |
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
/backport to stable29 |
sidebarPlugins is initialized as empty array and during next tick reattached so vue force a remount.
Fixes #1731