fix: prevent Quick Start panel from reopening after user closes it#3522
fix: prevent Quick Start panel from reopening after user closes it#3522
Conversation
The translations view was unconditionally calling setQuickStartOpen(true) when the side panel opened, overriding the user's manual close and persisting open=true to the backend. Remove that call so the floatingForced mechanism alone handles the layout transition.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA code adjustment in the Translations component removes automatic quick-start panel opening while retaining the floating state enforcement. The change reduces reliance on the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
Summary
setQuickStartOpen(true)call in the translations view that overrode the user's manual close of the Quick Start panelfloatingForcedmechanism alone correctly handles the layout transition between the Quick Start sidebar and the translation side panelSummary by CodeRabbit