You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand this is a feature request and questions should be posted in the Community Forum
I searched issues and couldn’t find anything (or linked relevant results below)
Problem
I had an hard time looking for events I could use to customize the UI.
I found out that uppy uses namespace-emitter that allows to catch all events with a wildcard *.
The events I was looking for were dashboard:close-panel and dashboard:show-panel which I think are not documented.
I was expecting to see all the events using the debug mode of uppy.
Solution
Maybe the events should be logged when using the debug mode, or with another option (debugEvents i.e.).
Alternatives
One could also add in the documentation how to debug events "manually" :
Initial checklist
Problem
I had an hard time looking for events I could use to customize the UI.
I found out that uppy uses
namespace-emitter
that allows to catch all events with a wildcard*
.The events I was looking for were
dashboard:close-panel
anddashboard:show-panel
which I think are not documented.I was expecting to see all the events using the debug mode of uppy.
Solution
Maybe the events should be logged when using the debug mode, or with another option (debugEvents i.e.).
Alternatives
One could also add in the documentation how to debug events "manually" :
The text was updated successfully, but these errors were encountered: