-
Notifications
You must be signed in to change notification settings - Fork 7
Fix: checkable menu options not toggling correctly #146
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
Conversation
📝 WalkthroughWalkthroughRemoved immediate internal state update in checkable action handling, updated CHANGELOG.md Unreleased entries, and added comprehensive tests: CheckableActionScript unit tests and a changelog validation test suite; test indices and summaries updated. Changes
Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-12-04T06:30:54.628ZApplied to files:
🔇 Additional comments (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-Authored-By: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Summary of Changes
After #145,
Settings.set_setting()emitsSignals.settings_changed. This leads to duble change inCheckableActionScripts because this class callsset_settingand then_set_valueto update status but emission ofSignals.settings_changedcalls_set_valuein first call, with this duplicate call allChechableActionScripts shows an unexpected behavior.Related Items
Technical Details & Testing
Old logic:
New logic:
Checklist
Summary by CodeRabbit
Bug Fixes
Documentation
Tests
✏️ Tip: You can customize this high-level summary in your review settings.