157b50c58e
* Upload: fix redux key clash ## Issue `params` is the "final" value that will be passed to the SDK and `channel` is not a valid argument (it should be `channel_name`). Also, it seems like we only pass the channel ID now and skip the channel name entirely. For the anonymous case, a clash will still happen when since the channel part is hardcoded to `anonymous`. ## Approach Generate a guid in `params` and use that as the key to handle all the cases above. We couldn't use the `uploadUrl` because v1 doesn't have it. The old formula is retained to allow users to retry or cancel their existing uploads one last time (otherwise it will persist forever). The next upload will be using the new key. * Upload: add tab-locking ## Issue - The previous code does detect uploads from multiple tabs, but it was done by handling the CONFLICT error message from the backend. At certain corner-cases, this does not work well. A better way is to not allow resumption while the same file is being uploading from another tab. - When an upload from 1 tab finishes, the GUI on the other tab does not remove the completed item. User either have to refresh or click Cancel. Clicking Cancel results in the 404 backend error. This should be avoided. ## Approach - Added tab synchronization and locking by passing the "locked" and "removed" information through `localStorage`. ## Other considered approaches - Wallet sync -- but decided not to pollute the wallet. - 3rd-party redux tab syncing -- but decided it's not worth adding another module for 1 usage. * Upload: check if locked before confirming delete ## Reproduce Have 2 tabs + paused upload Open "cancel" dialog in one of the tabs. Continue upload in other tab Confirm cancellation in first tab Upload disappears from both tabs, but based on network traffic the upload keeps happening. (If upload finishes the claim seems to get created) |
||
---|---|---|
.. | ||
npm | ||
18nj.js | ||
Blocklist.js | ||
bluebird.js | ||
Claim.js | ||
classnames.js | ||
CoinSwap.js | ||
Collections.js | ||
Comment.js | ||
content.js | ||
electron.js | ||
File.js | ||
formik.js | ||
homepage.js | ||
i18n.js | ||
Lbry.js | ||
LbryFirst.js | ||
lbryURI.js | ||
livestream.js | ||
location.js | ||
notification.js | ||
publish.js | ||
qrcode.react.js | ||
react-markdown.js | ||
react-modal.js | ||
react-paginate.js | ||
react-simplemde-editor.js | ||
react-transition-group.js | ||
redux.js | ||
Reflector.js | ||
reportContent.js | ||
reselect.js | ||
reward.js | ||
search.js | ||
shapeshift.io.js | ||
subscription.js | ||
Tags.js | ||
Transaction.js | ||
Txo.js | ||
user.js | ||
web-file.js | ||
web.js |