Commit Graph

13 Commits

Author SHA1 Message Date
konrad 4a413e7f3c Make all api fields snake_case (#105)
Change all snake/camelCase mix and match to camelCase everywhere

Fix conversion to not interfer with service interceptors

Add dynamic conversion between camelCase and snake_case to services

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#105
2020-04-12 21:54:46 +00:00
konrad 8480bf334f Fix gantt chart (#79)
Fix moving tasks in Gantt

Start fixing gantt

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#79
2020-04-04 16:26:35 +00:00
kolaente a706089f7b
Fix changing task dates (due/start/end/reminders)
Fixes #71
2020-03-08 20:07:21 +01:00
kolaente f690a6f457
Swap moment.js with date-fns 2020-03-02 21:55:22 +01:00
kolaente 161f853361
Make sure to use date objects everywhere where dealing with dates 2020-02-08 14:16:06 +01:00
konrad a0c4732f81 Add moment.js for date related things (#50)
Fix saving

Use mixin everywhere

Format attachment dates

Add format date mixing

Use moment js on task list page

Use moment js on home page tasks

Add moment js

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#50
2020-01-30 20:49:00 +00:00
konrad 4e5d14d969 Task Detail View (#37) 2019-11-24 13:16:24 +00:00
konrad 263374985b
Fixed task update not working 2019-06-05 19:36:32 +02:00
kolaente cd4dc92a95
Added colors to tasks 2019-04-30 22:18:06 +02:00
konrad d03f0211a3 Gantt Charts (#29) 2019-04-29 21:41:39 +00:00
konrad 2631b39678 Fixed getting tasks (#27) 2019-03-10 12:59:17 +00:00
konrad 78abd2e88f fix for task dates update (#22) 2019-03-03 20:56:00 +00:00
konrad 9b0c842ae1 Move everything to models and services (#17) 2019-03-02 10:25:10 +00:00