tsa321
tsa321
### Proposal The problem is because onyx Report and Report_IOUS are updated asynchronously when creating iou. https://github.com/Expensify/App/blob/adc3ecea49cff208e0003e1a2b37b38ba5be8474/src/pages/home/HeaderView.js#L151-L153 hasOutstandingIOU check is depent on onyx Report, but: iouBadge component logic is based...
@parasharrajat Currently the behavior of the workspace default currency setting is still the same. and I have some doubts before applying the url currency parameter for the workspace currency settings:...
@parasharrajat I have add the URL parameter for workspace currency settings page and update the route accordingly. In my latest commit the focused currency is based on URL parameter and...
Friendly bump @parasharrajat , Could you review my pr when you have a chance? thank you...
@parasharrajat are you ready to review this PR? I will merge main
@parasharrajat done. The behavior will be like country selection page and will also fix https://github.com/Expensify/App/issues/31650
@cead22 yes, this will also fix that issue. I will follow the displayed text of the workspace currency setting, which is agreed in [here](https://github.com/Expensify/App/issues/29822#issuecomment-1785483428).
@parasharrajat if there is navigation problem here, I suggest to solve the issue separately in here: https://github.com/Expensify/App/issues/31650 to get the best solution to fix the issue about `Default Currency Updated...
@parasharrajat Should we hold this PR for https://github.com/Expensify/App/issues/34607 to be merged? because `IOUCurrencySelection` will be removed by that PR, but if this PR is more important then should I continue...
@parasharrajat for the task of creating `CurrencySelectionList` component and use it in IOU request and Workspace setting currency it is already done in my latest commit and ready for a...