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 nested disabled state for ChatFeed #6507

Merged
merged 4 commits into from
Mar 16, 2024
Merged

Fix nested disabled state for ChatFeed #6507

merged 4 commits into from
Mar 16, 2024

Conversation

ahuang11
Copy link
Contributor

@ahuang11 ahuang11 commented Mar 16, 2024

Previously, nested callbacks left the ChatInterface disabled. Here, we implement a stack instead of a single boolean to track the original disabled state.

@ahuang11 ahuang11 added this to the v1.4.0 milestone Mar 16, 2024
Copy link

codecov bot commented Mar 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.93%. Comparing base (a23af62) to head (588fd96).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6507      +/-   ##
==========================================
+ Coverage   82.92%   82.93%   +0.01%     
==========================================
  Files         312      313       +1     
  Lines       45815    45848      +33     
==========================================
+ Hits        37990    38022      +32     
- Misses       7825     7826       +1     
Flag Coverage Δ
ui-tests 40.09% <35.13%> (+0.46%) ⬆️
unitexamples-tests 71.14% <75.67%> (-0.01%) ⬇️

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.

@ahuang11 ahuang11 requested a review from philippjfr March 16, 2024 02:01
@philippjfr philippjfr merged commit 21fefb8 into main Mar 16, 2024
15 checks passed
@philippjfr philippjfr deleted the fix_disabled branch March 16, 2024 09:34
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.

2 participants