fix(desktop): include action buttons in tab bar scroll area#1439
Conversation
Move overflow scrolling from the inner tabs container to the outer GroupStrip wrapper so Terminal, Chat, and dropdown buttons scroll together with tabs instead of being pushed off-screen.
📝 WalkthroughWalkthroughMoved horizontal scrolling from the inner tabs container to a new outer scroll container (hidden scrollbars) and simplified the inner flex layout; adjusted the drop zone's flex sizing; added dotenv preload in a dev script to load environment variables early. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
The predev script reads SUPERSET_WORKSPACE_NAME but runs before electron-vite loads the .env file, causing protocol registration to be skipped.
This reverts commit e7a7ca5.
🧹 Preview Cleanup CompleteThe following preview resources have been cleaned up:
Thank you for your contribution! 🎉 |
Summary
Changes
overflow-x-autoandscrollbarWidth: "none"from the inner tabs div to the outer container; addedshrink-0to the tabs div so it maintains full widthflex-1 min-w-0toshrink-0so the button area doesn't collapseTest Plan