Fix lists selector

This commit is contained in:
Jonathan Staab 2023-04-27 13:35:24 -05:00
parent d3a39facde
commit 6595e0a9be
3 changed files with 4 additions and 1 deletions

View File

@ -28,6 +28,7 @@ If you like Coracle and want to support its development, you can donate sats via
- [x] AUTH (NIP-42) support for paid relays
- [x] Multiplextr support for reducing bandwidth
- [x] Profile and note metadata
- [x] White-labeling support
- [ ] Exportable copy of all user events
- [ ] Reporting and basic distributed moderation
- [ ] Content and person recommendations

View File

@ -2,6 +2,8 @@
- [ ] Fix cursor
- [ ] Add coupon code registration for relay
- [ ] Repurpose chat as groups
- [ ] Avoid leaking events from private relays
- [ ] Image classification
- https://github.com/bhky/opennsfw2

View File

@ -72,7 +72,7 @@
<div>
<Tabs tabs={visibleTabs} activeTab={$feedsTab} {setActiveTab}>
{#if $canPublish}
{#if $lists.length > 1}
{#if $lists.length > 0}
<Popover placement="bottom" opts={{hideOnClick: true}} theme="transparent">
<i slot="trigger" class="fa fa-ellipsis-v cursor-pointer p-2" />
<div