WofWca

Results 488 comments of WofWca

This might have to do with incorrect MIME detection by whoever sets `Message.fileMime`. > If you import it back into a chat in the same profile afterwards, it is displayed...

About dialogs: not sure if you're aware, but now HTML has a native [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) which handles all these dismiss and stack things pretty well.

> I had to implement these using too What does this mean? > it immediately broke FullscreenMedia and FullscreenAvatar (when you open your profile picture it opens behind profile dialog)...

Thanks for the report! This is a core error, it occurs here: https://github.com/chatmail/core/blob/97b0d09ed26dd542eb8989c0ca8a6cbdf0af7196/src/message.rs#L806-L809 I am not sure why. I am unable to reproduce on Windows. Update: also on Linux I...

`dc.db- blobs` - is there a space in the error message like this?

Yes, this has not been implemented yet in Tauri.

Indeed there is an issue with this, when you resize the screen for a while you can get the QR code to get large and never fit the screen. But...

> thus pushing next save further in time I don't think that's how throttle works. Throttle is never less frequent than debounce.

I found another problem with this. After you send a message, the composer also gets re-focused (after getting disabled and then un-disabled), and the screen reader re-announces it. This is...

Pushed a few changes: - hid this behind an experimental toggle - more possible permissions to grant - don't show permissions that were never checked or requested - security: check...