|
@@ -1,5 +1,5 @@
|
|
|
---
|
|
|
-title: "September 2016, Uppy 0.10: Getting together, future, Google Drive UI, exposed events"
|
|
|
+title: "Uppy 0.10: Getting together, the future, Google Drive UI, exposed events"
|
|
|
date: 2016-09-28
|
|
|
author: arturi
|
|
|
published: true
|
|
@@ -31,13 +31,13 @@ You are, of course, more than welcome to chime in on other issues or to open new
|
|
|
|
|
|
In an attempt to be brave and keep things simple, we have removed the dashed border from inside the Dashboard, rewritten its layout with flexbox, and tried out a new [blend-in-with-the-background-and-blur](https://cloud.githubusercontent.com/assets/1199054/18763191/35d31ddc-80da-11e6-9a2c-c46388857135.png) mode.
|
|
|
|
|
|
-<img alt="Refreshed Dashboard UI" src="/images/blog/dashboard-sep-27-2016.jpg">
|
|
|
+<img alt="Refreshed Dashboard UI" src="/images/blog/0.10/dashboard-sep-27-2016.jpg">
|
|
|
|
|
|
Uppy now also has the option to render the Dashboard inline on the page, instead of the default full modal dialog. To try it out, set `inline: true` in options, like this: `uppy.use(Dashboard, {target: '.myContainer', inline: true})`.
|
|
|
|
|
|
We have also added a circular progress bar that shows total upload progress, combined with a pause all / resume all button, and an info panel that shows speed, ETA and status for all uploads currently in progress. So you'll have something fun and useful to look at while you are waiting!
|
|
|
|
|
|
-<img alt="Dashboard UI with global pause/resume buttons and a status bar — progress speed & ETA" src="/images/blog/dashboard-pause-resume-sep-27-2016.jpg">
|
|
|
+<img alt="Dashboard UI with global pause/resume buttons and a status bar — progress speed & ETA" src="/images/blog/0.10/dashboard-pause-resume-sep-27-2016.jpg">
|
|
|
|
|
|
Be sure not to miss out on the new Copy Link button that appears after a successful upload, right where the edit button usually is. We know, that’s pretty exciting! And it gets even better: when you click on it, the link is copied to your clipboard. Or, in less capable browsers, a window pops up with a text link, so you can copy it yourself. Bananas!
|
|
|
|
|
@@ -45,7 +45,7 @@ Be sure not to miss out on the new Copy Link button that appears after a success
|
|
|
|
|
|
The UI for Google Drive has received a fresh new redesign. Check it out!
|
|
|
|
|
|
-<img alt="The redesigned file browser UI for Google Drive" src="/images/blog/google-drive-ui-sep-27-2016.jpg">
|
|
|
+<img alt="The redesigned file browser UI for Google Drive" src="/images/blog/0.10/google-drive-ui-sep-27-2016.jpg">
|
|
|
|
|
|
## Listen to events
|
|
|
|