Collaboration

Add:
- Collaboration/GroupChatSection.tsx : fitur room chat

Fix:
- Clear code: Hapus console pada beberapa file

### No Issue
This commit is contained in:
2025-09-24 15:28:16 +08:00
parent 99f058a92f
commit 8c5602b809
12 changed files with 598 additions and 175 deletions

View File

@@ -89,7 +89,7 @@ export default function CollaborationDetail() {
{user?.id === data?.Author?.id && (
<InformationBox
text={
"Tombol partisipasi hanya muncul untuk proyek yang tidak anda buat"
"Tombol partisipasi hanya muncul pada proyek milik orang lain"
}
/>
)}