mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-07-12 16:55:33 +00:00
feat: view transition, chat item sizing & group / unread
This commit is contained in:
parent
6c83b2dc6b
commit
f3f32a5326
18 changed files with 368 additions and 101 deletions
6
src/routes/(app)/chats/[chatId]/+page.svelte
Normal file
6
src/routes/(app)/chats/[chatId]/+page.svelte
Normal file
|
@ -0,0 +1,6 @@
|
|||
<script lang="ts">
|
||||
import { page } from '$app/stores';
|
||||
import Button from '$lib/components/Button.svelte';
|
||||
</script>
|
||||
|
||||
<p><Button href="/">Close</Button> History Page for {$page.params.chatId}</p>
|
Loading…
Add table
Add a link
Reference in a new issue