Commit Graph

25 Commits

Author SHA1 Message Date
cafb960c8d Colors for lists and namespaces (#74)
Show colors for namespaces bigger

Show colors for lists and namespaces

Add changing color for lists

Add changing color for namespace

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#74
2020-03-25 21:27:29 +00:00
a706089f7b
Fix changing task dates (due/start/end/reminders)
Fixes #71
2020-03-08 20:07:21 +01:00
fe6c859150
Revert "Use deep imports for importing lodash to make tree shaking easier"
This reverts commit 3c3767a9
2020-03-03 21:02:13 +01:00
3c3767a91e
Use deep imports for importing lodash to make tree shaking easier 2020-03-02 22:37:36 +01:00
f690a6f457
Swap moment.js with date-fns 2020-03-02 21:55:22 +01:00
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
0591531949
Fix adding a task to an empty list 2020-02-14 17:45:06 +01:00
161f853361
Make sure to use date objects everywhere where dealing with dates 2020-02-08 14:16:06 +01:00
a0c4732f81 Add moment.js for date related things (#50)
Fix saving

Use mixin everywhere

Format attachment dates

Add format date mixing

Use moment js on task list page

Use moment js on home page tasks

Add moment js

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#50
2020-01-30 20:49:00 +00:00
d61a7511da Migration Improvements (#47)
Make "migration" "import everywhere"

Add checking for migration status before trying to migrate

Add get status from migrations

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#47
2020-01-20 21:22:32 +00:00
9b232c7d4f Add Wunderlist migration (#46)
Complete migration flow

Add migration in progress animation

Add handling wunderlist migration flow

Basic migration init structure

Add migrator structure

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#46
2020-01-19 19:23:06 +00:00
2302a46d9b Task Pagination (#38) 2019-12-03 18:09:12 +00:00
4e5d14d969 Task Detail View (#37) 2019-11-24 13:16:24 +00:00
2705c1571e Handle task relations the right way (#36) 2019-10-28 21:45:37 +00:00
d83fb24bbd Added link sharing (#30) 2019-09-09 17:55:43 +00:00
52bce0b9f1
Use the new listuser endpoint to search for users 2019-07-22 13:27:20 +02:00
0b18ca73c2
Fixed task update not working (again) 2019-06-05 22:15:30 +02:00
263374985b
Fixed task update not working 2019-06-05 19:36:32 +02:00
cd4dc92a95
Added colors to tasks 2019-04-30 22:18:06 +02:00
d03f0211a3 Gantt Charts (#29) 2019-04-29 21:41:39 +00:00
2631b39678 Fixed getting tasks (#27) 2019-03-10 12:59:17 +00:00
f7a17e45bc Labels on tasks (#25) 2019-03-07 19:48:40 +00:00
6603c046bc Fix for task dates update (#23) 2019-03-03 21:07:15 +00:00
78abd2e88f fix for task dates update (#22) 2019-03-03 20:56:00 +00:00
9b0c842ae1 Move everything to models and services (#17) 2019-03-02 10:25:10 +00:00