You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: [FC-0099] add button & modal for adding new team members (#3)
* feat: add team roles management and update related hooks and types
* feat: implement add new team member functionality with modal and actions
* test: add some missing tests
* test: add unit tests for AddNewTeamMemberModal and update context mocks
* test: add toast close functionality and loading state handling in AddNewTeamMemberTrigger tests
* fix: update LibrariesAuthZTeamView to include canManageTeam check for AddNewTeamMemberTrigger
* fix: correct API endpoint paths and update authorization scope format
* refactor: improve error handling & address PR feedback
* refactor: group AddNewTeamMemberModal in 1 folder
* fix: reset modal values to close action
* refactor: replace useAddTeamMember with useAssignTeamMembersRole
* feat: add tooltip
* test: fix test after rebase
* refactor: enhance user intruction with placeholder
* style: remove unnecessary inline style
* fix: remove the error style on change the textarea value
* fix: add useState to display toast
* fix: remove empty strings from the user input
* fix: validate error users to apply style
---------
Co-authored-by: Diana Olarte <[email protected]>
0 commit comments