Ver Fonte

Update 2018-02-0.24.md

Kevin van Zonneveld há 7 anos atrás
pai
commit
669ee467b6
1 ficheiros alterados com 5 adições e 5 exclusões
  1. 5 5
      website/src/_posts/2018-02-0.24.md

+ 5 - 5
website/src/_posts/2018-02-0.24.md

@@ -14,10 +14,10 @@ Uppy 0.24.2 brings a refreshed UI in the Dashboard and StatusBar plugins, a sync
 
 As always, we are trying to simplify and improve the UI of Uppy plugins. In this release, Dashboard’s design has been refreshed, check this out:
 
-<img class="border" src="/images/blog/0.24/uppy-screenshot.jpg">
-
 <img class="border" src="/images/blog/0.24/dashboard-main.jpg">
 
+<img class="border" src="/images/blog/0.24/uppy-screenshot.jpg">
+
 Meta editing screen:
 
 <img class="border" src="/images/blog/0.24/dashboard-meta-edit.jpg">
@@ -32,13 +32,13 @@ Import from URL (Link):
 
 And more, check out the [Dashboard example page](https://uppy.io/examples/dashboard/).
 
-## A Better StatusBar
+## A Cleaner StatusBar
 
-The StatusBar plugin used to always show a lot of (unnecessary) progress details. This has been improved, by default it will now only show a percentage:
+The StatusBar plugin used to show a lot of progress details. This has been simplified so that by default it will only show a percentage:
 
 <img src="/images/blog/0.24/statusbar-2.jpg">
 
-But there’s an option `showProgressDetails: true` for the StatusBar and Dashboard (which passes it to StatusBar included in the Dashboard) to bring back this detailed information, spread over two lines:
+But there’s an option `showProgressDetails: true` for both the StatusBar and Dashboard (which passes it to StatusBar included in the Dashboard) to bring back this detailed information, spread over two lines:
 
 <img src="/images/blog/0.24/statusbar-1.jpg">