andreymal
  • Joined on 2020-10-23
andreymal commented on pull request vikunja/frontend#2180 2022-07-21 16:11:15 +00:00
feat: replace our home-grown gantt implementation with ganttastic

When I'm trying to set "Size → Month", prod hangs, dev infinitely floods the browser console with this error:

RangeError: Invalid time value
    format index.js:373
    weekdayFromTimeL…
andreymal commented on issue vikunja/frontend#2153 2022-07-21 14:02:58 +00:00
500 when get issue

Same error when deleting a task

Component inside <Transition> renders non-element root node that cannot be animated. 
Proxy { <target>: {…}, <handler>: {…} }
 app warnHandler…
andreymal opened issue vikunja/frontend#2184 2022-07-21 13:39:25 +00:00
Cannot add more than one task on Kanban
andreymal opened issue vikunja/frontend#2183 2022-07-21 13:31:41 +00:00
General settings are sometimes empty
andreymal commented on issue vikunja/frontend#2154 2022-07-16 20:11:43 +00:00
500 when get issue

@dpschen i use the git main branch with yarn serve

But your question made me check yarn build and I noticed that the compiled frontend does not have this error, hence try.vikunja.io does…

andreymal opened issue vikunja/frontend#2154 2022-07-15 17:01:19 +00:00
Error: [vuex] do not mutate vuex store state outside mutation handlers
andreymal commented on issue vikunja/frontend#2153 2022-07-15 16:45:33 +00:00
500 when get issue

The keyboard shortcuts popup shows a similar error (but not sure if this is related to this issue)

Component inside <Transition> renders non-element root node that cannot be animated.…
andreymal opened issue vikunja/frontend#2153 2022-07-15 16:40:32 +00:00
Component inside <Transition> renders non-element root node that cannot be animated
andreymal opened issue vikunja/frontend#2152 2022-07-15 16:35:59 +00:00
Property "isOpen" was accessed during render but is not defined on instance
andreymal opened issue vikunja/vikunja#1211 2022-07-15 16:27:17 +00:00
New users can't save general settings
andreymal opened issue vikunja/frontend#1734 2022-03-29 14:54:33 +00:00
Endless description saving on slow internet
andreymal opened issue vikunja/frontend#1732 2022-03-29 13:38:28 +00:00
Task list disappeared
andreymal commented on issue vikunja/vikunja#911 2021-07-29 21:13:07 +00:00
TOTP code can be brute-forced

I also noticed that keyvalue storage has no timeout and Vikunja remembers all login attempts, so if I make a typo in the TOTP code, my account is immediately disabled after first try. I guess it's…

andreymal commented on issue vikunja/vikunja#911 2021-07-29 21:00:06 +00:00
TOTP code can be brute-forced

I think there are too many emails :)

andreymal opened issue vikunja/frontend#590 2021-07-12 14:29:54 +00:00
Don't reset activeFields after editing some field
andreymal commented on issue vikunja/frontend#587 2021-07-10 10:46:30 +00:00
500 when get issue

Now it works 👍 Seems the logout button is no longer needed? Removing it will make shared pages look a bit nicer

andreymal commented on issue vikunja/frontend#587 2021-07-09 19:34:34 +00:00
500 when get issue

@konrad it seems I caught a race condition: the user/token and shares/.../auth requests are sent at almost same time, and the authorization result depends on which request responds last

andreymal opened issue vikunja/frontend#587 2021-07-09 16:26:08 +00:00
Cannot visit more than one shared link
andreymal commented on issue vikunja/frontend#484 2021-07-09 15:06:04 +00:00
500 when get issue

@Gensokian this feature request requires native css variables, but this link describes sass variables which unfortunately can't be modified outside the source code

andreymal opened issue vikunja/vikunja#914 2021-07-08 15:47:18 +00:00
User with read-write access can edit favorites of another user