-
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
[Details Revamp] Remove the Three Dot Menu on Affected Reports #44025
Merged
grgia
merged 28 commits into
Expensify:main
from
software-mansion-labs:@cdOut/three-dot-removal
Jul 5, 2024
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
53a9399
remove three dot menu from affected pages
cdOut 27c716e
clean up unused imports and vars
cdOut cd4f695
Merge branch 'main' into @cdOut/three-dot-removal
cdOut e6b67c5
fix prettier
cdOut 0ba0fc0
move the Book a call action into report details
cdOut 14ea14c
remove Book a call from HeaderView
cdOut 55711a5
fix HeaderView prettier
cdOut 207327b
Merge branch 'main' into @cdOut/three-dot-removal
cdOut 93f1f4c
remove code from MoneyReportHeader
cdOut d1ff414
fix lint errors
cdOut af0d2a0
fix prettier
cdOut 09f7f33
Merge branch 'main' into @cdOut/three-dot-removal
cdOut 46e7f6d
move Book a call from ReportDeailsPage into ProfilePage
cdOut 13c1462
fix prettier
cdOut 96d5a64
remove import issues and fix lint
cdOut 2528eac
revert hold menu removal from MoneyRequestHeader
cdOut 8516678
fix prettier issues
cdOut 9c5c52f
Merge branch 'main' into @cdOut/three-dot-removal
cdOut 5e5684e
remove unused const definition for BOOK_A_CALL
cdOut d59bd98
Merge branch 'main' into @cdOut/three-dot-removal
cdOut 6a2ea04
Merge branch 'main' into @cdOut/three-dot-removal
cdOut c1abbb7
add isClosedReport check for holding expenses
cdOut 2f10c65
fix hold promoted action not showing in specific cases
cdOut 02a3470
fix lint errors
cdOut 81e0783
Revert "fix lint errors"
cdOut b4a1a40
Revert "fix hold promoted action not showing in specific cases"
cdOut 767937c
Revert "add isClosedReport check for holding expenses"
cdOut 2a7a161
Merge branch 'main' into @cdOut/three-dot-removal
cdOut 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
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 did we remove this menu? It shows information about held transactions when users open one.
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.
Good catch, I've readded it.