Skip to content

feat(compass-crud): add right click menus for the CRUD toolbar COMPASS-9387 #6996

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 7 commits into
base: gagik/collection-tab
Choose a base branch
from

Conversation

gagik
Copy link
Contributor

@gagik gagik commented Jun 10, 2025

Toolbar

Screenshot 2025-06-10 at 7 28 10 PM

@gagik gagik added the no release notes Fix or feature not for release notes label Jun 10, 2025
@github-actions github-actions bot added the feat label Jun 10, 2025
@gagik gagik changed the base branch from main to gagik/collection-tab June 10, 2025 17:29
@gagik gagik force-pushed the gagik/collection-tab-top branch 2 times, most recently from a48b665 to 4c41c51 Compare June 10, 2025 17:31
@@ -200,8 +201,80 @@ const CrudToolbar: React.FunctionComponent<CrudToolbarProps> = ({
() => querySkip || queryLimit,
[querySkip, queryLimit]
);
const [allDocumentsExpanded, setAllDocumentsExpanded] = useState(false);
Copy link
Contributor Author

@gagik gagik Jun 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this isn't necessarily an accurate reflection of whether or not all documents are expanded but for this usecase I think it will work well.

gagik added 2 commits June 19, 2025 22:13
…of github.com:mongodb-js/compass into gagik/collection-tab-top
@gagik gagik requested a review from a team as a code owner June 19, 2025 20:24
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feat no release notes Fix or feature not for release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant