-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Domain Control] [Release 4] [FE] Create MoveUsersBetweenGroupsPage #81973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jmusial
wants to merge
37
commits into
Expensify:main
Choose a base branch
from
software-mansion-labs:feat/groups-move-members
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
13dd123
move members poc
jmusial 34c8d44
minor updates
jmusial d47b6d8
Merge branch 'main' into feat/groups-move-members
jmusial 69e1936
Merge branch 'main' into feat/groups-move-members
jmusial ef0158f
update const
jmusial 3538f07
Merge branch 'main' into feat/groups-move-members
jmusial 192877c
Merge branch 'main' into feat/groups-move-members
jmusial 797fb1c
rename consts
jmusial b95c9e2
remove redundant selector (impelmented as a part of other PR)
jmusial 9872df5
move errors & pending actions keys
jmusial 8d425a4
move getMemberCustomRowProps to utils
jmusial 940dceb
refactor getMemberCustomRowProps
jmusial f898ad8
fix ts
jmusial 1c04c6e
add tests
jmusial 0114ae1
add translations
jmusial 6fd4757
add jsdoc and guard against moving to the same group
jmusial 0370968
Merge branch 'main' into feat/groups-move-members
jmusial f78b787
fix cache clearing
jmusial 1cb95e7
optimize selectors
jmusial 7ddbd3e
move clearing selection to a hook
jmusial 3a6e9c7
fix lint
jmusial b4ec86a
remove duplicated variable
jmusial de19658
remove unneeded lint ignore
jmusial 5ab351b
fix revert on failure
jmusial b0a3f1b
Merge branch 'main' into feat/groups-move-members
jmusial 2fc451f
clear state on back button press
jmusial dbe9d32
fix list item import
jmusial 4bcad73
Merge branch 'main' into feat/groups-move-members
jmusial 3b5ceb6
increase button size
jmusial 659bd60
fix not showing errors
jmusial d505683
Merge branch 'main' into feat/groups-move-members
jmusial 6db97af
Merge branch 'main' into feat/groups-move-members
jmusial 7ff0b76
workaround test
jmusial 6733712
working workaround for domain member page errors
jmusial ebf9bf9
Merge branch 'main' into feat/groups-move-members
jmusial 62da0bc
Merge branch 'main' into feat/groups-move-members
jmusial 7461c72
Merge branch 'main' into feat/groups-move-members
jmusial File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| type ChangeDomainSecurityGroupParams = { | ||
| domainName: string; | ||
| newID: string; | ||
| employeeEmail: string; | ||
| domainAccountID: number; | ||
| }; | ||
|
|
||
| export default ChangeDomainSecurityGroupParams; |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.