Open yugaldekate opened 7 months ago
-Modified the use-modal-store hook to accept the data in onOpen function -onOpen(type, data)
-Created useOrigin() hook to get the current origin/ domain name i.e., http://localhost:3000 or https://anydomain.com
-Created the invite modal
-Created the an api to generate a new invite-link
-Created an page so that invited members can join the server /invite/[inviteId]/
-Created a edit-server-modal -Created an api to change the name and image of the server
-Installed avatar component from ShadCn -Create a user-avatar component
-Created manage-members-modal -Created an api to handle the members role and kick out from the server
-Installed Select component from ShadCn -Created create-channel-modal -Created the api to handle create channel
-Created leave-server & delete-server modals -Created the api for handeling the leave & deletion of the server
-Create different modals for 1) Invite people 2) Server settings 3) Manage members 4) Server settings 5) Delete/Leave server