lbry-desktop/ui
infinite-persistence 224f10663d Prevent concurrent uploads with same lbry name
## Ticket
426

## Issue
Currently, we check if we have any existing claims with the same name when uploading, i.e. "lbry://<name>". It does not include claims that you are still uploading, so you might end up with duplicate claims.

In the ticket, there is also the issue of 2 uploads sharing the same slot, causing the progress indicator to jumpy between the uploads. That has been fixed by using a guid instead of using `name`.

## Aside
I think there is another request to allow the same name but on different channel ... next time, next time ....
2021-12-10 08:48:16 -05:00
..
component Prevent concurrent uploads with same lbry name 2021-12-10 08:48:16 -05:00
constants Move MAIN_CLASS to constants file for better code-splitting. 2021-12-09 20:58:23 -08:00
effects Refactor channelMention suggestions into new textareaSuggestions component 2021-12-09 15:35:40 -05:00
modal Un-authenticated resolve (#341) 2021-11-24 09:33:34 -05:00
page PageShow: fix isSubscribed always false 2021-12-10 14:24:31 +08:00
redux Fix selectModal always returning a new reference 2021-12-10 12:58:44 +08:00
scss Stickers display improvements 2021-12-09 23:49:35 -05:00
util Memoize GetLinksData for performance 2021-12-08 13:59:33 -05:00
analytics.js [oEmbed] some changes and fixes (#392) 2021-12-01 10:36:52 -05:00
app.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
comments.js Comment Moderation - time based bans 2021-09-03 07:17:56 +08:00
i18n.js Revert "Simplify language lists" 2021-04-06 15:42:27 -04:00
index.jsx [oEmbed] some changes and fixes (#392) 2021-12-01 10:36:52 -05:00
lbry.js Un-authenticated resolve (#341) 2021-11-24 09:33:34 -05:00
logWarningConsoleMessage.js new lbc icon 2020-09-29 17:12:32 -04:00
native.js working 2020-12-16 10:52:22 -05:00
reducers.js Support resume-able upload via tus (#186) 2021-11-10 13:16:16 -05:00
rewards.js Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
store.js Additional GA events via redux/lbryio hook 2021-10-22 10:56:43 +08:00