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

Fix TypingIndicator causing chat area to jump #2971

Closed

Conversation

outmaneuver
Copy link

Fixes #2752

Fix the TypingIndicator Plugin to prevent the chat area from jumping while editing a message.

  • CSS Changes

    • Add CSS rules to set position: absolute, bottom: 0, and width: 100% for .vc-typing-indicator in src/plugins/typingIndicator/style.css.
  • Component Changes

    • Modify TypingIndicator component in src/plugins/typingIndicator/index.tsx to use absolute positioning for the TypingIndicator element.
  • Devcontainer Configuration

    • Add .devcontainer.json file with tasks for testing, building, and launching the project.

Fixes Vendicated#2752

Fix the TypingIndicator Plugin to prevent the chat area from jumping while editing a message.

* **CSS Changes**
  - Add CSS rules to set `position: absolute`, `bottom: 0`, and `width: 100%` for `.vc-typing-indicator` in `src/plugins/typingIndicator/style.css`.

* **Component Changes**
  - Modify `TypingIndicator` component in `src/plugins/typingIndicator/index.tsx` to use absolute positioning for the TypingIndicator element.

* **Devcontainer Configuration**
  - Add `.devcontainer.json` file with tasks for testing, building, and launching the project.
@Vendicated Vendicated closed this Oct 23, 2024
@Vendicated
Copy link
Owner

AI spam

Repository owner locked as spam and limited conversation to collaborators Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] TypingIndicator tends to make chat area jump while editing a message
2 participants