mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
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:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user