Commit Graph

6 Commits

Author SHA1 Message Date
kolaente 8592652e5b
Save list view per list and not globally
continuous-integration/drone/push Build is passing Details
2020-05-22 17:28:26 +02:00
kolaente 12727900de
Remember list view when navigating between lists
continuous-integration/drone/push Build is passing Details
2020-05-21 11:13:19 +02:00
konrad d7b4b2189a Ensure consistent naming of title fields (#134)
continuous-integration/drone/push Build is passing Details
Merge branch 'master' into fix/title-fields

Change task text field to title

Change namespace name field to title

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #134
2020-05-16 10:31:16 +00:00
kolaente b85f66140b
Fix %done in table view
continuous-integration/drone/push Build is passing Details
2020-05-11 11:43:25 +02:00
kolaente e74c72f486
Don't open task detail in popup for list and table view
continuous-integration/drone/push Build is failing Details
2020-05-09 19:19:06 +02:00
konrad c7845bb9c1 Kanban (#118)
continuous-integration/drone/push Build is passing Details
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