Commit graph

1215 commits

Author SHA1 Message Date
Raimund Schlüßler
097460a53e
Use SVG api to provide black-white icons 2019-01-25 20:37:59 +01:00
Raimund Schlüßler
b26383b69f
Fix colors for dark theme 2019-01-25 20:37:58 +01:00
Raimund Schlüßler
50d07ce5c9
Remove unused search style 2019-01-25 20:37:55 +01:00
Raimund Schlüßler
3f8d17249e
Correctly get readOnly state for calendars 2019-01-25 20:37:01 +01:00
Raimund Schlüßler
073242811b
Add functions to find completed and uncompleted root tasks 2019-01-25 20:37:00 +01:00
Raimund Schlüßler
ae5332c0f4
Automatically focus summary and note input 2019-01-25 20:37:00 +01:00
Raimund Schlüßler
22886ce2fa
Fix getting calendarId in general view 2019-01-25 20:37:00 +01:00
Raimund Schlüßler
56cd2d5438
Let the task component figure out it's route 2019-01-25 20:36:59 +01:00
Raimund Schlüßler
49bbbc65eb
Fix showing calendar name in week view 2019-01-25 20:36:59 +01:00
Raimund Schlüßler
91384ee5c9
Use dynamic components for collections view 2019-01-25 20:36:59 +01:00
Raimund Schlüßler
b4559f1fa0
Fix getting all tasks 2019-01-25 20:36:59 +01:00
Raimund Schlüßler
d7d1d5e838
Only render completed tasks when necessary 2019-01-25 20:36:58 +01:00
Raimund Schlüßler
7a6c166fa6
Fix toggling show complete tasks 2019-01-25 20:36:58 +01:00
Raimund Schlüßler
6458205ac4
Fix checking task priority 2019-01-25 20:36:58 +01:00
Raimund Schlüßler
72052a1e1a
Only show root tasks 2019-01-25 20:36:57 +01:00
Raimund Schlüßler
a819999b5d
Remove drag- and drop leftovers 2019-01-25 20:36:57 +01:00
Raimund Schlüßler
cf3e842ba1
Update dependencies 2019-01-25 20:36:57 +01:00
Raimund Schlüßler
3d0f1d36d9
Don't warn if a new list name is used by the list itself 2019-01-25 20:36:56 +01:00
Raimund Schlüßler
82aea83d75
Focus input fields on show 2019-01-25 20:36:56 +01:00
Raimund Schlüßler
0e7ffe5fb2
Focus subtask input automatically 2019-01-25 20:36:56 +01:00
Raimund Schlüßler
3b84054b95
Cleanup task model 2019-01-25 20:36:55 +01:00
Raimund Schlüßler
c6e0de6855
Cleanup task component 2019-01-25 20:36:55 +01:00
Raimund Schlüßler
11cf0b8f6f
Fix task body icons 2019-01-25 20:36:55 +01:00
Raimund Schlüßler
71738d7a9a
Only render elements when necessary
This speeds up the rendering quite a bit
2019-01-25 20:36:54 +01:00
Raimund Schlüßler
fe83b5801a
Don't use router-link to reduce overhead 2019-01-25 20:36:54 +01:00
Raimund Schlüßler
b2ad4e8ce1
Store subtasks in task 2019-01-25 20:36:54 +01:00
Raimund Schlüßler
1ddc0e8462
Move subtasks getter to store 2019-01-25 20:36:53 +01:00
Raimund Schlüßler
a23e3498c3
Get subtasks by computed property 2019-01-25 20:36:53 +01:00
Raimund Schlüßler
9383b9f634
Don't open details on clicking active elements 2019-01-25 20:36:53 +01:00
Raimund Schlüßler
b711fbe32b
Move router-link into task component 2019-01-25 20:36:53 +01:00
Raimund Schlüßler
a2646228d4
Store tasks in array with key as index 2019-01-25 20:36:52 +01:00
Raimund Schlüßler
dc9bd756cc
Remove multiply used id 2019-01-25 20:36:52 +01:00
Raimund Schlüßler
2507e37f13
Don't render the datepicker if it is not visible 2019-01-25 20:36:52 +01:00
Raimund Schlüßler
dc281837dc
Allow vue performance monitoring 2019-01-25 20:36:51 +01:00
Raimund Schlüßler
e5967d4dd5
Set completed state 2019-01-25 20:36:51 +01:00
Raimund Schlüßler
765d913260
Fix task model 2019-01-25 20:36:51 +01:00
Raimund Schlüßler
26b836957c
Remove semicolons 2019-01-25 20:36:51 +01:00
Raimund Schlüßler
15cf127d48
Fix date parsing 2019-01-25 20:36:50 +01:00
Raimund Schlüßler
76aecaf09a
Add getters and setters for remaining task properties 2019-01-25 20:36:50 +01:00
Raimund Schlüßler
de10ccae69
Replace console.log with console.debug 2019-01-25 20:36:50 +01:00
Raimund Schlüßler
28bdeb1912
Fix lint errors 2019-01-25 20:36:49 +01:00
Raimund Schlüßler
c10beda805
Fix cdav library source 2019-01-25 20:36:49 +01:00
Raimund Schlüßler
f9c98968c7
Load tasks from the server 2019-01-25 20:36:49 +01:00
Raimund Schlüßler
84ac32f761
Align category label text 2019-01-25 20:36:48 +01:00
Raimund Schlüßler
6b45b117bc
Create calendars with VTODO component only 2019-01-25 20:36:48 +01:00
Raimund Schlüßler
2c97f0aadf
Load tasks from server 2019-01-25 20:36:48 +01:00
Raimund Schlüßler
a17d642060
Update required node engines 2019-01-25 20:36:47 +01:00
Raimund Schlüßler
298bd4857d
Fix JSDoc comments 2019-01-25 20:36:47 +01:00
Raimund Schlüßler
7ae3d87c57
Add stricter eslint rules 2019-01-25 20:36:47 +01:00
Raimund Schlüßler
c9f774c1c1
Update dependencies 2019-01-25 20:36:46 +01:00