Night Coder

Results 26 comments of Night Coder

> @mountiny > > If we want to do nothing, I believe the proposal from @etCoderDysto doesn't get this expected behavior. This proposal makes the API called then a report...

[Updated my proposal](https://github.com/Expensify/App/issues/47067#issuecomment-2275766078) with an alternative solution to close the modal when report field is not changed

## Proposal ### Please re-state the problem that we are trying to solve in this issue. Approver field in tag editor shows user email instead of user name ### What...

[Proposal updated: ](https://github.com/Expensify/App/issues/52678#issuecomment-2481415229) Added code implementation details

> The user can skip the onboarding if it's a new account that is invited to a WS or an existing user creates an expense with this user before the...

This seems to come from https://github.com/Expensify/App/pull/53041 We are setting numberOfLinesTitle={0} here, because of that the number lines are not truncated https://github.com/Expensify/App/blob/4206c86c8e2a8b1872f3b1fd1071cdc4d5260a54/src/pages/ReportDetailsPage.tsx#L747 we should set it to 2 to truncate it...