Commit graph

1603 commits

Author SHA1 Message Date
Artur Boryś
efda3ba96e Add uppy--hidden class
This commit removes .uppy-StatusBar.is-hidden and adds a common class .uppy--hidden
2018-01-04 10:23:49 +01:00
Artur Boryś
d8958264a8 Set hideAfterFinish to true by default 2018-01-04 09:56:35 +01:00
Artur Boryś
41d1422025 Add option to hide progress after finish in Dashboard 2018-01-01 23:11:59 +01:00
Artur Boryś
817e594fee Add option to hide progress bar after upload finish 2018-01-01 22:35:09 +01:00
Onno Faber
7ff28f932b Merge remote-tracking branch 'upstream/master' 2017-12-28 09:38:34 -08:00
Onno Faber
66f85792d2 Add limit and timeout options to AwsS3 plugin 2017-12-28 09:38:10 -08:00
Mohammed Nafees
f25eae0142 Copy-pasta: Generalise comment phrase (#469) 2017-12-27 15:52:04 +01:00
Artur Paikin
bbe3083276 fix error when file.type === null, shouldn’t pass that to match 2017-12-27 01:28:24 -05:00
Onno Faber
8fb096a304 Allow passing on XHRUpload options, such as "limit" 2017-12-26 18:13:24 -08:00
Artur Paikin
8ef9f3a89e input hidden="true" should not be focusable too, add licence info 2017-12-26 15:35:22 -05:00
Janko Marohnić
8fbb293570
Make ordering of plugin options consistent
It's easier to scan the options if "locale" is at the end.
2017-12-23 13:38:12 +01:00
Artur Paikin
82d9eeee84 DragDrop: don’t use the whole DnD area as a click target for now 2017-12-21 23:50:55 -05:00
Artur Paikin
fbc08afb22 fix thumbnail test 2017-12-21 23:05:00 -05:00
Artur Paikin
788b2ea365 faster transitions 2017-12-21 22:38:01 -05:00
Artur Paikin
b293945531 add missing space between informer message and balloon (JSX) 2017-12-21 22:37:45 -05:00
Artur Paikin
50b6f63b34 larger thumbnail size for @2x screens 2017-12-21 22:37:16 -05:00
Artur Paikin
6daf45f741 fix StatusBar action buttons alignment for real 2017-12-21 21:59:01 -05:00
Artur Paikin
d615b1504f Merge branch 'master' of https://github.com/transloadit/uppy 2017-12-21 19:53:05 -05:00
Artur Paikin
66afc4017f fix StatusBar action buttons alignment 2017-12-21 19:41:27 -05:00
Artur Paikin
45bbbb28f2 ops, call updateDashboardElWidth right away (for inline Dashboard) 2017-12-21 19:11:58 -05:00
Artur Paikin
07b5e3c2ee remove comment 2017-12-21 17:16:28 -05:00
Artur Paikin
5498c3e62e fix JSX quotes 2017-12-21 16:52:36 -05:00
Artur Paikin
57c80c99bf refactor Form plugin, append whole result to hidden input 2017-12-21 16:51:49 -05:00
Artur Paikin
60cf71325a remove getMetaFromForm and unused options 2017-12-21 16:39:20 -05:00
Artur Paikin
def708f4c6 setMeta now sets meta for each file, not just state.meta; successful and failes arrays ignore removed files now
//cc @goto-bus-stop especially about the successful/failed thing
2017-12-21 16:36:39 -05:00
Artur Paikin
83d604c859 Merge branch 'master' into feature/meta-result-form 2017-12-21 14:42:04 -05:00
Artur Paikin
578d8ebe31 fix quotes, use custom components instead of functions in some places 2017-12-20 18:33:52 -05:00
Artur Paikin
7d696e6984 use template string 2017-12-20 18:03:42 -05:00
Artur Paikin
aec8d26d6c
Merge branch 'master' into refactor-preact 2017-12-20 00:42:14 -05:00
Artur Paikin
aa52e28dd7 full on all: initial might be too much now 2017-12-20 00:32:59 -05:00
Artur Paikin
8e6694fbc1 Dashboard --> DashboardUI --> Dashboard 2017-12-20 00:32:37 -05:00
Artur Paikin
45a2e70719 uppy- prefix for Webcam too 2017-12-20 00:15:01 -05:00
Artur Paikin
00e54c172c forgot informer styles 2017-12-20 00:11:54 -05:00
Artur Paikin
276e730a85 🚨 convert all remaining hyperx strings to JSX
things might be broken! tested to the best of my abilities, fixed multiple issues on the way
2017-12-20 00:11:30 -05:00
Artur Paikin
38d1e1dc8e .UppyStatusBar --> .uppy-StatusBar everywhere for everything 2017-12-20 00:06:44 -05:00
Artur Paikin
61c9130b04 Add all: initial, remove “UppyTheme”, start adding uppy- prefix 2017-12-20 00:06:14 -05:00
Artur Paikin
1f3fb07098 fix defaultTabIcon 2017-12-19 15:14:50 -05:00
Artur Paikin
9eb2763be3 Refactor FileInput to JSX and minor tweaks 2017-12-19 15:03:53 -05:00
Artur Paikin
7f906a8282 Convert Informer and ProgressBar to JSX 2017-12-18 11:43:54 -05:00
Renée Kooi
204eabc7f0
Update jest 2017-12-18 12:33:45 +01:00
Renée Kooi
a5f990556b
core: Move progress recalculation after restore into core 2017-12-18 10:49:24 +01:00
Renée Kooi
8147ee0905
restore: Add comment about get-data event. 2017-12-18 10:44:50 +01:00
Renée Kooi
3177ad415e
transloadit: Fix log calls 2017-12-18 10:44:50 +01:00
Renée Kooi
2d5df143c2
core: rm stray calculateTotalProgress
git rebase hype!!
2017-12-18 10:44:50 +01:00
Renée Kooi
0fecd5c190
restore: use private method 😱 2017-12-18 10:44:50 +01:00
Renée Kooi
a86ce3e074
transloadit: Fix associating non-tus uploaded files with local files. 2017-12-18 10:44:50 +01:00
Renée Kooi
3d6ecae65f
transloadit: Consistent naming for assemblies state key 2017-12-18 10:44:50 +01:00
Renée Kooi
e81101aab4
transloadit: Move default getAssemblyOptions up, makes default options a bit more readable 2017-12-18 10:44:49 +01:00
Renée Kooi
82a66f443d
tl: Remove debug log 2017-12-18 10:44:49 +01:00
Renée Kooi
99080300df
transloadit: Move assembly status diffing to a separate method 2017-12-18 10:44:49 +01:00