Skip to content

Enable per-message deletion in ChatBox view #92

@hadv

Description

@hadv

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 request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions