WofWca

Results 488 comments of WofWca

> Am I toggling selection of the active item? No, in the multiselect MR that would only change the multiselect selection, but not the active chat. To change the active...

> When pressing ctrl+space multiple times in a row the selection of focused item is changing, orca is reporting the selected state and it's not reporting unselected state. Yep, NVDA...

The relevant code is here: https://github.com/deltachat/deltachat-desktop/blob/c7bc14192aef0eb5668ec8cac9324e7b81f8746b/packages/target-electron/src/application-constants.ts#L19-L50 We do apply small margins for "min size", but not on initial size (https://github.com/deltachat/deltachat-desktop/issues/4063): https://github.com/deltachat/deltachat-desktop/blob/f2dcdd5596be14a14936734107b1672c1c29d664/packages/target-electron/src/windows/helpers.ts#L15-L18 We should probably do it in both places. (better...

We use a custom implementation of the app picker, whereas DC Android is using a WebView. So these options can't be 1-1 equivalent. Our URL is : https://github.com/deltachat/deltachat-desktop/blob/d249fa5e098d4f8d35b8ec9885be4af33652e501/packages/frontend/src/components/AppPicker/index.tsx#L45 https://github.com/deltachat/deltachat-desktop/blob/d249fa5e098d4f8d35b8ec9885be4af33652e501/packages/frontend/src/components/AppPicker/index.tsx

Yes, we need to probably rewrite `` at least to make it appear on focus and not just hover, and to utilize `aria-describedby` or something.

Any idea how to set the "category" using Electron notifications API? Or is it not about notifications but some app metadata? https://www.electronjs.org/docs/latest/api/notification

As I mentioned in a private conversation, it might be worth checking if the Chromium's Notifications API is devoid of the "no sound" issue. But yep, fixing Electron would be...

> maybe basic chat info could work as well? I have investigated this prospect, however, unfortunately, there is heavy dependence on `T.FullChat` properties in various child components of `MessageListAndComposer`. If...

What Windows version do you use? This looks like a duplicate of https://github.com/deltachat/deltachat-desktop/issues/2449.

https://github.com/deltachat/deltachat-desktop/issues/5285 Also reports high memory consumption. IDK if it's related.