Commit Graph

6 Commits

Author SHA1 Message Date
kolaente a8a7f70a3c
Cleanup code & make sure it has a common code style
continuous-integration/drone/push Build is passing Details
2020-09-05 22:35:52 +02:00
konrad cac8b09263 Add limits for kanban boards (#234)
continuous-integration/drone/push Build is passing Details
Prevent dropping a task onto a bucket which has its limit reached

Fix closing the dropdown

Add notice to show the limit

Add input to change kanban bucket limit

Add menu item to save bucket limit

Fix parsing dates from the api

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #234
2020-09-04 20:01:02 +00:00
konrad 4a413e7f3c Make all api fields snake_case (#105)
continuous-integration/drone/push Build is passing Details
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: #105
2020-04-12 21:54:46 +00:00
kolaente f690a6f457
Swap moment.js with date-fns
continuous-integration/drone/push Build is passing Details
2020-03-02 21:55:22 +01:00
kolaente 161f853361
Make sure to use date objects everywhere where dealing with dates
continuous-integration/drone/push Build is passing Details
2020-02-08 14:16:06 +01:00
konrad d83fb24bbd Added link sharing (#30)
continuous-integration/drone/push Build is passing Details
2019-09-09 17:55:43 +00:00