TaskModal: Checklist component extracted (#12287)

* wip: checklist component extracted

* fixing icons:
Trash can - Delete
Little X - Remove
Big X - Close
Block - Block

* remove checklist code from taskModal and replace with the component + fix styles

* save checklist item on blur

* remove console.info

* fix pr comments + empty checklist item + icon
This commit is contained in:
negue
2020-06-20 20:09:28 +02:00
committed by GitHub
parent f2a8ba4878
commit 29f1817a7c
14 changed files with 376 additions and 162 deletions

View File

@@ -147,7 +147,7 @@
import sortBy from 'lodash/sortBy';
import MemberDetails from './memberDetails';
import removeIcon from '@/assets/members/remove.svg';
import removeIcon from '@/assets/svg/remove.svg';
import messageIcon from '@/assets/members/message.svg';
import starIcon from '@/assets/members/star.svg';