Ionatan Wiznia

Results 59 comments of Ionatan Wiznia

Ah, sorry, I see it above... Some things I don't get: - `href=\"[^>].*` I think `.` should not be there, we want any char that's not `>`, not any char...

> I think Ionatan's suggestion here was to simply remove the period, ie , href=\"[^>]*, so after href=\" it accepts "any character that isn't >, zero or more times" Yep,...

> OK, cool. Thanks! So, this is my updated regex: Almost! Small tweak: ``` ]* href=\"[^>]*expensify\.com\/chat-attachments[^>]*\">[^

Well, it is the expected behavior for oldDot, but causes problems in newDot, so maybe we need to change it, because reports in newDot are never in closed state and...

I think it's all of them. If I am left in a chat, I expect to be able to write directly in the chat, if it is not focused on...

hmmm, I would believe this is related to the screen size being too small? cc @Expensify/design what do you think of this? What should happen in this case if the...