-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
The ChatBox component renders chat messages but lacks a way to remove a single entry. This makes it difficult for users to clean up conversations.
Proposed Enhancement
- Add a delete button for each message in
client/src/components/ChatBox.tsx. - Show a confirmation dialog before deleting.
- Remove the message from IndexedDB and update topic statistics to ensure the deletion persists.
- Follow the deletion workflow already used in
TailwindMessageThread.tsx.
Implementing this feature will allow users to manage their chat history directly from the regular chat screen.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request