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/views/list
Dominik Pschenitschni e7a766800d
All checks were successful
continuous-integration/drone/pr Build is passing
feat: remove edit-task from list view
the edit-task component is only used in the listview which doesn't make sense: either all views should have such quick-view mode or none. By removing this component we _do_ remove a bit of functionality.
But: if we improve the modal of the taskdetailview it's general usability and add a new sidebar mode (instead of the current float-in-the-center we do have even a better solution
2022-11-17 15:37:30 +01:00
..
helpers fix: gantt route sync 2022-11-09 18:39:29 +01:00
settings feat: use transition component everywhere 2022-11-14 22:08:54 +01:00
ListGantt.vue fix: gantt route sync 2022-11-09 18:39:29 +01:00
ListInfo.vue feat: move list store to pina (#2392) 2022-09-21 16:21:25 +00:00
ListKanban.vue feat: use transition component everywhere 2022-11-14 22:08:54 +01:00
ListList.vue feat: remove edit-task from list view 2022-11-17 15:37:30 +01:00
ListTable.vue fix(table): sort tasks by index instead of id 2022-11-09 14:46:58 +01:00
NewList.vue feat: move list store to pina (#2392) 2022-09-21 16:21:25 +00:00