orion-services / ui

Orion Nuxt components to empower development
https://ui.orion-services.dev
Apache License 2.0
0 stars 0 forks source link

Reply button in a message #3

Open rodrigoprestesmachado opened 4 months ago

rodrigoprestesmachado commented 4 months ago

Is your feature request related to a problem? Please describe. The problem is that users currently can't directly reply to specific messages in the chat system, making it difficult to maintain context in conversations with multiple messages.

Describe the solution you'd like I would like to implement a feature where users can reply to specific messages in the chat system. This would involve adding a "Reply" button or option next to each message, allowing users to select a message to reply to and then type their response.

Describe alternatives you've considered Another option could be to use threading or nesting of messages, where replies to a message are visually grouped together, but this may not provide as clear and direct a reference as a dedicated reply feature.

Component Orion Talk

Examples

Captura de Tela 2024-05-09 às 00 14 14 Captura de Tela 2024-05-09 às 00 08 40
rodrigoprestesmachado commented 4 months ago

Related with: orion-services/talk#9