-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Add the consolidated domain billing to the DomainAdminsSettingsPage.tsx #77526
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
mountiny
merged 24 commits into
Expensify:main
from
software-mansion-labs:war-in/domains/add-consolidated-domain-billing
Dec 22, 2025
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
d8a1487
feat: add consolidated domain billing toggle to DomainAdminsSettingsP…
war-in 720ecad
Merge branch 'war-in/domains/add-admins-settings-page' into war-in/do…
war-in 28497e4
chore: post-merge fixes
war-in e357d06
Merge branch 'war-in/domains/add-admins-settings-page' into war-in/do…
war-in 766378c
Merge branch 'refs/heads/war-in/domains/add-admins-settings-page' int…
war-in 425e078
chore: post-merge fixes
war-in c720983
Merge branch 'refs/heads/main' into war-in/domains/add-consolidated-d…
war-in d313619
feat: add error handling to consolidated domain billing
war-in 8d51a09
chore: fix prettier
war-in e280f3a
feat: reset error optimistically
war-in 0f31199
chore: add spanish translations
war-in 7286a15
chore: fix prettier
war-in 28af275
chore: update translations
war-in 1aaefbc
Merge branch 'main' into war-in/domains/add-consolidated-domain-billing
war-in 87aee55
fix: get rid of infinite rerenders on DomainAdminsPage.tsx
war-in 30eb49b
chore: fix lint
war-in 895e001
Merge branch 'main' into war-in/domains/add-consolidated-domain-billing
war-in 184543a
refactor: make DomainAdminsPage.tsx compilable again
war-in a166fe4
feat: fetch domain data after reconnect
war-in 3ce261b
Merge branch 'main' into war-in/domains/add-consolidated-domain-billing
war-in 93df0fb
Merge branch 'refs/heads/main' into war-in/domains/add-consolidated-d…
war-in f8492e8
refactor: support `strong` in all languages
war-in 146cba8
refactor: rename command
war-in 5e20e45
test: add technicalContactSettingsSelector unit tests
war-in 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
8 changes: 8 additions & 0 deletions
8
src/libs/API/parameters/ToggleConsolidatedDomainBillingParams.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,8 @@ | ||
| type ToggleConsolidatedDomainBillingParams = { | ||
| authToken?: string | null; | ||
| domainAccountID: number; | ||
| domainName: string; | ||
| enabled: boolean; | ||
| }; | ||
|
|
||
| export default ToggleConsolidatedDomainBillingParams; |
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.