Tienifr

Results 171 comments of Tienifr

## Proposal ### Please re-state the problem that we are trying to solve in this issue. Show PDF receipt thumbnails ### What is the root cause of that problem? We're...

@luacmartins Can you share the logic to generate the thumbnail of pdf > We simply replace the extension .pdf with .1024.jpg, so the resulting url is filename.1024.jpg. Is that what...

## Proposal ### Please re-state the problem that we are trying to solve in this issue. The cursor isn't vertically centered in IOU amount input and also focus custom time...

@dannymcclain @mallenexpensify This happens 100% of the time on Android Chrome, and is pretty visible, also it's a font issue that can be fixed quickly (details [here](https://github.com/Expensify/App/issues/35435#issuecomment-1918499953)). So I think...

My proposal here https://github.com/Expensify/App/issues/25892#issuecomment-1694065191 can also solve this one. And I think it's the simplest one. There's no need to introduce new prop or use `InteractionManager` again, just let `ReportActionComposeFocusManager`...

## Proposal ### Please re-state the problem that we are trying to solve in this issue. IOU - Padding below total increases for unread messages on mobile devices ### What...

@ArekChr you mean the `top: -20` of `UnreadActionIndicator`? I think we have 2 cases that apply `UnreadActionIndicator`. The first one is below the **created** action, in this case, we should...

@situchan Yes, did you test my second solution? I prefer the second one, if we apply the first solution, we need to disable animation when the `minHeight` change. Unfortunately, I...

@situchan What do you think about this https://github.com/Expensify/App/issues/30360#issuecomment-1788327745 ?

## Proposal ### Please re-state the problem that we are trying to solve in this issue. In BNP, cursor displayed but unable to paste if amount already entered. ### What...