WofWca

Results 488 comments of WofWca

I don't think it's gonna be _significantly_ more difficult. Some CSS should do the job, e.g. `display: grid` or `flex` + `order`. Or, well, `aria-label`, as you mentioned.

Another approach: `aria-hidden` the "unread" counter, and insert an invisible `.sr-only` element right after the chat name. Note that WhatsApp also reads "n unread messages" right after the chat name,...

I suppose the place to modify when adding this feature is https://github.com/Vinlic/WebVideoCreator/blob/fb62279513ca0ac01f6b8864a1e43101cbc9532e/core/Synthesizer.js#L473 According to [the docs](https://www.npmjs.com/package/fluent-ffmpeg), a stream can be passed instead of a file name

> Can you describe how to test and provoke "critical" behaviour? I mean the behavior we observed in #4186, #3763, #3753. By "critical" I mean whether the occasional "scroll up"...

> These bugs are all solved, so I still don't get what this PR fixes/improves Those are solved, but this MR might introduce them back (I mean, not those bugs...

This might have been fixed in 2.25 (soon to be released), I can't reproduce it there.

This is the code https://github.com/deltachat/deltachat-desktop/blob/af5fcc8465bd5678f46099e6cc4a638a59434441/packages/frontend/src/components/composer/ComposerMessageInput.tsx#L112-L119 introduced in f3862b09dcf0b96ccd34ad5b53e2580b80bb0014.

> the links cannot be opened silently without the dialog being shown So what's the decision, are we supposed to make an exception and skip the dialog for DC invite...

Yes, but do we skip the warning dialog before we show the "chat with ...?" dialog (which is text-injectable)?

I wonder if https://github.com/deltachat/deltachat-desktop/issues/3355 has ever actually been fixed (edit: maybe it was fixed but then broken again with an Electron upgrade). I tested [1.44.1](https://github.com/deltachat/deltachat-desktop/releases/tag/v1.44.1) (git: v1.33.0-669-g c878fc787) and the...