Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: Read more option for long messages #719

Open
5 tasks
r3yc0n1c opened this issue Dec 23, 2024 · 1 comment
Open
5 tasks

FEAT: Read more option for long messages #719

r3yc0n1c opened this issue Dec 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@r3yc0n1c
Copy link

As an EmbeddedChat developer

I need to:
Implement a "Read more" option for long messages.

So That:
Users can view long messages in a more manageable way without overwhelming the chat interface, improving user experience and readability.

Acceptance Criteria

  • The "Read more" button is visible when a message exceeds a certain character length (e.g., 150 characters).
  • Clicking "Read more" expands the message to show its full content.
  • The "Read more" button changes to "Read less" once the full message is revealed, allowing users to collapse it back.
  • The expanded message maintains proper formatting and displays without causing layout issues.
  • The feature works consistently across different devices and screen sizes.
@r3yc0n1c r3yc0n1c added the enhancement New feature or request label Dec 23, 2024
@r3yc0n1c
Copy link
Author

I'm working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant