[WEB-3368] feat: enhance workspace invitations with copyable invite links (#6601)
* feat: invitation link url * feat: copy invite link from workspace invitations list * invitation reponse cleanup and logo url fix --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
This commit is contained in:
parent
39ecfbe7e1
commit
3528d2c934
14 changed files with 142 additions and 87 deletions
3
packages/types/src/workspace.d.ts
vendored
3
packages/types/src/workspace.d.ts
vendored
|
|
@ -40,9 +40,10 @@ export interface IWorkspaceMemberInvitation {
|
|||
responded_at: Date;
|
||||
role: TUserPermissions;
|
||||
token: string;
|
||||
invite_link: string;
|
||||
workspace: {
|
||||
id: string;
|
||||
logo: string;
|
||||
logo_url: string;
|
||||
name: string;
|
||||
slug: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue