compass
compass copied to clipboard
chore: move refresh dbs button up to be inline
Description
Checklist
- [ ] New tests and/or benchmarks are included
- [ ] Documentation is changed or added
- [ ] If this change updates the UI, screenshots/videos are added and a design review is requested
- [x] I have signed the MongoDB Contributor License Agreement (https://www.mongodb.com/legal/contributor-agreement)
Motivation and Context
- [ ] Bugfix
- [ ] New feature
- [ ] Dependency update
- [x] Misc
This change responds to lots of user feedback we're heard that the refresh button should not be buried under the ... menu.
Dependents
N/a
Types of changes
- [ ] Backport Needed
- [ ] Patch (non-breaking change which fixes an issue)
- [ ] Minor (non-breaking change which adds functionality)
- [x] Major (fix or feature that would cause existing functionality to change)
You need either a ticket number in the title or the no-title-validation tag on the PR for the Check PR Title task to succeed, btw.
CI seems to be very red right now, probably due to https://www.electronjs.org/blog/ecosystem-node-22/
Merged main to see if there are any actual test failures
Looks like some related test failures around how we used to open the menu and click refresh to perform this action: https://github.com/mongodb-js/compass/blob/870460f23a78a4721518195d994198281098198b/packages/compass-e2e-tests/tests/instance-sidebar.test.ts#L241 @betsybutton let us know if you'd like someone else to take a look or if you're up for it!
@Anemy Honestly, I don't think I'll be able to get back to this soon 😢 Any of you would probably be able to clean it up a lot faster than me. Would be great for someone to pick this up.
Created https://github.com/mongodb-js/compass/pull/7065