Better explain what repos queued for seeding are
Originally reported by Yorgos in zulip.
When people seed things from the CLI with rad seed rid:... but the RID doesn’t exist on the network, the repos don’t show up in rad ls --all or in the storage, the only place they are is sqlite3 ~/.radicle/node/policies.db 'select * from seeding;'. However we show them in the app as skeleton cards, which the user can remove.
To avoid confusion we should better explain what these skeletons represent. Either by updating the hover text or adding some other hint.