lbry-desktop/ui/component/publishName
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
..
bid-help-text.jsx new lbc icon 2020-09-29 17:12:32 -04:00
index.js Prevent concurrent uploads with same lbry name 2021-12-10 08:48:16 -05:00
name-help-text.jsx Prevent concurrent uploads with same lbry name 2021-12-10 08:48:16 -05:00
view.jsx Prevent concurrent uploads with same lbry name 2021-12-10 08:48:16 -05:00