-
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
Tweaks to the expense flow #53760
Open
JKobrynski
wants to merge
36
commits into
Expensify:main
Choose a base branch
from
callstack-internal:JKobrynski/feat/tweaks-to-create-expense-flow
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+158
−65
Open
Tweaks to the expense flow #53760
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
49269d0
remove the Just track it button
JKobrynski 7a2556d
add the create $amount expense label
JKobrynski 103bf6c
add Workspace and Personal sections to recipients list
JKobrynski 50bbaaa
Merge branch 'main' into JKobrynski/feat/tweaks-to-create-expense-flow
JKobrynski 3464608
Merge remote-tracking branch 'upstream/main' into JKobrynski/feat/twe…
JKobrynski 052b1ff
update translation, add return type
JKobrynski 520ec32
Merge remote-tracking branch 'upstream/main' into JKobrynski/feat/twe…
JKobrynski 676a76d
put default workspace on top of the list
JKobrynski ff2fcc4
Merge remote-tracking branch 'upstream/main' into JKobrynski/feat/twe…
JKobrynski 3bdf6d2
Merge remote-tracking branch 'upstream/main' into JKobrynski/feat/twe…
JKobrynski b1e5d19
Merge remote-tracking branch 'upstream/main' into JKobrynski/feat/twe…
JKobrynski c4fb54a
replace id fallbacks with CONST.DEFAULT_NUMBER_ID
JKobrynski 50ebfa5
rename recentWorkspaceChats to workspaceChats
JKobrynski 9e9e428
separate all workspace chats, not just recents
JKobrynski 9848008
filter selfDMChat option
JKobrynski efe51d4
replace id fallbacks with CONST.DEFAULT_NUMBER_ID
JKobrynski 398feac
fix ids rule
JKobrynski 927ee63
Merge remote-tracking branch 'upstream/main' into JKobrynski/feat/twe…
JKobrynski 9b2c48d
Merge remote-tracking branch 'upstream/main' into JKobrynski/feat/twe…
JKobrynski 0bf0562
export getReport from ReportUtils
JKobrynski 53adb31
simplify workspace filtering, fix no results found condition
JKobrynski 2764399
Merge remote-tracking branch 'upstream/main' into JKobrynski/feat/twe…
JKobrynski e1447e9
replace isPolicyExpenseChat with isOwnPolicyExpenseChat
JKobrynski 8aa913d
Merge remote-tracking branch 'upstream/main' into JKobrynski/feat/twe…
JKobrynski dd65178
Merge remote-tracking branch 'upstream/main' into JKobrynski/feat/twe…
JKobrynski d56d865
remove ReportUtils.getReport references
JKobrynski 5f6ffce
filter out archived workspaces
JKobrynski 70ca10d
Merge remote-tracking branch 'upstream/main' into JKobrynski/feat/twe…
JKobrynski f246b59
remove limit of displayed workspaces
JKobrynski a652bd5
Merge remote-tracking branch 'upstream/main' into JKobrynski/feat/twe…
JKobrynski 6a6207d
fix id fallbacks
JKobrynski 9f49eed
fix id fallback in MoneyRequestParticipantsSelector
JKobrynski 28d4fef
Merge remote-tracking branch 'upstream/main' into JKobrynski/feat/twe…
JKobrynski eee9a5b
revert ID fallback changes in OptionsListUtils.ts
JKobrynski ad595ec
remove unnecessary empty line
JKobrynski 3c27b60
fix optional parameters
JKobrynski 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.
I think we can simplify this function by filter by text the same condition at
Filter by workspace
page, since the WS option doesn't includeisThread
,login
andsubtitle
always set to workspace.Screen.Recording.2024-12-18.at.00.39.05.mp4
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.
Updated