Implement chat panels

This commit is contained in:
2025-09-05 22:36:24 +03:00
Unverified
parent 04d3e4d995
commit cad42e1584
11 changed files with 775 additions and 55 deletions
+2
View File
@@ -11,5 +11,7 @@ When working with this project, follow these rules:
- To typecheck, run "npm run frontend:typecheck".
- To build, run "npm run frontend:build".
Do NOT execute other commands like "cd".
- Do NOT "cd" to the project directory.
- If possible, try to update files in a single edit.