Commit graph

1164 commits

Author SHA1 Message Date
Raimund Schlüßler
f0a1348bb5
Update dependencies, fix jest config, fix style 2019-01-25 20:36:46 +01:00
Raimund Schlüßler
8cc659922c
Fix style 2019-01-25 20:36:45 +01:00
Raimund Schlüßler
bfc4884879
Update dependencies 2019-01-25 20:36:45 +01:00
Raimund Schlüßler
6ddf3207b3
Fix showing tooltip when a calendar with id "new" exists 2019-01-25 20:36:45 +01:00
Raimund Schlüßler
97781c22c8
Prevent adding a calendar with a name already used 2019-01-25 20:36:44 +01:00
Raimund Schlüßler
c7ea5a7463
Fix checking if a calendar name is used 2019-01-25 20:36:44 +01:00
Raimund Schlüßler
cd7b24e836
Specify color on calendar creation 2019-01-25 20:36:44 +01:00
Raimund Schlüßler
5b9a174a4c
Fix deleting calendars 2019-01-25 20:36:43 +01:00
Raimund Schlüßler
308bd61207
Allow to create a calendar 2019-01-25 20:36:43 +01:00
Raimund Schlüßler
21f077a013
Close tooltip on deletion 2019-01-25 20:36:43 +01:00
Raimund Schlüßler
f45b31464f
Implement deleting a calendar 2019-01-25 20:36:42 +01:00
Raimund Schlüßler
a14f3cdb74
Allow to change calendar name and color 2019-01-25 20:36:42 +01:00
Raimund Schlüßler
a504c256a2
Don't show calendars without VTODO 2019-01-25 20:36:42 +01:00
Raimund Schlüßler
4018960140
Correctly align date in week icon 2019-01-25 20:36:41 +01:00
Raimund Schlüßler
6bbbe0efed
Fix settings layout for long calendar names 2019-01-25 20:36:41 +01:00
Raimund Schlüßler
03635f42d3
Adjust naming 2019-01-25 20:36:41 +01:00
Raimund Schlüßler
9cf9bdc491
Load calendars from the server 2019-01-25 20:36:40 +01:00
Raimund Schlüßler
22ad603a4f
Fix style error 2019-01-25 20:36:40 +01:00
Raimund Schlüßler
f86583eb67
Fix category labels on task body 2019-01-25 20:36:40 +01:00
Raimund Schlüßler
8a661c4271
Configure app for NC15 CSP 2019-01-25 20:36:39 +01:00
Raimund Schlüßler
1b7561fbdc
Add multiselect to show categories 2019-01-25 20:36:39 +01:00
Raimund Schlüßler
d2dfd1eb7d
Remove unused CSS 2019-01-25 20:36:39 +01:00
Raimund Schlüßler
e0833be276
Remove jquery timepicker 2019-01-25 20:36:38 +01:00
Raimund Schlüßler
b4291933f2
Add date- and timepicker 2019-01-25 20:36:38 +01:00
Raimund Schlüßler
973eb906f8
Add allday property 2019-01-25 20:36:38 +01:00
Raimund Schlüßler
5320211dd2
Fix unneeded ternary 2019-01-25 20:36:37 +01:00
Raimund Schlüßler
520a345b20
Don't show task input field if calendar is not writable 2019-01-25 20:36:37 +01:00
Raimund Schlüßler
5b779859a4
Allow to select a default calendar 2019-01-25 20:36:37 +01:00
Raimund Schlüßler
8b329d0555
Fix indentation 2019-01-25 20:36:36 +01:00
Raimund Schlüßler
4a5b42dc3e
Sort the calendars alphabetically by name 2019-01-25 20:36:36 +01:00
Raimund Schlüßler
8d18f8789c
Add another calendar 2019-01-25 20:36:36 +01:00
Raimund Schlüßler
aae931f6e6
Use vue runtime-only build 2019-01-25 20:36:36 +01:00
Raimund Schlüßler
f8dcacdeef
Add configuration for dynamic module loading 2019-01-25 20:36:35 +01:00
Raimund Schlüßler
ea0120ba6a
Return task star icon by function 2019-01-25 20:36:35 +01:00
Raimund Schlüßler
fbdbafafcc
Show task notes 2019-01-25 20:36:35 +01:00
Raimund Schlüßler
279a47bcc8
Work on editing the task properties in details view 2019-01-25 20:36:35 +01:00
Raimund Schlüßler
2ffa568818
Make percent and priority input field of type number 2019-01-25 20:36:34 +01:00
Raimund Schlüßler
d214516e50
Work on task details 2019-01-25 20:36:34 +01:00
Raimund Schlüßler
5e3510f0a1
Adjust date format for task body 2019-01-25 20:36:34 +01:00
Raimund Schlüßler
bd0a4f5ae9
Add correct classes 2019-01-25 20:36:34 +01:00
Raimund Schlüßler
bb0d7f0107
Change dummy tasks to always show dates in fixed times from now 2019-01-25 20:36:33 +01:00
Raimund Schlüßler
0c10db57ef
Add filters for showing start and due date 2019-01-25 20:36:33 +01:00
Raimund Schlüßler
851b2d18f0
Work on the details view 2019-01-25 20:36:33 +01:00
Raimund Schlüßler
ea34c35a25
Fix showing due date if due is undefined 2019-01-25 20:36:33 +01:00
Raimund Schlüßler
d6ebd0f1b3
Split store into separate modules 2019-01-25 20:36:33 +01:00
Raimund Schlüßler
2dddb909ff
Use mapActions 2019-01-25 20:36:32 +01:00
Raimund Schlüßler
ea4017541c
Accept taskId as prop to prevent having it set as attribute 2019-01-25 20:36:32 +01:00
Raimund Schlüßler
7579c13a6c
Work on the details view 2019-01-25 20:36:32 +01:00
Raimund Schlüßler
a07e9292a0
Fix dummy calendars 2019-01-25 20:36:32 +01:00
Raimund Schlüßler
643e289ce5
Remove unused code 2019-01-25 20:36:31 +01:00