Commit graph

13 commits

Author SHA1 Message Date
konrad
cac8b09263 Add limits for kanban boards (#234)
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: https://kolaente.dev/vikunja/frontend/pulls/234
2020-09-04 20:01:02 +00:00
kolaente
5705b5afd1
Always focus inputs on kanban when adding a new task or bucket 2020-08-11 21:04:22 +02:00
konrad
3c07c6e8c0 Hide UI elements if the user does not have the right to use them (#211)
Hide Team UI elements if the user does not have the rights to use them

Fix replacing the right saved in the model when updating

Hide UI-Elements on task if the user does not have the rights to use them

Hide UI-Elements on gantt if the user does not have the rights to use them

Hide UI-Elements on kanban if the user does not have rights to use them

Fix canWrite condition

Hide list components if the user has no right to write to the list

Add max right to model

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/211
2020-08-11 18:18:59 +00:00
kolaente
e4f4df0655
Hide the user menu if clicked outside of it 2020-07-29 22:01:54 +02:00
kolaente
5521ba7c71
Fix comparing the currently loaded list with the current list to make sure to only load the list if needed 2020-07-25 15:10:36 +02:00
kolaente
708b057634
Add more debugging when loading lists or buckets 2020-07-25 15:07:22 +02:00
kolaente
3acadfc6db
Add debug logs for loading list + kanban buckets 2020-07-24 10:42:30 +02:00
kolaente
c1ba0f7868
Disabele spellcheck on bucket titles 2020-07-09 19:01:00 +02:00
kolaente
d43427623c
Mark tasks as done from the kanban board with ctrl+click 2020-07-05 21:29:14 +02:00
kolaente
6a4164513f
Automatically scroll to the bottom of a bucket after adding a new task to it 2020-07-04 19:08:01 +02:00
kolaente
46179bf51e
Don't show the task id in list view 2020-06-25 21:01:05 +02:00
kolaente
8d94bdb081
Color the whole card on kanban if the task has a color 2020-06-21 18:24:01 +02:00
kolaente
fc4b9d439b
Restructure components 2020-06-17 22:15:59 +02:00
Renamed from src/components/lists/views/Kanban.vue (Browse further)