Fedi Rajhi
Fedi Rajhi
this issue happens when we change the default close logic https://github.com/electron/electron/issues/20263 https://github.com/Expensify/App/blob/299f07bfa29c0dd81a6126691aae29e161097baa/desktop/main.js#L262-L269 We have to exit full screen mode then we hide window ```jsx browserWindow.on('close', (evt) => { if (quitting...
> @fedirjh can you let us know when your PR will be ready for review? https://github.com/Expensify/App/pull/12368 : Deployed to production
hello there This issue is related to white Space : it is set to nowrap which suppresses line breaks within the source text . to fix this you set `white-space:normal...
@sobitneupane thanks for the update. It looks like safari is still supporting the old alias of `overflow-wrap` which is `word-wrap` . here is an updated solution that works on safari...
@sobitneupane the problem with `white-space: nowrap;` , it always suppresses line breaks always even when width is set , i have 2 solution ## Solution 1 Since we have the...
@abekkala flow these steps , still able to reproduce 1. Login to this user : [[email protected]](mailto:[email protected]) / Feya86Katya 2. Verify that A's chats list is showing 3. Logout A and...
I agree with @kidroca about using the https://www.npmjs.com/package/idb-keyval as a new provider. I have tested this package before, and it was significantly faster compared to `localforage`. I wrote this POC...
@Julesssss Updated
~~Proposal~~ **Edit** : my proposal will only fix this issue #12574 so I posted it in other thread , i agree with @mollfpr proposal https://github.com/Expensify/App/issues/12635#issuecomment-1312663705 , there is an update...
@neil-marcellini What are your thoughts on [this proposal](https://github.com/Expensify/App/issues/17692#issuecomment-1520140683), which suggests implementing a backend fix? I have observed that the `AddComment` command is queued before the `OpenReport` command when returning from...