-
Notifications
You must be signed in to change notification settings - Fork 3k
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 WorkspaceProfilePage and WorkspaceProfileCurrencyPage #34897
Merged
arosiclair
merged 22 commits into
Expensify:main
from
ruben-rebelo:ts-migration/WorkspaceSettings
Feb 22, 2024
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
8ee9a05
[TS Migration] Migrate WorkspaceSettingsPage and WorkspaceSettingsCur…
ruben-rebelo c8b7d3b
[TS migration] TS error fix WorkspaceSettingsPage
ruben-rebelo 456e38c
[TS migration] Added default values on currencyList
ruben-rebelo 63f2976
[TS migration] WorkspaceSettings code improvements
ruben-rebelo fb683a9
[TS Migration] WorkspaceSettingsPage ts error fix
ruben-rebelo cd50da3
[TS migration] WorkspaceSettings prettified
ruben-rebelo 4ed1693
Merge branch 'main' into ts-migration/WorkspaceSettings
ruben-rebelo 4f20d01
[TS migration][WorkspaceSettings] Removed unused todo
ruben-rebelo ae6f7f6
Merge branch 'main' into ts-migration/WorkspaceSettings
ruben-rebelo 9e900e0
[TS migration][WorkspaceSettings] Updated typings based on main merge
ruben-rebelo a42cef2
Merge branch 'main' into ts-migration/WorkspaceSettings
ruben-rebelo b345087
[TS migration] Lint and ts fixes
ruben-rebelo 37c12e2
[TS migration][WorkspaceSettings] Fixed wrongly resolved conflicts
ruben-rebelo b2e0b3b
[TS migration][WorkscpaceSettings] Lint fixes
ruben-rebelo 4c61ce3
[TS migration][WorkspaceSettings] Minor ts issues fixed
ruben-rebelo e014172
Merge branch 'main' into ts-migration/WorkspaceSettings
ruben-rebelo 4545cc9
[TS migration] Fixed migration of WorkspaceSettings based on the rena…
ruben-rebelo 0983db3
Merge branch 'main' into ts-migration/WorkspaceSettings
ruben-rebelo 9d451c8
[TS migration][WorkspaceSettings] Fixed ts issues
ruben-rebelo 6331bdd
[TS migration][WorkspaceSettings] Feedback addressed
ruben-rebelo 8fab1ec
Merge branch 'main' into ts-migration/WorkspaceSettings
ruben-rebelo 5d06edb
[TS migration][WorkspaceSettings] Prettier run after merge
ruben-rebelo 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
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.
This caused deploy blocker - #37288
During TS migration, please be careful of using nullish coalescing.