Grigorii K. Shartsev

Results 583 comments of Grigorii K. Shartsev

It is a bit more problematic. Making `NcAppContent` a `div` instead of `main` solves the problem with `main` inside `main`. But it doesn't solve the root issue. The structure should...

I think that it's better to go the opposite way. Adjust `layout.user.php` to replace that root `` with a ``. Then it works fine in Vue 2 and Vue 3...

Is there a place where we need to get the text and cannot render a component? If there isn't, we can add is as a prop of `NcRichText`

> See these places in Talk: Both look like rendering content and don't require JS API. > to pull all the NcRichText logic We have the component in the bundle...

We are checking only active/inactive state. We can also check for frozen/ discarded states for suspended tabs. I'd say that a proper solution is to move notifications completely out from...

For the reference: - Page Lifecycle API: https://developer.chrome.com/docs/web-platform/page-lifecycle-api - Lifecycle diagram: https://developer.chrome.com/docs/web-platform/page-lifecycle-api/image/page-lifecycle-api-state.svg - See and change page state: `chrome://discards` --- In a frozen state, DOM is not updated, but background...

Sorry, I mixed it up with another issue... It has nothing to do with the login flow v2.

> I am not sure we need this for a11y I remember we discussed it, and the decision was that we don't. Same as with new message input in Talk,...