Commit graph

13 commits

Author SHA1 Message Date
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: https://kolaente.dev/vikunja/frontend/pulls/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: https://kolaente.dev/vikunja/frontend/pulls/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: https://kolaente.dev/vikunja/frontend/pulls/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: https://kolaente.dev/vikunja/frontend/pulls/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