feat(invite): show toast when invited to workspace
member:added event now includes workspace_name. Frontend shows a toast notification when the current user is invited. Also clears stale member list on workspace switch. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4914f1d5dd
commit
8d34e079e8
4 changed files with 11 additions and 4 deletions
|
|
@ -121,6 +121,7 @@ export interface MemberUpdatedPayload {
|
|||
export interface MemberAddedPayload {
|
||||
member: MemberWithUser;
|
||||
workspace_id: string;
|
||||
workspace_name?: string;
|
||||
}
|
||||
|
||||
export interface MemberRemovedPayload {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue