Commit graph

25 commits

Author SHA1 Message Date
Alexander Zaytsev
8be12fdd42 Organize color variables (now they're without color- prefix 2019-04-10 11:12:21 +03:00
Alexander Zaytsev
25e8369c6a Get rid of $color-gray 2019-04-10 10:52:27 +03:00
Alexander Zaytsev
eb854fb9fb Replace $color-black with $gray-800 in some places 2019-04-10 10:29:39 +03:00
Alexander Zaytsev
f1916f6712 Simplify color name: cornflower-blue -> blue 2019-04-09 15:42:04 +03:00
Alexander Zaytsev
851e2c7bdd Subtle hover 2019-04-09 13:25:32 +03:00
Alexander Zaytsev
624bf7d314 Fix spacing 2019-04-09 13:24:42 +03:00
Alexander Zaytsev
879664fd39 Remove optional xmlns attribute from the SVGs 2019-04-09 12:12:31 +03:00
Artur Paikin
7a640071cb don’t show Smile! if countdown is false 2019-03-04 22:06:16 +03:00
Artur Paikin
cd8fae0ac9 Don’t bundle Core styles with everything, because of CSS conflicts
To use Dashboard, you now have to include the following css:
```js
import '@uppy/core/dist/style.css'
import '@uppy/dashboard/dist/style.css'
```
2018-11-22 13:59:02 +03:00
Artur Paikin
68730f8a1b Fix a bug where Webcam video was overflowing its container 2018-11-16 01:52:11 +03:00
Artur Paikin
5ec15c11ca update this.translator = new Translator in all plugins that use i18n
I wonder if this could somehow be done in Plugin class once
2018-10-20 12:50:34 -04:00
Artur Paikin
7c19386114 Save actual plugin instance instead of plugin.id in this.parent 2018-09-19 19:21:42 -04:00
Artur Paikin
f8020d877b add commented parent.hideAllPanels call
in case we need to manually close Dashboard panels, we now have a `this.parent` propety on Plugins, which means we can do `this.uppy.getPlugin(this.parent)` instead of `this.uppy.getPlugin('Dashboard')` — no need to know plugin id, see https://github.com/transloadit/uppy/issues/1057
2018-09-19 19:13:52 -04:00
Kent Johnson
0c245855ba Fix for Cordova mangling new File instances 2018-09-02 19:46:22 -05:00
Artur Paikin
f18c1de768 tweak Webcam permission screen copy 2018-07-27 22:43:10 -04:00
Artur Paikin
8082bf4fa1 use .uppy-size--md everywhere 2018-07-27 22:40:07 -04:00
Artur Paikin
2b79112700 add uppy-DashboardContent-panelBody wrapper 2018-07-26 14:45:31 -04:00
Artur Paikin
a9cb820d9a styles 2018-07-26 02:08:01 -04:00
Artur Paikin
66a7457c52 Allow setting custom names for plugins
Closes #920
2018-07-26 02:04:40 -04:00
Artur Paikin
ac77507fa8 PanelTopBar, refactor to remove excess containers 2018-07-22 23:58:07 -04:00
Artur Paikin
77f363ced7 styles, svg 2018-07-02 10:17:50 -04:00
Artur Paikin
6cc9f80b53 Colored icons 2018-07-02 10:15:17 -04:00
Renée Kooi
72689d01ac
Export Plugin class from @uppy/core. 2018-06-28 12:20:21 +02:00
Renée Kooi
382f4fba95
Move stylesheets into packages. 2018-06-18 12:35:47 +02:00
Renée Kooi
f1751140a3
Move Webcam to @uppy/webcam. 2018-06-14 16:31:19 +02:00