• Joined on 2021-09-16
saibotk commented on issue vikunja/frontend#1547 2023-03-09 12:43:35 +00:00
500 when get issue

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…

saibotk commented on pull request vikunja/frontend#1617 2022-03-08 10:07:33 +00:00
feat: prevent scrolling the rest of the page when a modal is open

It may be nice to put this into a composable, to easily use the "scroll lock" functions in other components when needed

saibotk commented on issue vikunja/frontend#1547 2022-02-18 11:44:22 +00:00
500 when get issue

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…

saibotk commented on issue vikunja/frontend#1547 2022-02-18 01:43:27 +00:00
500 when get issue

On the master branch this might have been fixed by:

ff9e1b3fca

Since this will "clone" the task or rather only add…

saibotk commented on issue vikunja/frontend#1547 2022-02-18 01:22:20 +00:00
500 when get issue

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…

saibotk commented on issue vikunja/frontend#1547 2022-02-17 12:15:39 +00:00
500 when get issue

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…

saibotk opened issue vikunja/frontend#1547 2022-02-16 15:19:24 +00:00
Duplicate tags and assignees
saibotk commented on pull request vikunja/frontend#1544 2022-02-16 09:08:05 +00:00
feature/feat-migrate-to-typescript

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…

saibotk pushed to fix/netlify-preview-slugs at saibotk/frontend 2022-02-14 14:11:11 +00:00
a33e1e45bc fix: Replace slugify in deploy-preview-netlify with simple regex
saibotk created pull request vikunja/frontend#1543 2022-02-14 13:59:37 +00:00
Replace slugify with simple regex solution
saibotk created branch fix/netlify-preview-slugs in saibotk/frontend 2022-02-14 13:58:26 +00:00
saibotk pushed to fix/netlify-preview-slugs at saibotk/frontend 2022-02-14 13:58:26 +00:00
ce8500a640 Replace slugify with simple regex solution
saibotk created repository saibotk/frontend 2022-02-14 12:23:08 +00:00
saibotk opened issue vikunja/frontend#755 2021-09-16 04:15:15 +00:00
Quick Add Magick: Support localized date formats
saibotk closed issue vikunja/vikunja#982 2021-09-16 04:14:20 +00:00
Quick Add Magic: Support localized time strings
saibotk opened issue vikunja/vikunja#982 2021-09-16 04:12:58 +00:00
Quick Add Magic: Support localized time strings
saibotk commented on issue vikunja/vikunja#978 2021-09-16 03:34:17 +00:00
Environment-variable for openid-provider

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…

saibotk opened issue vikunja/vikunja#981 2021-09-16 03:31:47 +00:00
OpenID: Cannot export data
saibotk opened issue vikunja/vikunja#980 2021-09-16 03:28:54 +00:00
OpenID: Disable Password Change form in settings