fix(softwareKeyboard): retain state between toggles - #294
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthrough
ChangesSoftware keyboard state ownership move
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
Just move |
|
thanks for the feedback, i thought about it for a while now.. Since the first i thought i should attach the state to the anyway.. im looking forward for a propper solution.. might you implement it, or give me a tip? btw: thank you very much for creating regards, nils |
|
I meant moving them literally above the |
f8a9c77 to
d7f42a9
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/app/studio/src/ui/software-midi/SoftwareMIDIPanel.tsx`:
- Around line 37-39: Remove the trailing comma after the octave declaration in
the SoftwareMIDIPanel declarations, and ensure octave, channel, and velocity are
valid separate const statements (or declarators within one const statement).
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 04b9e028-00bc-4fa1-9a9d-cb6cd944bab2
📒 Files selected for processing (2)
packages/app/studio/src/service/StudioService.tspackages/app/studio/src/ui/software-midi/SoftwareMIDIPanel.tsx
|
I hope that's what you ment, seems much cleaner. Thanks for beeing so patent btw. |
retain state of the on screen keyboard: channel, octave, and velocity
Summary by CodeRabbit