|
@@ -0,0 +1,43 @@
|
|
|
+---
|
|
|
+title: "Day 17"
|
|
|
+date: 2019-04-11
|
|
|
+author: samuel
|
|
|
+image: "https://uppy.io/images/blog/30daystoliftoff/day17.jpg"
|
|
|
+series: 30 Days to Liftoff
|
|
|
+seriesSuffix: 'of 30'
|
|
|
+---
|
|
|
+
|
|
|
+It's day 17 already of our '30 Days to Liftoff' blog post challenge and the **launch of Uppy 1.0 on April 25** is coming closer by the day. The Uppy team is dealing with the big tasks now, so the updates might seem a little scant!
|
|
|
+
|
|
|
+<center><br /><img width="400" src="/images/blog/30daystoliftoff/day17.jpg"><br /><br /></center>
|
|
|
+
|
|
|
+<!--more-->
|
|
|
+
|
|
|
+## Done
|
|
|
+
|
|
|
+- [Artur](https://github.com/arturi) updated the [React Native](https://github.com/transloadit/uppy/pull/988) UI example. This is what the new UI looks like:
|
|
|
+
|
|
|
+<center><img width="400" src="/images/blog/30daystoliftoff/2019-04-11-react-native-ui-1.png"></center>
|
|
|
+<center><img width="400" src="/images/blog/30daystoliftoff/2019-04-11-react-native-ui-2.png"></center>
|
|
|
+<center><img width="400" src="/images/blog/30daystoliftoff/2019-04-11-react-native-ui-3.png"></center>
|
|
|
+
|
|
|
+- [Alex](https://github.com/nqst) updated the focus styles on the Uppy Dashboard, making it look quite a bit sleeker than it did before. Here's a before and after view of the Dashboard focus styles:
|
|
|
+
|
|
|
+Before:<br />
|
|
|
+<center><img width="400" src="/images/blog/30daystoliftoff/2019-04-11-before-focus.gif"></center>
|
|
|
+After:<br />
|
|
|
+<center><img width="400" src="/images/blog/30daystoliftoff/2019-04-11-after-focus.gif"></center>
|
|
|
+
|
|
|
+
|
|
|
+## In Progress
|
|
|
+
|
|
|
+- Artur is reviewing PRs, reporting errors and testing Uppy in response to the team’s feedback.
|
|
|
+
|
|
|
+- Alex continues [improving Uppy's UI](https://github.com/transloadit/uppy/compare/master...nqst:design-facelift) and has recently been refactoring CSS code, while [Evgenia](https://github.com/lakesare) keeps charging at the [many accessibility issues](https://github.com/transloadit/uppy/issues/created_by/nqst) that are still open.
|
|
|
+
|
|
|
+- Evgenia is also working on the new drag/drop implementation, which will include a new _Drop Here_ placeholder and not experience any flickering. And as if that weren't enough, she is having a go at `drop folder` support for cross-browser compatibility as well, so that it won’t be relying on DOM manipulation in our Preact components.
|
|
|
+
|
|
|
+- [Ife](https://github.com/ifedapoolarewaju) is updating this [PR](https://github.com/tus/tus-js-client/pull/73), which deals with supporting resumability for Node.js environments.
|
|
|
+
|
|
|
+
|
|
|
+That's all from us today. As I mentioned, we are now focusing on the big tasks and as a result, our daily list of updates might sometimes be a little shorter than usual. Remember to keep tabs on our [Twitter](https://twitter.com/uppy_io) or [RSS](https://uppy.io/atom.xml) for more Uppy updates. Day 18 is coming up next!
|