This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/store/modules
konrad c98ab42e75
All checks were successful
continuous-integration/drone/push Build is passing
feat: move lists between namespaces (#1430)
Frontend implementation of vikunja/api#1096

I've implemented this re-using the drag and drop part of rearranging the list position in the menu. The only problem we have is there's no way to check if a namespace is read-only and disable dropping a list into it. I hope to solve this in the future on the api but for now you can drop a list into it and get an error message. I felt like properly handling the error and restoring the list and its position given this will change anyway.

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1430
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2022-01-29 21:12:46 +00:00
..
attachments.js
auth.js fix: save user language when it wasn't saved previously 2022-01-14 22:11:13 +01:00
config.js feat: redirect to calculated url everywhere 2021-12-17 15:41:11 +00:00
kanban.js
labels.js fix: deleting a namespace 2021-11-22 21:49:19 +01:00
lists.js fix: deleting a namespace 2021-11-22 21:49:19 +01:00
namespaces.js feat: move lists between namespaces (#1430) 2022-01-29 21:12:46 +00:00
tasks.js fix: vuex store manipulation warning when modifying task labels 2022-01-18 22:12:08 +01:00