-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Uber connected page #68446
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
Merged
iwiznia
merged 18 commits into
Expensify:main
from
callstack-internal:uber-connected-page
Aug 19, 2025
Merged
Uber connected page #68446
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
f5eee30
Uber connected page
narefyev91 d1e81f0
Merge branch 'refs/heads/main' into uber-connected-page
narefyev91 989ffea
fix styles
narefyev91 0fc32ab
Merge branch 'refs/heads/main' into uber-connected-page
narefyev91 5c87a74
update component
narefyev91 7475ee1
Merge branch 'refs/heads/main' into uber-connected-page
narefyev91 5657578
updates after c+ review
narefyev91 acda4bd
Update src/libs/actions/Policy/Policy.ts
narefyev91 7ac0bd3
updates after c+ review
narefyev91 9e8cbcb
Merge branch 'refs/heads/main' into uber-connected-page
narefyev91 00627f6
updates after review
narefyev91 dfece3e
Merge branch 'refs/heads/main' into uber-connected-page
narefyev91 74039ec
Merge branch 'refs/heads/main' into uber-connected-page
narefyev91 e93f831
updates after review
narefyev91 95f1f25
updates after review
narefyev91 240a398
updates after review
narefyev91 7e5afc1
updates after review
narefyev91 a099157
updates after review
narefyev91 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
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
6 changes: 6 additions & 0 deletions
6
src/libs/API/parameters/RemovePolicyReceiptPartnersConnectionParams.ts
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,6 @@ | ||
| type RemovePolicyReceiptPartnersConnectionParams = { | ||
| policyID: string; | ||
| partnerName: string; | ||
| }; | ||
|
|
||
| export default RemovePolicyReceiptPartnersConnectionParams; |
6 changes: 6 additions & 0 deletions
6
src/libs/API/parameters/TogglePolicyUberAutoInvitePageParams.ts
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,6 @@ | ||
| type TogglePolicyUberAutoInvitePageParams = { | ||
| policyID: string; | ||
| enabled: boolean; | ||
| }; | ||
|
|
||
| export default TogglePolicyUberAutoInvitePageParams; |
6 changes: 6 additions & 0 deletions
6
src/libs/API/parameters/TogglePolicyUberAutoRemovePageParams.ts
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,6 @@ | ||
| type TogglePolicyUberAutoRemovePageParams = { | ||
| policyID: string; | ||
| enabled: boolean; | ||
| }; | ||
|
|
||
| export default TogglePolicyUberAutoRemovePageParams; |
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.