forked from coracle/flotilla
Spruce up join button on spaces page
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
<script lang="ts">
|
||||
export let nom
|
||||
import {page} from '$app/stores'
|
||||
import {deriveGroup, deriveGroupConversation} from '@app/state'
|
||||
|
||||
const group = deriveGroup($page.params.nom)
|
||||
const conversation = deriveGroupConversation($page.params.nom)
|
||||
</script>
|
||||
|
||||
{nom}
|
||||
<div class="h-screen flex flex-col">
|
||||
<div class="min-h-32 bg-base-100">
|
||||
</div>
|
||||
<div class="flex-grow overflow-auto">
|
||||
</div>
|
||||
<div class="min-h-32 bg-base-100">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user