Grigorii K. Shartsev

Results 583 comments of Grigorii K. Shartsev

`CTRL+Click` might not be an initiative, maybe add a new button to the action menu on a conversation in the chat list? By the way, Telegram also first added opening...

Opening chat in a new window is not working even after `@nextcloud/vue` update. It requires one more fix in `@nextcloud/vue`...

Depends on https://github.com/nextcloud/talk-desktop/issues/60

@AedDev As a workaround with a portable (`.zip`) distribution, you can rename the executable to run multiple instances simultaneously. See: https://github.com/nextcloud/talk-desktop?tab=readme-ov-file#-multi-account While Multi-account support is an important feature, it is...

Good point. We'll return back `.zip` distribution until multi-account support is added.

> Also the zoom factor :) - Will be fixed by https://github.com/nextcloud/talk-desktop/pull/853

Works more or less fine now.

> Another Idea that I had in the past was creating a blurred version of the background on the server We can also start with creating it on frontend side...

We don't round it but just show int number indeed https://github.com/nextcloud/spreed/blob/df923967fa31f9abe1c674f43b2ed88f3064415b/src/components/PollViewer/PollViewer.vue#L340

> You could round all but the last number and use `100 - SumOfOtherNumbers` for that. This makes the result depending on the order of options and may increase an...