-
Notifications
You must be signed in to change notification settings - Fork 4k
Allow removing demo transactions #64724
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
grgia
merged 36 commits into
Expensify:main
from
DylanDylann:allow-remove-demo-transaction
Jul 15, 2025
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
8291b98
allow remove demo transaction
DylanDylann 29b4cc7
merge main
DylanDylann 4915983
new update
DylanDylann 3ac15e6
fix UTs
DylanDylann 26d13ce
fix lint
DylanDylann 61fe4f8
lint fix
DylanDylann 3b09e51
lint fix
DylanDylann 0036d68
Merge branch 'main' into allow-remove-demo-transaction
DylanDylann f2e6363
fix UTs
DylanDylann a8bfe26
add UTs
DylanDylann d1b4957
Merge branch 'main' into allow-remove-demo-transaction
DylanDylann c84fdd8
Merge branch 'main' into allow-remove-demo-transaction
DylanDylann 4f08b0e
add optimistic data
DylanDylann eef1756
add optimistic data
DylanDylann 0a45574
merge main
DylanDylann 47fdae7
merge main
DylanDylann c8cbac0
lint fix
DylanDylann 3650fb2
lint fix
DylanDylann 8a1ec58
update comment
DylanDylann d75b213
type fix
DylanDylann 0bc1904
update test
DylanDylann 161e7c8
chore: update comment
DylanDylann e66b241
remove redundant
DylanDylann a7d0c47
don't strike out the svg component
DylanDylann 5ce6026
update optimistic data
DylanDylann dc03f68
add opt data
DylanDylann da375b1
remove import
DylanDylann 058a264
Update opt data
DylanDylann f060c5b
resolve cmt
DylanDylann 5786770
Merge branch 'main' into allow-remove-demo-transaction
DylanDylann 6817a4f
merge main
DylanDylann acaeff2
merge main
DylanDylann 68309d4
Merge branch 'main' into allow-remove-demo-transaction
DylanDylann d996a2d
chore
DylanDylann d57586b
chore
DylanDylann b632a7c
Merge branch 'main' into allow-remove-demo-transaction
DylanDylann 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
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.
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 change to fix this crash app mentioned here
When we remove the paid expense offline, we shoulnd't strike out the paid icon because it is svg 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.
I think we should look into this more and fix the root cause as I don't think this is explicitly linked to SVG component