Skip to content

Commit

Permalink
New Uppy 2.0 demo video and gif
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi committed Aug 30, 2021
1 parent 35e4681 commit 4770ee0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Uppy is a sleek, modular JavaScript file uploader that integrates seamlessly wit
- **Preview** and edit metadata with a nice interface
- **Upload** to the final destination, optionally process/encode

<img src="https://github.com/transloadit/uppy/raw/main/assets/uppy-demo-oct-2018.gif">
<img src="https://github.com/transloadit/uppy/raw/main/assets/uppy-2-0-demo-aug-2021.gif">

**[Read the docs](https://uppy.io/docs)** | **[Try Uppy](https://uppy.io/examples/dashboard/)**

Expand Down
Binary file added assets/uppy-2-0-demo-aug-2021.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions website/src/_posts/2021-08-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ Ever since the first introduction of Uppy [five years ago](/blog/2016/07/uppy-be

With that in mind, we felt it was high time to give Uppy some more much-needed trimming. We want to take this opportunity to break with the past, to make the project leaner – and to pave the way for an even brighter future for Uppy!

<video alt="Video demo showing updated Uppy 2.0 UI" muted autoplay loop>
<source src="/images/uppy-2-0-demo-aug-2021.mp4" type="video/mp4">
Your browser does not support the video tag: https://uppy.io/images/uppy-2-0-demo-aug-2021.mp4
</video>



<img class="border" alt="Uppy 2.0 UI with files" src="/images/blog/2.0/uppy-ui-with-files.jpg">

## Table of Contents
Expand Down Expand Up @@ -220,15 +227,10 @@ Do you care about reliable uploads? You could also consider [`@uppy/tus`][tus] w
## And more
- The `.run` method on the `Uppy` instance has been removed. This method was already obsolete and only logged a warning. As of this major version, it no longer exists.
- [`@uppy/informer`][informer] now supports showing multiple notifications at the same time. The notifications themselves have also been improved.
- Improved screen reader accessibility for checkboxes and the 'remove file' button for [`@uppy/dashboard`][dashboard].
- Sort files and folders alphabetically in the Google Drive provider.
- Polished our code base with improved eslint rules, private field methods, and other modern JavaScript features that help us write more intention-revealing and safe code.
- To make Uppy more friendly towards new contributors, we have renamed our `master` branch to `main`.
## What future remains for 1.0?
Expand Down
Binary file added website/src/images/uppy-2-0-demo-aug-2021.mp4
Binary file not shown.
4 changes: 2 additions & 2 deletions website/themes/uppy/layout/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<div class="TabPane" id="video">
<div class="IndexDemo-video">
<video autoplay loop muted playsinline>
<source src="/images/uppy-demo-oct-2018.mp4" type="video/mp4">
Your browser does not support the video tag, you can <a href="/images/uppy-demo-oct-2018.mp4">download the video</a>
<source src="/images/uppy-2-0-demo-aug-2021.mp4" type="video/mp4">
Your browser does not support the video tag, you can <a href="/images/uppy-2-0-demo-aug-2021.mp4">download the video</a>
to watch it.
</video>
</div>
Expand Down

0 comments on commit 4770ee0

Please sign in to comment.