feat: view transition, chat item sizing & group / unread

This commit is contained in:
Shibo Lyu 2024-08-29 14:42:20 +08:00
parent 6c83b2dc6b
commit f3f32a5326
18 changed files with 368 additions and 101 deletions

View 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>