Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Implement organizations and invitations #11

Merged
merged 16 commits into from
Oct 30, 2024
Merged

Conversation

michaeleii
Copy link
Contributor

@michaeleii michaeleii commented Oct 30, 2024

This pull request introduces several changes to the src/api.ts file and various components related to user invitations and member management in the dashboard. The changes include new API functions, updates to the members' columns, and enhancements to the data table functionality. The most important changes include adding new API functions, updating member management logic, and introducing a new alert component.

API Enhancements:

  • src/api.ts: Added new API functions deleteAuthAccount, updateUserName, updatePartialProfile, deleteUser, listInvitations, and deleteInvitation. These functions enhance the API's capabilities for handling user and invitation management. [1] [2] [3] [4] [5]

Member Management Updates:

New Alert Component:

  • src/components/ui/alert.tsx: Introduced a new Alert component with variants for default and destructive alerts, along with AlertTitle and AlertDescription subcomponents. This component is used for displaying error messages in the data table.

Page and Action Updates:

scottchen98
scottchen98 previously approved these changes Oct 30, 2024
@michaeleii michaeleii merged commit f2c9a86 into main Oct 30, 2024
2 checks passed
@michaeleii michaeleii deleted the connect-invitations-backend branch October 30, 2024 01:20
scottchen98 added a commit that referenced this pull request Oct 30, 2024
…-backend"

This reverts commit f2c9a86, reversing
changes made to f839b5c.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants