Grigorii K. Shartsev

Results 583 comments of Grigorii K. Shartsev

Vuex constants types in docs has the same problems as vuex project structure: examples in the docs are too simple and small (this is the reason why this repo exists)....

In the docs there is an example only for mutations: [Using Constants for Mutation Types](https://vuex.vuejs.org/guide/mutations.html#using-constants-for-mutation-types). I think, at least actions must have constants too. Even more, we call actions from...

Actually this is a very simple magic: https://github.com/vuejs/vuex/blob/dev/src/helpers.js#L117 Ok, let's do without createNamespacedHelpers (I must admit, I didn't remember this helper and found it after docs rereading today). I'll make...

Can reproduce in Firefox when not just devtools but the Elements tab is open. It seems that the slowing part here is highlighting updates. Rendering of `NcActions` itself seems fast...

### Option 1: add visible description block - ✅ Supports custom content - ✅ Visible and accessible - ❌ Large, multiline for long instructions / small layout PR: https://github.com/nextcloud-libraries/nextcloud-vue/pull/4482 ![image](https://github.com/nextcloud/server/assets/25978914/f517d2da-7e50-4c36-88b1-bc3806b2ac44)...

It is supposed to be used as ```html label ``` Then it has common styles, focus effect, etc. What is the use case to have the label outside the component?