Commit Graph

11 Commits

Author SHA1 Message Date
c7845bb9c1 Kanban (#118)
All checks were successful
continuous-integration/drone/push Build is passing
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: #118
2020-04-25 23:11:34 +00:00
e7c1c98c6a
Fix id params not being named correctly
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-17 12:19:53 +02:00
2104d1ea4b Input length validation for new tasks, lists and namespaces (#70)
All checks were successful
continuous-integration/drone/push Build is passing
Fix input validation for new tasks

Better layout for input validation for new lists

Add input length validation for new namepaces

Add input length validation for new lists

Add input length validation for new tasks

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #70
2020-03-04 19:27:27 +00:00
1170e030f6 Use message mixin for handling success and error messages (#51)
All checks were successful
continuous-integration/drone/push Build is passing
Use message mixin everywhere

Add mixin for success and error messages

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #51
2020-01-30 21:47:08 +00:00
9b0c842ae1 Move everything to models and services (#17)
All checks were successful
the build was successful
2019-03-02 10:25:10 +00:00
e094b654e2 New design (#14)
All checks were successful
the build was successful
2018-12-25 15:03:51 +00:00
fc6aee8373
changed cancel() to be called before handle error
All checks were successful
the build was successful
2018-11-28 10:11:26 +01:00
74455b058a Delay loading animation (#8)
All checks were successful
the build was successful
2018-11-27 10:23:50 +00:00
37715f177f
Removed debugging log 2018-09-11 08:29:17 +02:00
97a3079a34
Added functions to add points to a list
All checks were successful
the build was successful
2018-09-09 22:09:20 +02:00
5ff4f5eb46
Added method to create a new list
All checks were successful
the build was successful
2018-09-09 21:28:07 +02:00