1
0
Commit Graph

72 Commits

Author SHA1 Message Date
815844fe2a Fix opening link share list view 2020-05-06 21:23:47 +02:00
b043369245 Fix navigating back to list view after deleting a task 2020-04-30 12:49:42 +02:00
c7845bb9c1 Kanban (#118)
Add error message when trying to create an invalid new task in a bucket

Prevent creation of new buckets if the bucket title is empty

Disable deleting a bucket if it's the last one

Disable dragging tasks when they are being updated

Fix transition when opening tasks

Send the user to list view by default

Show loading spinner when updating multiple tasks

Add loading spinner when moving tasks

Add loading animation when bucket is loading / updating etc

Add bucket title edit

Fix creating new buckets

Add loading animation

Add removing buckets

Fix creating a new bucket after tasks were moved

Fix warning about labels on tasks

Fix labels on tasks not updating after retrieval from api

Fix property width

Add closing and mobile design

Make the task detail popup look good

Move list views

Move task detail view in a popup

Add link to tasks

Add saving the new task position after it was moved

Fix creating new bucket

Fix creating a new task

Cleanup

Disable user selection for task cards

Fix drag placeholder

Add dragging style to task

Add placeholder + change animation duration

More cleanup

Cleanup / docs

Working of dragging and dropping tasks

Adjust markup and styling for new library

Change kanban library to something that works

Add basic calculation of new positions

Don't try to create empty tasks

Add indicator if a task is done

Add moving tasks between buckets

Make empty buckets a little smaller

Add gimmick for button description

Fix color

Fix scrolling bucket layout

Add creating a new bucket

Add hiding the task input field

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/118
2020-04-25 23:11:34 +00:00
a75670e4f0 Add user settings (#108)
Add email update

Add settings link to menu

Add password update route

Add password update page

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/108
2020-04-17 20:46:50 +00:00
a4acfb5ef2 Add 404 page 2020-03-02 20:30:49 +01: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: https://kolaente.dev/vikunja/frontend/pulls/46
2020-01-19 19:23:06 +00:00
4e5d14d969 Task Detail View (#37) 2019-11-24 13:16:24 +00:00
7419f2a3fb Fixed scroll behaviour 2019-10-20 21:40:44 +02:00
d83fb24bbd Added link sharing (#30) 2019-09-09 17:55:43 +00:00
d03f0211a3 Gantt Charts (#29) 2019-04-29 21:41:39 +00:00
f7a17e45bc Labels on tasks (#25) 2019-03-07 19:48:40 +00:00
d7f7058eef Add week and month view for tasks (#15) 2018-12-25 22:41:55 +00:00
c0d5f6e99a Add password reset (#1) 2018-11-01 21:34:29 +00:00
61867fc787 Added methods to create a new teams 2018-09-14 19:19:50 +02:00
297c1d889d Added functions to have a list of teams 2018-09-14 07:23:25 +02:00
5900e2fcb8 Added methods to edit and delete a list 2018-09-12 08:42:07 +02:00
94b14167b1 Added method to edit namespace 2018-09-11 19:46:14 +02:00
a4dafcd159 Added method to add a new namespace 2018-09-11 19:20:07 +02:00
5ff4f5eb46 Added method to create a new list 2018-09-09 21:28:07 +02:00
ce2b83a29c Added List detail view 2018-09-08 23:33:23 +02:00
46aec7b4ca Added register page 2018-09-08 22:27:13 +02:00
fe86ce2fa8 Added basic classes to handle http/auth/routing 2018-09-06 19:46:09 +02:00