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 chat reaction icons value events + justify-content #6086

Merged
merged 3 commits into from Dec 19, 2023

Conversation

ahuang11
Copy link
Contributor

Properly trigger value by setting self.value since append/remove does not trigger value; this fixes #6085

Also, multiple reaction icons + justify-content CSS caused it to shift upward:
image

After:
image

@ahuang11 ahuang11 changed the title Fix reaction icons Fix chat reaction icons value events + justify-content Dec 19, 2023
Copy link

codecov bot commented Dec 19, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (0824f9c) 82.98% compared to head (836e5c2) 84.66%.

Files Patch % Lines
panel/chat/icon.py 75.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6086      +/-   ##
==========================================
+ Coverage   82.98%   84.66%   +1.68%     
==========================================
  Files         295      296       +1     
  Lines       44038    44057      +19     
==========================================
+ Hits        36543    37301     +758     
+ Misses       7495     6756     -739     
Flag Coverage Δ
ui-tests 40.63% <68.00%> (+2.47%) ⬆️
unitexamples-tests 72.73% <32.00%> (+0.16%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@philippjfr philippjfr merged commit ef899db into main Dec 19, 2023
13 checks passed
@philippjfr philippjfr deleted the fix_reaction_icons branch December 19, 2023 10:35
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.

ChatReactionIcons value changes not watched
2 participants