-
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
[$250] Show expense in RHP when new expense is added from Search page #52604
Comments
Triggered auto assignment to @adelekennedy ( |
Edited by proposal-police: This proposal was edited at 2024-11-15 09:05:52 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Show expense in RHP when new expense is added from Search page What is the root cause of that problem?A feature request. What changes do you think we should make in order to solve the problem?We should open the Report in RHP after completing the IOU action. For example in Line 3668 in a6f1348
to: if (isSearchTopmostCentralPane()) {
Navigation.navigate(ROUTES.SEARCH_REPORT.getRoute({reportID: iouReport.reportID, reportActionID: createdIOUReportActionID}));
return;
}
Navigation.dismissModal(activeReportID); We can explicitly check if the current search filter is other than We need to apply this change to other IOU actions: |
Hey! I am Wojtek from Software Mansion, an expert agency. Currently we are working together with @adamgrzybowski on Refactor RHP flow to contain navigation within itself. I can take a look at it as it should be covered by the solution we are implementing. |
Job added to Upwork: https://www.upwork.com/jobs/~021857449060653341195 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @eVoloshchak ( |
@eVoloshchak, @luacmartins, @WojtekBoman, @adelekennedy Whoops! This issue is 2 days overdue. Let's get this updated quick! |
I'm still working on that 🫡 |
@eVoloshchak, @luacmartins, @WojtekBoman, @adelekennedy Eep! 4 days overdue now. Issues have feelings too... |
@eVoloshchak, @luacmartins, @WojtekBoman, @adelekennedy 8 days overdue is a lot. Should this be a Weekly issue? If so, feel free to change it! |
Still in progress |
@eVoloshchak, @luacmartins, @WojtekBoman, @adelekennedy 10 days overdue. I'm getting more depressed than Marvin. |
@eVoloshchak @luacmartins @WojtekBoman @adelekennedy this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
@eVoloshchak, @luacmartins, @WojtekBoman, @adelekennedy 12 days overdue now... This issue's end is nigh! |
This issue has not been updated in over 14 days. @eVoloshchak, @luacmartins, @WojtekBoman, @adelekennedy eroding to Weekly issue. |
It's still in progress as we had to wait for merging the native stack PR, currently we're adjusting this PR to changes introduced by native stacks. When we finish it, I'll raise a PR for this issue |
Problem
When a user creates an expense from the Search page today and have filters set to Chat or Invoices, the user won't know that the expense got successfully created. Here's a video of the issue:
CleanShot.2024-11-14.at.14.13.26.mp4
Solution
When an expense is created on the Search page, show the created expense in the RHP to ensure the user is aware that their expense was created successfully.
cc @Expensify/design
Issue Owner
Current Issue Owner: @WojtekBomanUpwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: