feat: Add chat management actions including clear and delete conversation, and enhance session token refresh logic.

This commit is contained in:
pradeepkumar
2026-03-09 23:47:28 +05:30
parent ff5562a573
commit 7d641eec12
6 changed files with 254 additions and 22 deletions

View File

@@ -423,14 +423,6 @@ export function MessageInput({ onSend, onSendGif, onSendFile, onTypingStart, onT
>
{isUploading ? 'Uploading...' : 'Send'}
</button>
<button className="p-1.5 hover:bg-gray-100 rounded-lg transition-colors cursor-pointer">
<Image
src="/assets/icons/three-dots-icon.svg"
alt="More options"
width={24}
height={24}
/>
</button>
</div>
</div>
</div>