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

Make ChatMessage reaction_icons reactive #6807

Merged
merged 2 commits into from
May 3, 2024
Merged

Conversation

ahuang11
Copy link
Contributor

@ahuang11 ahuang11 commented May 2, 2024

Closes #6804

import panel as pn
pn.extension()

chat = pn.chat.ChatMessage("Hey")
chat

chat.reaction_icons = pn.chat.ChatReactionIcons(options={"like": "thumb-up"})
image

@ahuang11 ahuang11 requested a review from philippjfr May 2, 2024 04:30
@philippjfr philippjfr merged commit b3fcdad into main May 3, 2024
14 checks passed
@philippjfr philippjfr deleted the reactive_reaction_icons branch May 3, 2024 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't update message reaction icons after click
2 participants