diff --git a/website/src/_posts/2019-04-liftoff-17.md b/website/src/_posts/2019-04-liftoff-17.md new file mode 100644 index 000000000..53d0dcc12 --- /dev/null +++ b/website/src/_posts/2019-04-liftoff-17.md @@ -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! + +



+ + + +## 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: + +
+
+
+ +- [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:
+
+After:
+
+ + +## 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! diff --git a/website/src/images/blog/30daystoliftoff/2019-04-11-after-focus.gif b/website/src/images/blog/30daystoliftoff/2019-04-11-after-focus.gif new file mode 100644 index 000000000..b43045078 Binary files /dev/null and b/website/src/images/blog/30daystoliftoff/2019-04-11-after-focus.gif differ diff --git a/website/src/images/blog/30daystoliftoff/2019-04-11-before-focus.gif b/website/src/images/blog/30daystoliftoff/2019-04-11-before-focus.gif new file mode 100644 index 000000000..569fce151 Binary files /dev/null and b/website/src/images/blog/30daystoliftoff/2019-04-11-before-focus.gif differ diff --git a/website/src/images/blog/30daystoliftoff/2019-04-11-react-native-ui-1.png b/website/src/images/blog/30daystoliftoff/2019-04-11-react-native-ui-1.png new file mode 100644 index 000000000..1ead7b519 Binary files /dev/null and b/website/src/images/blog/30daystoliftoff/2019-04-11-react-native-ui-1.png differ diff --git a/website/src/images/blog/30daystoliftoff/2019-04-11-react-native-ui-2.png b/website/src/images/blog/30daystoliftoff/2019-04-11-react-native-ui-2.png new file mode 100644 index 000000000..064015ca0 Binary files /dev/null and b/website/src/images/blog/30daystoliftoff/2019-04-11-react-native-ui-2.png differ diff --git a/website/src/images/blog/30daystoliftoff/2019-04-11-react-native-ui-3.png b/website/src/images/blog/30daystoliftoff/2019-04-11-react-native-ui-3.png new file mode 100644 index 000000000..c754f1d5a Binary files /dev/null and b/website/src/images/blog/30daystoliftoff/2019-04-11-react-native-ui-3.png differ diff --git a/website/src/images/blog/30daystoliftoff/22.jpg b/website/src/images/blog/30daystoliftoff/day17.jpg similarity index 100% rename from website/src/images/blog/30daystoliftoff/22.jpg rename to website/src/images/blog/30daystoliftoff/day17.jpg