Commit graph

1473 commits

Author SHA1 Message Date
Raimund Schlüßler
b44ff84b87
Implement sorting by created and last-modified date 2019-01-25 20:38:17 +01:00
Raimund Schlüßler
0ab3fd701e
Adjust titles of subtasks toggle buttons 2019-01-25 20:38:17 +01:00
Raimund Schlüßler
0163e9f571
Fix task creation 2019-01-25 20:38:17 +01:00
Raimund Schlüßler
6648a675ab
Fix toggling priority in details view 2019-01-25 20:38:16 +01:00
Raimund Schlüßler
53e07a3942
Make task properties reactive for Vue 2019-01-25 20:38:16 +01:00
Raimund Schlüßler
36c4ec6fae
Allow to hide completed subtasks 2019-01-25 20:38:16 +01:00
Raimund Schlüßler
88d177c18f
Allow to change subtasks visibility and priority on Task component 2019-01-25 20:38:15 +01:00
Raimund Schlüßler
053d4d567e
Change load completed tasks string 2019-01-25 20:38:15 +01:00
Raimund Schlüßler
9efc82c9ed
Only return tasks when calendar is defined 2019-01-25 20:38:15 +01:00
Raimund Schlüßler
683eb47a8f
Uncomplete parent task when creating a subtask 2019-01-25 20:38:15 +01:00
Raimund Schlüßler
be16568e73
Fix style 2019-01-25 20:38:14 +01:00
Raimund Schlüßler
e3b035d7ca
Add loaded tasks as subtasks when necessary 2019-01-25 20:38:14 +01:00
Raimund Schlüßler
f8a6e63128
Load completed tasks on request 2019-01-25 20:38:14 +01:00
Raimund Schlüßler
49060454d8
Fix uncompleting a task without a parent 2019-01-25 20:38:13 +01:00
Raimund Schlüßler
a294d77efd
Store subtasks in Object to prevent adding a duplicate 2019-01-25 20:38:13 +01:00
Raimund Schlüßler
52a3e533ec
Load completed subtasks when opening details view 2019-01-25 20:38:13 +01:00
Raimund Schlüßler
42d0afb62a
Add notification when task is outdated 2019-01-25 20:38:12 +01:00
Raimund Schlüßler
b84f191c8d
Implement toggling a tasks completed state 2019-01-25 20:38:12 +01:00
Raimund Schlüßler
91bb424a9f
Don't stringify every change to a task 2019-01-25 20:38:12 +01:00
Raimund Schlüßler
5190839202
Fix task creation and deletion 2019-01-25 20:38:11 +01:00
Raimund Schlüßler
639a6f064c
Implement deleting a task 2019-01-25 20:38:11 +01:00
Raimund Schlüßler
97cc04ae21
Remove useless comment 2019-01-25 20:38:11 +01:00
Raimund Schlüßler
1e945bf81f
Implement adding tasks and subtasks 2019-01-25 20:38:11 +01:00
Raimund Schlüßler
17450008e8
Don't fail when task summary is null 2019-01-25 20:38:10 +01:00
Raimund Schlüßler
78304c5e87
Don't require raw vcalendar to construct a Task 2019-01-25 20:38:10 +01:00
Raimund Schlüßler
c6f3ab38e4
Update dependencies 2019-01-25 20:38:09 +01:00
Raimund Schlüßler
1a8c1b957c
Remove useless comments 2019-01-25 20:38:09 +01:00
Raimund Schlüßler
0b3b74508a
Adjust dropdown icon margin 2019-01-25 20:38:09 +01:00
Raimund Schlüßler
281f8fc9b8
Fix sorting by priority 2019-01-25 20:38:08 +01:00
Raimund Schlüßler
1f639506d7
Adjust sort direction to match master branch 2019-01-25 20:38:08 +01:00
Raimund Schlüßler
26a467e146
Fix style 2019-01-25 20:38:08 +01:00
Raimund Schlüßler
0674ca1606
Add calendar indicator for week view 2019-01-25 20:38:07 +01:00
Raimund Schlüßler
5012a0138d
Use diff function for date sorting 2019-01-25 20:38:07 +01:00
Raimund Schlüßler
e1ed87feb5
Fix sorting by date 2019-01-25 20:38:07 +01:00
Raimund Schlüßler
7753b6d4ba
Implement week view 2019-01-25 20:38:06 +01:00
Raimund Schlüßler
e4e2a4ae86
Remove useless debug statement 2019-01-25 20:38:06 +01:00
Raimund Schlüßler
2084202083
Update dependencies 2019-01-25 20:38:06 +01:00
Raimund Schlüßler
918016e700
Only show tasks belonging to collection 2019-01-25 20:38:06 +01:00
Vadim Nicolai
3adceada8c
Tasks sorting implementation.
Signed-off-by: Vadim Nicolai <contact@vadimnicolai.com>
2019-01-25 20:38:05 +01:00
Raimund Schlüßler
ca9584bb41
Update dependencies 2019-01-25 20:38:05 +01:00
Raimund Schlüßler
e67dd8cd51
Use object spread operator 2019-01-25 20:38:04 +01:00
Raimund Schlüßler
d0db978fa9
Show dropdown copy/download for readonly calendars 2019-01-25 20:38:04 +01:00
Raimund Schlüßler
381c09907b
Directly copy calendar link to clipboard 2019-01-25 20:38:04 +01:00
Raimund Schlüßler
9652be3f7f
Adjust makefile for changed config 2019-01-25 20:38:03 +01:00
Raimund Schlüßler
fffc3ac64f
Don't track old sprites file 2019-01-25 20:38:03 +01:00
Raimund Schlüßler
184a614ebb
Update dependencies 2019-01-25 20:38:03 +01:00
Raimund Schlüßler
b403cb01cd
Update dependencies 2019-01-25 20:38:02 +01:00
Raimund Schlüßler
ecc6a784e7
Fix vue style 2019-01-25 20:38:02 +01:00
Raimund Schlüßler
8e442d56e9
Update dependencies 2019-01-25 20:38:02 +01:00
Raimund Schlüßler
bcb7869bb8
Also count related tasks with missing parent 2019-01-25 20:38:01 +01:00