-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[TS migration] Migrate 'SettlementButton.js' component to TypeScript #33866
Merged
AndrewGable
merged 35 commits into
Expensify:main
from
ZhenjaHorbach:migrate-settlementbutton-component-to-ts
Feb 6, 2024
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
10cb535
Migrate SettlementButton.js component to TypeScript
ZhenjaHorbach 53e4b00
Update types
ZhenjaHorbach b9ff896
Update branch
ZhenjaHorbach dcdf95b
Update types
ZhenjaHorbach f3004da
Update types x2
ZhenjaHorbach 79046f0
Update branch
ZhenjaHorbach c92cde7
Fix ts issue
ZhenjaHorbach 3fec057
Fix comments
ZhenjaHorbach 5754adc
Update type imports
ZhenjaHorbach ef7487a
Fix comments
ZhenjaHorbach c2d9c88
Fix comments x2
ZhenjaHorbach a579a3b
Update branch
ZhenjaHorbach 9cde0a6
Update branch
ZhenjaHorbach baf50f2
Refactor types
ZhenjaHorbach 58ef4e6
Update branch
ZhenjaHorbach 753fdc9
Update branch
ZhenjaHorbach d078c10
Update types PART-1
ZhenjaHorbach 2d7f408
Update types PART-2
ZhenjaHorbach 44e688c
Update types PART-3
ZhenjaHorbach 3fadd8a
Update types PART-4
ZhenjaHorbach 907ece0
Update types PART-5
ZhenjaHorbach 9cb7f8a
Update types PART-6
ZhenjaHorbach 04d9399
Update branch
ZhenjaHorbach 085e17d
Update branch
ZhenjaHorbach 8e934fa
Update createWorkspaceFromIOUPayment
ZhenjaHorbach df8eea2
Update branch
ZhenjaHorbach 47b8c2a
Fix ts issue
ZhenjaHorbach 48748d1
Fix comments
ZhenjaHorbach 3ea1082
Update branch
ZhenjaHorbach 000d9ab
Update types
ZhenjaHorbach 2976d2f
Merge branch 'main' into migrate-settlementbutton-component-to-ts
ZhenjaHorbach 807230f
Update branch
ZhenjaHorbach e645f46
Fix lint issue
ZhenjaHorbach 2ebbbf0
Update branch
ZhenjaHorbach 056dea9
Update branch
ZhenjaHorbach 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
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.
Why is this needed?
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.
Because we expect that empty objects may come from the parent component
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.
@blazejkustra
Can you confirm the changes, please ?)
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.
Looks okay 👍