quantified-uncertainty / squiggle

An estimation language
https://squiggle-language.com
MIT License
150 stars 23 forks source link

Add users to groups directly #3063

Closed berekuk closed 6 months ago

berekuk commented 6 months ago

New "+ Add" button in the members list, powered by addUserToGroup mutation (mostly copy-pasted from inviteUserToGroup).

I still kept the code for inviteUserToGroup, but removed "+ Invite" button from the UI, only "+ Add" remains.

(It's easy to have both but it could be confusing.)

changeset-bot[bot] commented 6 months ago

⚠️ No Changeset found

Latest commit: 3fb60165cc8af5622d4d11377cc7855d3aebdc36

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
quri-hub ✅ Ready (Inspect) Visit Preview Feb 13, 2024 10:06pm
quri-ui ✅ Ready (Inspect) Visit Preview Feb 13, 2024 10:06pm
squiggle-components ✅ Ready (Inspect) Visit Preview Feb 13, 2024 10:06pm
squiggle-website ✅ Ready (Inspect) Visit Preview Feb 13, 2024 10:06pm
OAGr commented 6 months ago

Seems to work well! Kudos for doing it so quickly!