-
Notifications
You must be signed in to change notification settings - Fork 156
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
Use our EventBus for upload related actions #6853
Conversation
Results for e2e-tests oC10 https://drone.owncloud.com/owncloud/web/25141/11/1 💥 To see the trace, please open the link in the console ...
npx playwright show-trace https://cache.owncloud.com/public/owncloud/web/25141/tracing/alice-can-share-this-weeks-meal-plan-with-all-parents-alice-2022-5-3-07-06-44.zip |
2341772
to
1d829cb
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.
not so sure about this.
I would just replace the internal mechanism in the uppyService, instead of using the bus everywhere
That way we can type the topics properly in the service (and also we don't import the eventbus instance everywhere, while we already inject the uppyService ...)
SonarCloud Quality Gate failed. |
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
* Use our EventBus for upload related actions * Add changelog item * Wrap up the event methods in our uppy service * Fix unit test * Remove uploaded files from uppy before calling the success handlers
Description
Instead of extending Vue, the uppy service now uses our custom
EventBus
.Follow up for #6202
Related Issue