Commit Graph

20 Commits

Author SHA1 Message Date
kolaente e0d120da5d
Fix kanban height on mobile
continuous-integration/drone/push Build is passing Details
2021-01-24 12:31:30 +01:00
konrad d1a2eefca6 Improve consistency of the layout (#386)
continuous-integration/drone/push Build is passing Details
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #386
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-23 17:18:09 +00:00
kolaente 981a230b14
Fix kanban board slightly scrolling
continuous-integration/drone/push Build is passing Details
2021-01-20 21:58:28 +01:00
kolaente 09b7a903d2
Add success message when modifying buckets
continuous-integration/drone/push Build is passing Details
2021-01-15 23:46:43 +01:00
kolaente e87642026b
Fix task icons on kanban if there were multiple different ones
continuous-integration/drone/push Build is passing Details
2021-01-10 18:27:18 +01:00
azymondrian 158e697988 Show task progress on task (#354)
continuous-integration/drone/push Build is passing Details
Shows the task completion percent as progress bar in task lists and on kanban cards.

Reviewed-on: #354
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: azymondrian <azymondrian@protonmail.com>
Co-committed-by: azymondrian <azymondrian@protonmail.com>
2020-12-31 15:16:07 +00:00
profi248 8fe362c267 Show an icon if a task has non-empty description (Kanban view and List view) (#360)
continuous-integration/drone/push Build is passing Details
Add an icon to indicate that task has a description (similar to Trello). Would also be nice to add a counter for comments, but it's not possible to reasonably currently implement unless the API also gets changed.

Also add attachment icon to List view, and change the icon in Kanban view to be consistent with the rest of the icon set.

Reviewed-on: #360
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: profi248 <kostal.david8@gmail.com>
Co-committed-by: profi248 <kostal.david8@gmail.com>
2020-12-30 21:20:33 +00:00
kolaente 82d54b0751
Remove the focus of the bucket title element after saving the title
continuous-integration/drone/push Build is passing Details
2020-10-24 17:23:13 +02:00
konrad cac8b09263 Add limits for kanban boards (#234)
continuous-integration/drone/push Build is passing Details
Prevent dropping a task onto a bucket which has its limit reached

Fix closing the dropdown

Add notice to show the limit

Add input to change kanban bucket limit

Add menu item to save bucket limit

Fix parsing dates from the api

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #234
2020-09-04 20:01:02 +00:00
kolaente 0ae73c906d
Fix create new bucket button having no margin to the right
continuous-integration/drone/push Build is passing Details
2020-08-11 20:57:55 +02:00
kolaente d95571309b
Fix bottom padding on kanban
continuous-integration/drone/push Build is passing Details
2020-08-11 20:47:27 +02:00
kolaente d23f07d5ac
Fix task layout in kanban
continuous-integration/drone/push Build is passing Details
2020-07-07 22:02:44 +02:00
kolaente cc904f07aa
Always break kanban card titles
continuous-integration/drone/push Build is passing Details
2020-07-01 11:11:26 +02:00
kolaente 8d94bdb081
Color the whole card on kanban if the task has a color
continuous-integration/drone/push Build is passing Details
2020-06-21 18:24:01 +02:00
kolaente b354ab51e7
Fix kanban board height
continuous-integration/drone/push Build is passing Details
2020-06-17 09:02:27 +02:00
konrad 4b3f92ae34 Custom backgrounds for lists (#144)
continuous-integration/drone/push Build is passing Details
Make backgrounds list responsive

Show initial collection of backgrounds

Remove test data

Fix "backgroundInformation is null" when navigating

Fix kanban height

Remove debug log

Move list title to top header

Add styling for title in top header

Set the current list (and background) when loading settings

Only load the background if it changed

Make task detail view look good again

Fix bottom spacing

Make list and table view look good again

Make pages with background at least 100vh

Fix kanban height

Make extra buttons look good again

Move list title and view-switcher in one row

Add styling for backgrounds

Set background globally

Add getting list background and putting it in vuex

Add setting list background

Move list background setting to seperate list

Add search timeout to not search on every keypress

Add getting thumbnails through api

Add basic search for unsplash backgrounds

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #144
2020-05-31 19:17:10 +00:00
kolaente 229999546c
Fix bucket spacing on kanban board
continuous-integration/drone/push Build is passing Details
2020-04-27 13:06:03 +02:00
kolaente c59501958f
Fix attachment icon
continuous-integration/drone/push Build is passing Details
2020-04-26 16:32:30 +02:00
kolaente 747a912475
Make the task font size smaller for task cards
continuous-integration/drone/push Build is passing Details
2020-04-26 15:55:14 +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