feat: auto-scroll output window to show latest output during task execution#186
feat: auto-scroll output window to show latest output during task execution#186
Conversation
…cution Enable sticky scroll on the TaskOutputView scrollbox so that new output automatically scrolls into view while a task is running. Uses the same pattern already established in ChatView.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughA sticky scrolling behaviour has been applied to the TaskOutputView scrollbox in the RightPanel component. The output area now automatically scrolls to keep the bottom visible as new content is added, achieved via the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #186 +/- ##
=======================================
Coverage 44.09% 44.09%
=======================================
Files 76 76
Lines 21991 21991
=======================================
Hits 9696 9696
Misses 12295 12295 🚀 New features to boost your workflow:
|
feat: auto-scroll output window to show latest output during task execution
Summary
stickyScroll={true} stickyStart="bottom"pattern already established in ChatViewTest plan
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.