mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-09-18 14:22:53 +00:00
Nice blank state messages
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
<script>
|
||||
import BlankState from '../../components/blankstate.svelte';
|
||||
import { tick } from 'svelte';
|
||||
import TabBar from '../../components/tabbar.svelte';
|
||||
import Find from './find.svelte';
|
||||
@ -50,7 +51,7 @@
|
||||
</div>
|
||||
{/key}
|
||||
{:else}
|
||||
No collection selected
|
||||
<BlankState label="Select a collection to continue" />
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
@ -61,6 +62,9 @@
|
||||
grid-template: auto 1fr / 1fr;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.collection.empty {
|
||||
grid-template: 1fr / 1fr;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 0 0.5rem;
|
||||
|
Reference in New Issue
Block a user