Skip to content

fix(chat-notifier): Fix link colors and prevent self-notifications#21

Open
JoVictorNunes wants to merge 3 commits intobigbluebutton:v0.0.xfrom
JoVictorNunes:fix-chat-notifier
Open

fix(chat-notifier): Fix link colors and prevent self-notifications#21
JoVictorNunes wants to merge 3 commits intobigbluebutton:v0.0.xfrom
JoVictorNunes:fix-chat-notifier

Conversation

@JoVictorNunes
Copy link
Copy Markdown
Contributor

What does this PR do?

  • Fix link colors in chat message toasts by adding explicit styles for anchor states.

Then
Captura de tela de 2026-02-25 09-29-49

Now
Captura de tela de 2026-02-25 09-07-20

  • Prevent chat notifier from displaying toast notifications for messages sent by the current user.

Closes Issue(s)

Closes none

@JoVictorNunes JoVictorNunes added the bug Something isn't working label Feb 25, 2026
@GuiLeme GuiLeme self-requested a review April 13, 2026 20:27
Copy link
Copy Markdown

@GuiLeme GuiLeme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Outside of that small comment, looks good and works fine.

Comment thread src/main/stylesheet.ts
animation: skeleton-slide 1.5s ease-in-out infinite;
}

.chat-message-content {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was there a reason to name this class the same as the bbb-core? Even though there is no style override for now, I'd say it's better if we keep this style class scoped, something like pip-chat-message-content.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants