-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(frontend): update user roles list during project creation (#2135)
* feat(package): tanstack table install * feat(routes): manage-users route add * feat(assetModules): icon add * feat(css): remove counter button from input * fix(paginationType): place paginationType to common * feat(table): table radix component add * fix(user): update ts type * fix(pagination): update pagination type * fix(table): update styles * feat(dataTable): DataTable components add * feat(user): update user role func add * fix(searchBar): fix style * feat(assetModules): add icon * feat(manageUsers): manage users table & role update functionality add * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix(manageUsers): update row column * fix(lock): fix broken lock file * fix(user): GetUserListForSelect api func add specifically for select * feat(user): slice add for user list select * fix(select2): handleApiSearch add for server side search * fix(projectDetailsForm): refactor, search users list on backend * fix(projectDetailsForm): add name prop to select * fix(common): add previousSelecetdOptions state * fix(projectDetailsForm): reorder form field * fix(projectDetailsForm): update placeholder text --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
25f6ff6
commit 79c87f5
Showing
7 changed files
with
109 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters