feat: realtime chat ui

This commit is contained in:
Dogtiti
2024-11-06 21:14:45 +08:00
parent fbb9385f23
commit d544eead38
10 changed files with 1108 additions and 627 deletions

7
app/icons/close-24.svg Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 8L40 40" stroke="#333" stroke-width="4" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M8 40L40 8" stroke="#333" stroke-width="4" stroke-linecap="round"
stroke-linejoin="round" />
</svg>

After

Width:  |  Height:  |  Size: 369 B