Commit Graph

21 Commits

Author SHA1 Message Date
kolaente d4b82a4cc9
Add moving tasks between lists 2020-04-18 14:39:56 +02:00
kolaente e7c1c98c6a
Fix id params not being named correctly 2020-04-17 12:19:53 +02:00
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 5972476735
Add undo button to notification when marking a task as done 2020-03-02 21:19:26 +01:00
kolaente ff4299beb1
Fix reminders not being shown on task detail view on mobile 2020-03-01 17:20:25 +01:00
kolaente 6d4ac2f2b6
Add saving task title with ctrl+enter 2020-03-01 16:57:42 +01:00
kolaente 22cf54f1f9
Add saving the description with ctrl+enter 2020-03-01 16:50:05 +01:00
konrad 57f78ee0d4 Task Comments (#66)
Better edit/remove buttons

Spacing

More loading

Add loading

Better dates formatting

Add editing comments

Move closing delete modal to finally

Add delete comments

Add keycode modifier

Comment styling

Comment form

Add basic task comments functionality

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#66
2020-02-25 20:11:36 +00:00
kolaente 63d21b54c4
Rearrange button order on task detail view 2020-02-09 14:54:09 +01:00
kolaente 2223072881
Set the end date to the same as the due date if a start date was set but no end date 2020-02-09 14:52:45 +01:00
kolaente 64cbfc113a
Fix "Add a reminder" being shown 2020-02-09 14:48:21 +01:00
kolaente b41a4380d8
Add a button to the task detail page to mark a task as done 2020-02-09 14:46:01 +01:00
kolaente d42e88b26d
But the add reminders button on the task detail page higher up 2020-02-09 12:50:57 +01:00
kolaente 37d6ceb963
Fix date handling on task detail page 2020-02-08 18:37:23 +01:00
konrad 96fddd9bbd Fix task title on mobile (#54)
Use a contenteditable for task title to make it look good on mobile

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#54
2020-01-31 16:09:29 +00: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 22d2d1a777 Add removing of tasks (#48)
Add removing of tasks

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#48
2020-01-22 20:18:39 +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