Tienifr

Results 171 comments of Tienifr

I don't think the date picker modification is necessary because you can manually type in a date.

# Proposal ## Problem On IOS platform, modal opening will prevent keyboard, and when user closes modal, keyboard will be opened again In https://github.com/Expensify/App/blob/main/src/components/PopoverMenu/index.js we're implementing logic to close modal...

@thesahindia I see there're 3 schools of thought here for major messaging apps: 1. (Examples: WhatsApp, Skype, Telegram) We dismiss the keyboard when any modal is opened. Then the user...

## Proposal ### Please re-state the problem that we are trying to solve in this issue. 1. The "Track distance" does not have 50% opacity when the workspace is not...

## Proposal ### Please re-state the problem that we are trying to solve in this issue. App can't parse the deep link detail with email param. The URL prefix (https://)...

## Proposal ### Please re-state the problem that we are trying to solve in this issue. Deleted workspace, the archive rooms doesn't become unread until user reloads the page. The...

After testing, I see only 2 rooms are updated to be unread from BE side: announce room and admin room. If we want to update all of those chats we...

## Proposal ### Please re-state the problem that we are trying to solve in this issue. After changing the default email and removing the main contact email, attempting to select...

[Proposal updated](https://github.com/Expensify/App/issues/34828#issuecomment-1901729736)

> Are we using policy.owner else where? @sobitneupane yes, I see there're 2 other places we're using it: - [here](https://github.com/Expensify/App/blob/b6363778127003ce5ecb7375c30bb5d05d77b7d9/src/libs/ReportUtils.ts#L4242) I don't see this method `getPolicyExpenseChatReportIDByOwner` used anywhere, we can...