Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Load previous uploads#134

Merged
dannycoates merged 7 commits intomasterfrom
ui
Jun 24, 2017
Merged

Load previous uploads#134
dannycoates merged 7 commits intomasterfrom
ui

Conversation

@dnarcese
Copy link
Copy Markdown
Contributor

@dnarcese dnarcese commented Jun 23, 2017

-shows previous uploads on refresh
-fix Nevermind button

Fixes #58
Fixes #125

@dnarcese dnarcese requested a review from ericawright June 23, 2017 19:10
Copy link
Copy Markdown
Contributor

@ericawright ericawright left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to merge! (after linting errors are fixed)
Note: users need to delete the old contents of their localStorage in order to accommodate this new format, or the error you mentioned earlier (onUpload is undefined) will happen.
(And good idea just adding everything into localStorage so we don't need an extra route)

// copy link to clipboard
$copyBtn.click(() => {
const aux = document.createElement('input');
var aux = document.createElement('input');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use 'let'

@dannycoates dannycoates merged commit 7ee4af0 into master Jun 24, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The "Delete" dialog is not dismissed when clicking the "Nevermind" button Read previous uploads from localstorage

3 participants