feat: Implement real-time messaging functionality with dedicated services, types, a custom hook, and UI integration.

This commit is contained in:
pradeepkumar
2026-02-08 22:44:06 +05:30
parent 8d3fd0b0d2
commit a2384fc7d9
11 changed files with 1585 additions and 305 deletions

View File

@@ -165,7 +165,8 @@ export function CommonHeader() {
alt="Profile"
width={35}
height={35}
className="w-full h-full object-cover"
className="object-cover"
style={{ width: '100%', height: '100%' }}
/>
)}
</div>
@@ -201,7 +202,8 @@ export function CommonHeader() {
alt="Profile"
width={42}
height={42}
className="w-full h-full object-cover"
className="object-cover"
style={{ width: '100%', height: '100%' }}
/>
)}
</div>