notifications
notifications copied to clipboard
Trigger a proper event-bus event
As per https://github.com/nextcloud/nextcloud-event-bus/issues/131
Only listened to in https://github.com/nextcloud/server/blob/d5e854e7efda5572682988faeef500e6f71a7b57/apps/files/js/filelist.js#L380-L384 and https://github.com/nextcloud/server/blob/ab2b3d2755e0b1d54bac84f842426b0b8d3aa006/apps/federatedfilesharing/js/external.js#L86-L91
But that code is not transpiled so I'm not sure how to use the subscribe there
@nickvergessen do we still want to add this?
Yes, so we can get rid of jQuery in this app
Yes, so we can get rid of jQuery in this app
🚀! Anything blocking other than the comments above?
The most important bit would be to adjust the listeners as outlined above. That is the part I failed to do.