-
Notifications
You must be signed in to change notification settings - Fork 109
Refactor vuex store #3423
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
Refactor vuex store #3423
Conversation
ed2d970 to
ba23ff7
Compare
Test summaryRun details
View run in Cypress Dashboard ➡️ Flakiness
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
||||||||||||||||||||||||||||||||||||||||||
e467587 to
dd6629f
Compare
|
/backport to stable25 |
juliusknorr
left a comment
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.
Nice 👍
dd6629f to
38a0263
Compare
|
/compile |
|
Cypress tests seem unrelated to me (same tests failing on other branches and no failures when running them locally), but I'll look into them. |
Also clean up some cruft code from outline implementation. Signed-off-by: Jonas <[email protected]>
Signed-off-by: Jonas <[email protected]>
When a component from the NPM package is used by a vue app with an own vuex store, we have to expand this store with our text module. Signed-off-by: Jonas <[email protected]>
794f4c1 to
58186ec
Compare
|
/compile amend |
Signed-off-by: nextcloud-command <[email protected]>
58186ec to
7537f87
Compare
Move text store into a namespaced module and load it if we already have a store - e.g. when using the
RichTextReadercomponent via NPM module in a vue app that has a store on its own (like Collectives).This is a prerequisite for using features that require the store (e.g. outline view) in Collectives.