Commit Graph

24 Commits

Author SHA1 Message Date
9aaaa8394f
Make "Move task to different list" wording shorter
All checks were successful
continuous-integration/drone/pr Build is passing
2020-05-04 21:33:01 +02:00
b043369245
Fix navigating back to list view after deleting a task
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-30 12:49:42 +02:00
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
d4b82a4cc9
Add moving tasks between lists
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-18 14:39:56 +02: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
4a413e7f3c Make all api fields snake_case (#105)
All checks were successful
continuous-integration/drone/push Build is passing
Change all snake/camelCase mix and match to camelCase everywhere

Fix conversion to not interfer with service interceptors

Add dynamic conversion between camelCase and snake_case to services

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #105
2020-04-12 21:54:46 +00:00
4408115f41
Add creating new related tasks
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-04 21:29:40 +01:00
aeba5651af
Ensure labels of a task get updated when updating them
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-02 22:25:38 +01:00
5972476735
Add undo button to notification when marking a task as done
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-02 21:19:26 +01:00
ff4299beb1
Fix reminders not being shown on task detail view on mobile
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-01 17:20:25 +01:00
6d4ac2f2b6
Add saving task title with ctrl+enter
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-01 16:57:42 +01:00
22cf54f1f9
Add saving the description with ctrl+enter
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-01 16:50:05 +01:00
57f78ee0d4 Task Comments (#66)
All checks were successful
continuous-integration/drone/push Build is passing
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: #66
2020-02-25 20:11:36 +00:00
63d21b54c4
Rearrange button order on task detail view
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-09 14:54:09 +01:00
2223072881
Set the end date to the same as the due date if a start date was set but no end date
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-09 14:52:45 +01:00
64cbfc113a
Fix "Add a reminder" being shown
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-09 14:48:21 +01:00
b41a4380d8
Add a button to the task detail page to mark a task as done
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-09 14:46:01 +01:00
d42e88b26d
But the add reminders button on the task detail page higher up
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-09 12:50:57 +01:00
37d6ceb963
Fix date handling on task detail page
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-08 18:37:23 +01:00
96fddd9bbd Fix task title on mobile (#54)
All checks were successful
continuous-integration/drone/push Build is passing
Use a contenteditable for task title to make it look good on mobile

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #54
2020-01-31 16:09:29 +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
22d2d1a777 Add removing of tasks (#48)
All checks were successful
continuous-integration/drone/push Build is passing
Add removing of tasks

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #48
2020-01-22 20:18:39 +00:00
11d9aaae12 Update dependencies (#40)
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-15 20:42:40 +00:00
4e5d14d969 Task Detail View (#37)
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-24 13:16:24 +00:00