Maksim Sukharev

Results 262 comments of Maksim Sukharev

For the record: Promoted video (forced and auto), Screen share + presenter overlay, Local video - are parts of `CallView` component, and thus are not affected by Grid `devmode`. So...

Will try to work around this solution: https://stackoverflow.com/questions/72762696/jest-error-your-focus-trap-must-have-at-least-one-container-with-at-least-one

Since the introduced solution is merged with PR mentioned above: - If message is not presented in store yet, we're fetching it and its context https://github.com/nextcloud/spreed/pull/9897/commits/92a63328470719a160cc66d910c9a230b58caf0c :heavy_check_mark: - As long...

Possible to navigate through the list and select/deselect with `Tab`, `Shift+Tab`, `Enter`. Is that enough for the case, or do we need an arrow navigation in addition? https://github.com/nextcloud/spreed/assets/93392545/4aa23f0f-511e-4370-a5ff-a54d5c3ee75a

> @Antreesy you fixed this lately, right? We have a solution now with implementing a native title manually, but that's more a patch rather then a solution: * https://github.com/nextcloud/spreed/pull/8605 Roughly...

@julien-nc @juliushaertl please take a look at it

> if it doesn't get triggered infinitely. Due to this function, we could get several consequent changes, as we change `this.compact`, and measured width of container is strictly related to...

NcInputField here is in charge, its font-size set according to default, which is 15px https://github.com/nextcloud/nextcloud-vue/blob/2d67a5fe9520ef06f2771368cbe4681e9f736278/src/components/NcInputField/NcInputField.vue#L328-L331 Looked briefly through our apps: - [x] In Contacts `PropertyMultipleText.vue` font-size was overrided by 13px;...

> the message never hit the server As you said, we don't have messageParameters yet to show a message, although that could be mocked by client. > we could only...

Window size | 3840 x 2160 pixels (4K) | 1920 x 1080 pixels (Full HD) --|--|-- Blur enabled | ![image](https://github.com/nextcloud/spreed/assets/93392545/1b5bf2c3-403e-4e2e-a890-230699584fb3) | ![image](https://github.com/nextcloud/spreed/assets/93392545/6aeee1c9-3751-48a4-b864-e93a6b08cb70) Blur disabled | ![image](https://github.com/nextcloud/spreed/assets/93392545/7bdc2a70-60b0-43bb-baa1-560e73fb0e93) | ![image](https://github.com/nextcloud/spreed/assets/93392545/5fee6ca9-69aa-4966-b741-770e5aabc99e) Difference |...