-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Polish for one-transaction view #39472
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
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
255255b
fix reversed actions logic
NikkiWines fba77cf
Merge branch 'main' of github.com:Expensify/App into nikki-load-oldes…
NikkiWines 1d256b9
Merge branch 'main' of github.com:Expensify/App into nikki-load-oldes…
NikkiWines 853f71b
Merge branch 'main' of github.com:Expensify/App into nikki-load-oldes…
NikkiWines f9d5eaa
don't display report as one-transaction report if it has previously d…
NikkiWines a0a3ff0
only include deleted IOUs if they have visible child actions we need …
NikkiWines 2e030d9
move combined reportAction logic into ReportActionUtils
NikkiWines 1ca6f0d
ensure lastMessageText is correct for oneTransaction reports
NikkiWines 7936ff1
clarifying comment
NikkiWines 50a275c
minor style change and also use isMessageDeleted instead of originalM…
NikkiWines 0e73e03
Merge branch 'main' of github.com:Expensify/App into nikki-load-oldes…
NikkiWines 38adc1b
Merge branch 'main' of github.com:Expensify/App into nikki-load-oldes…
NikkiWines 48976d7
update stray function to pass correct params
NikkiWines 6423f2b
use const
NikkiWines f4b4ecc
Merge branch 'main' of github.com:Expensify/App into nikki-load-oldes…
NikkiWines 8b0e251
Merge branch 'main' of github.com:Expensify/App into nikki-load-oldes…
NikkiWines ddcd727
Merge branch 'main' of github.com:Expensify/App into nikki-load-oldes…
NikkiWines f9149cc
fix typing
NikkiWines 6d31950
lint
NikkiWines b1e1957
lint 2
NikkiWines d241ff4
Merge branch 'main' of github.com:Expensify/App into nikki-load-oldes…
NikkiWines 3714c38
prettier
NikkiWines 9fc9010
Comment update
NikkiWines 125c725
Merge branch 'main' of github.com:Expensify/App into nikki-load-oldes…
NikkiWines f7cdd3f
add exception for checking report type
NikkiWines 007011d
lint/style
NikkiWines 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
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.
When a user deleted a transaction that had replies, this condition caused the app to misidentify the single remaining transaction thread. As a result, the “Hold” and “Delete expense” options disappeared from the workspace chat menu. Issue caused.