Commit Graph

14 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 4408115f41
Add creating new related tasks 2020-03-04 21:29:40 +01:00
kolaente aeba5651af
Ensure labels of a task get updated when updating them 2020-03-02 22:25:38 +01:00
kolaente 6258c59c18
Fix initial dates on task edit sidebar 2020-02-09 17:33:04 +01:00
kolaente 301c23fa9a
Add auto save for task edit sidebar 2020-02-09 17:30:42 +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 11d9aaae12 Update dependencies (#40) 2019-12-15 20:42:40 +00:00
konrad 4e5d14d969 Task Detail View (#37) 2019-11-24 13:16:24 +00:00
kolaente e00f0046b5
Replace all spaces with tabs 2019-11-03 13:44:40 +01:00
konrad 2705c1571e Handle task relations the right way (#36) 2019-10-28 21:45:37 +00:00
kolaente a0d281b0b4
Added changing %Done on a task 2019-10-19 18:27:31 +02:00
kolaente 52bce0b9f1
Use the new listuser endpoint to search for users 2019-07-22 13:27:20 +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