{#if $isCollectionsLoading}
Loading collections...
{:else if !viewableCollections.length}
Create your first collection to add records!
collectionUpsertPanel?.show()} >
Create new collection
{:else}
Collections
{$activeCollection.name}
collectionUpsertPanel?.show($activeCollection)} >
recordsList?.load()} />
collectionDocsPanel?.show($activeCollection)} >
API Preview
recordPanel?.show()}>
New record
(filter = e.detail)} />
recordPanel?.show(e?.detail)} />
{/if}
recordsList?.load()} on:delete={() => recordsList?.load()} />