WofWca

Results 488 comments of WofWca

@DavidSM100 and me have played around with `optional_permissions`, `optional_host_permissions` and for us it acts quite unintuitively, the behavior between browsers is inconsistent. It's also not clear whether host permissions is...

> wondering what others (signal, wa, telegram) are doing there On mobile, Telegram uses the primary (bright) background color for the button. WhatsApp too. But on Desktop they don't have...

Note that it's sometimes useful to have a custom Snowflake bridge line, such as for changing domain fronts, or rendezvous method.

The majority (or all?) of this has been addressed in https://github.com/deltachat/deltachat-desktop/pull/5052. > UI: add client side validation Is this enough? https://github.com/deltachat/deltachat-desktop/blob/b9d42fa8532e50b1110901802641d3f71388396a/packages/frontend/src/components/dialogs/ProxyConfiguration/index.tsx#L321-L331 > Proxy UI should also be moved out of...

Yes, we do have that as well, on "add proxy" click: https://github.com/deltachat/deltachat-desktop/blob/b9d42fa8532e50b1110901802641d3f71388396a/packages/frontend/src/components/dialogs/ProxyConfiguration/index.tsx#L143-L154

> is it a usual, modern way to define grey tones using opacity instead of a color? IDK whether you can call it a standard, I think there are not...

I'll keep this open for now as "issue". If someone wants to re-do it properly, go ahead (I myself might come back to it later).

> Also this affects the other windows too, if I'm not mistaken? Yes. `initMinWinDimensionHandling` is also used for the help window and the HTML email viewer (but not webxdc). >...

Thanks for the report! I would say this is probably a sub-issue of https://github.com/deltachat/deltachat-desktop/issues/4590. So, what you're saying is that the focus never leaves the message input or the search...

Implementation-wise this has to do with the fact that we use `useChatList` in such places, instead of a contact list. Some other such places are: Mailto dialog, ViewProfile (chats in...