feat: added confirm dialog for new chat

This commit is contained in:
2026-02-25 20:19:09 +02:00
parent a91949a2fd
commit b7f9ac043d
5 changed files with 117 additions and 2 deletions

View File

@@ -14,6 +14,10 @@
.msg-user {
@apply self-end bg-slate-200 dark:bg-zinc-800;
}
.primary-button {
@apply bg-blue-300 dark:bg-gray-800 rounded-lg p-3;
}
}
body {