uppy/src/plugins
René Kooi 4e74a1ac19
uppy-react: Experiment with unmounting.
This implements unmounting for the inline Dashboard component.
To do that, the Dashboard plugin now has a method `uninstall`,
which removes all listeners and removes the Dashboard element
from the DOM. The `componentWillUnmount` handler removes the plugin
from Uppy's internal plugin list. If this approach is the way to
go, we'd add a method to core to remove plugins… I think in that
case, it'd be good to add some concept of View Plugins, so that
Acquirer plugins function like they do now but View plugins can be
mounted and unmounted.
2017-09-18 14:40:29 +02:00
..
AwsS3 Handle sync returns and throws in possibly-async function options 2017-09-05 19:01:46 +02:00
Dashboard add aria-hidden to all icons for accessibility, remove console.log 2017-09-14 12:01:19 -04:00
DragDrop add aria-hidden to all icons for accessibility, remove console.log 2017-09-14 12:01:19 -04:00
Dropbox add aria-hidden to all icons for accessibility, remove console.log 2017-09-14 12:01:19 -04:00
GoogleDrive add aria-hidden to all icons for accessibility, remove console.log 2017-09-14 12:01:19 -04:00
Instagram add aria-hidden to all icons for accessibility, remove console.log 2017-09-14 12:01:19 -04:00
RestoreFiles Merge remote-tracking branch 'origin/master' 2017-09-15 23:56:18 -04:00
StatusBar add aria-hidden to all icons for accessibility, remove console.log 2017-09-14 12:01:19 -04:00
Transloadit Merge pull request #321 from goto-bus-stop/chore/unmagic 2017-09-09 19:16:33 -04:00
Webcam add aria-hidden to all icons for accessibility, remove console.log 2017-09-14 12:01:19 -04:00
Dummy.js Dummy description 2017-01-09 17:28:06 -05:00
FileInput.js merge Some refactoring: emitter, informer 2017-07-24 18:25:57 +02:00
Informer.js make balloon wider 2017-08-28 13:32:17 +03:00
MagicLog.js Add uninstall method to FileInput, Informer, MagicLog, MetaData. 2017-05-02 10:39:40 +02:00
MetaData.js Initial take on using Local Storage for storing file state and Service Worker to store file blobs, and then restore on boot 2017-07-21 15:19:04 +02:00
Plugin.js uppy-react: Experiment with unmounting. 2017-09-18 14:40:29 +02:00
ProgressBar.js set body as default target for ProgressBar 2017-08-25 01:43:13 +03:00
Tus10.js xhrupload,tus: Use promise-settle 2017-09-09 14:08:41 +02:00
XHRUpload.js xhrupload,tus: Use promise-settle 2017-09-09 14:08:41 +02:00