No as it was fixed with the refactor.
I think we were just unsure if we would want to actually try looking into this to a broader extent because it seemed to me that it was only fixed due to a…
It may be nice to put this into a composable, to easily use the "scroll lock" functions in other components when needed
No, that is fine, im quite familiar with Vue myself, but never really had to use vuex much. :)
And yes while digging around i was just remembered what a pain it is to develop with Vue 2 and…
On the master branch this might have been fixed by:
Since this will "clone" the task or rather only add…
Well i digged a little deeper into the issue and it seems that it is due to some state sync issues between the vuex task store and the local task shown to be edited.
Once the the task is saved…
Yes i will just take a look at the code of the latest release and test it. What would be super cool, is if we could then backport a fix and release it, since this would be really nice to have as…
Should we maybe also consider using type-based declaration for eg. props and emits?
https://vuejs.org/guide/typescript/composition-api.html#typing-component-props
I usually like them alot…
I think you will need to do this as a json inside the VIKUNJA_AUTH_OPENID_PROVIDERS
variable since this is parsed by the configuration library and further parsed later on in a custom handler (but…