-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Tag settings: Billable #47019 #48184
Merged
marcaaron
merged 21 commits into
Expensify:main
from
software-mansion-labs:Guccio/47019-TagSettingsBillable
Sep 3, 2024
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
56900c5
working with other function's name and parameter
Guccio163 2915913
add conditional display to switch, delete props from fetch
Guccio163 5e68c5a
Merge branch 'main' of github.com:software-mansion-labs/expensify-app…
Guccio163 9ea511e
add areRulesEnables
Guccio163 7b4cf4b
pending actions added
Guccio163 57de93b
translations ready
Guccio163 d09cbc9
fix /tags/settings spacing
Guccio163 13a7ff7
internal review fixes
Guccio163 1f12c07
Policy fixes
Guccio163 3f9a9e5
spacing fix 2
Guccio163 5ba8018
fix styles 3, ts and pendingFields
Guccio163 8353c1f
extract toggleBillableExpenses
Guccio163 6a6c173
fix #48266 bug
Guccio163 b47e78c
Merge branch 'main' of github.com:software-mansion-labs/expensify-app…
Guccio163 fffe01d
Update src/languages/es.ts
Guccio163 f48ed66
Update src/languages/es.ts
Guccio163 130a120
Update src/libs/actions/Policy/Policy.ts
Guccio163 4c152dd
billableExpensesPending explanation
Guccio163 18411d4
Merge branch 'main' of github.com:software-mansion-labs/expensify-app…
Guccio163 d689b81
comments deletion
Guccio163 bb30c66
Update src/pages/workspace/tags/WorkspaceTagsSettingsPage.tsx
Guccio163 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
type DisablePolicyBillableModeParams = { | ||
policyID: string; | ||
}; | ||
|
||
export default DisablePolicyBillableModeParams; |
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, what is happening here? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes, like I mentioned above this is a leftover after my previous PR; I was resolving conflicts at the Friday evening and left it by mistake so I'm deleting it here as the first occasion 😅