Commit graph

19 commits

Author SHA1 Message Date
Andrew
80b5ace47d
Added FileInput component to React (#2706)
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2020-12-18 21:21:12 +00:00
Renée Kooi
a03a1ed7d6
use tusd.tusdemo.net (#2691) 2020-12-16 15:08:40 +01:00
Ifedapo Olarewaju
adeb2fecfa update docs, tests, and examples with companionUrl rename 2019-04-15 14:56:37 +01:00
Renée Kooi
630bdecc05
react-example: Initialize Uppy instances in constructor 2019-01-21 14:10:48 +01:00
Kevin van Zonneveld
67af833fdb
More uppy server -> companion renames (#1037)
* Some uppy server -> companion renames

* Fix typos

* Implement most of @goto-bus-stop's feedback

* Nuke Create React App readme

* An Companion -> A Companion

* Companion server -> instance
2018-09-03 14:48:03 +02:00
Renée Kooi
a4822ee90d
Update require() paths in examples. 2018-06-18 11:45:40 +02:00
Ifedapo Olarewaju
c48c8fcb70 refactor: rename host option to serverUrl 2018-06-14 02:37:59 +01:00
Artur Paikin
645e15166a improve Uppy React example
@goto-bus-stop
2018-06-12 16:05:58 -04:00
Renée Kooi
37768e1531
core: Remove .run(). 2018-04-30 12:17:13 +02:00
Renée Kooi
ab8d05c099
examples: Add metaFields to inline React example. 2018-04-23 10:33:04 +02:00
Renée Kooi
b7415fe859
react: Allow overriding <DashboardModal /> target prop
This was always mounting the dashboard DOM element into the current
React container element, but that's not always the right thing to do,
for example if the container element is a small element with `overflow:
hidden` or some `position: relative` style.

This patch allows you to do `target={document.body}` and the like, so
you can mount the dashboard element anywhere.
2018-04-09 12:06:13 +02:00
Renée Kooi
f76d582901
Rename Tus10 to Tus. 2017-10-23 11:49:25 +02:00
Renée Kooi
edc0cb29bc
react: Update example page 2017-09-18 15:05:43 +02:00
Renée Kooi
4a3341d0b9
react: rename react folder from uppy-react → react 2017-09-18 14:40:33 +02:00
Renée Kooi
cfe636d849
react: Add dashboard plugin inside component again. add plugins option. 2017-09-18 14:40:32 +02:00
Renée Kooi
b494118fd4
react: Rewrite example with budo 2017-09-18 14:40:32 +02:00
Renée Kooi
bd506d8425
dashboard: auto-discover previously added provider plugins 2017-09-18 14:40:31 +02:00
Renée Kooi
43085e6b3c
react: Use two different instances for Dashboard and DashboardModal examples 2017-09-18 14:40:30 +02:00
Renée Kooi
56ef40122d
react: Add React components example 2017-09-18 14:40:30 +02:00