Enhance project member invitation feature with new localization and UI updates

- Added new localization strings for "invite member" and "also invite to project" across multiple languages (Albanian, German, English, Spanish, Portuguese, Chinese).
- Updated the project member invite drawer to conditionally display UI elements based on the context of the invitation (from assigner or not).
- Introduced a new state management feature to track if the invitation is initiated from the assignee selector, improving user experience.
This commit is contained in:
shancds
2025-07-22 16:21:18 +05:30
parent 3373dccc58
commit da791e2cb7
9 changed files with 41 additions and 14 deletions

View File

@@ -5,5 +5,7 @@
"inviteAsAMember": "Invite as a member",
"inviteNewMemberByEmail": "Invite new member by email",
"members": "Members",
"copyProjectLink": "Copy project link"
"copyProjectLink": "Copy project link",
"inviteMember": "Invite Member",
"alsoInviteToProject": "Also invite to project"
}