This patch improves the user interface for uploading a file to Ooyala.
- The selected file is shown after it is chosen (but before it is uploaded).
- The button for selection/uploading is put on the same line as the embed code field.
- More feedback before and after uploading.
- Gets all the JavaScript callbacks out of the global namespace and puts them under Drupal.ooyala.
- Disables the save, preview, and delete buttons while a video is being uploaded. If the user leaves the page during an upload, it is forever shown as "uploading" in Backlot, not ideal. :D
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | upload-before.png | 15.78 KB | quicksketch |
| #1 | upload-after.png | 15.58 KB | quicksketch |
| ooyala_upload_ui.patch | 7.42 KB | quicksketch |
Comments
Comment #1
quicksketchIt's a little hard to get the gist of improvement through single screenshots, since there are several states that are improved here, but these screenshots help with the idea.
Comment #2
heronog commentedlove it, go ahead and commit if you like.
We should note here that UI could possibly change if the "multiple values" issue #630482 gets solved.
Comment #3
quicksketchCommitted these changes.