Commit Graph

10 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
kolaente 51de1fe880
Enable marking tasks as done from the task overview 2020-03-23 23:24:14 +01:00
kolaente 5f0b5a0945
Sort tasks on start page by due date desc and id desc 2020-01-31 11:09:45 +01:00
kolaente c8130bef61
Directly link to the task for tasks on the start page 2020-01-30 22:50:28 +01:00
konrad 1170e030f6 Use message mixin for handling success and error messages (#51)
Use message mixin everywhere

Add mixin for success and error messages

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#51
2020-01-30 21:47:08 +00: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 11d9aaae12 Update dependencies (#40) 2019-12-15 20:42:40 +00:00
konrad 52017aca83 Task sorting (#39) 2019-12-07 16:35:42 +00:00
konrad 4e5d14d969 Task Detail View (#37) 2019-11-24 13:16:24 +00:00
konrad d03f0211a3 Gantt Charts (#29) 2019-04-29 21:41:39 +00:00