feat: task checklist improvements #797

Merged
konrad merged 5 commits from feature/checklist-improvements into main 2021-09-29 18:31:15 +00:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit 9cc37bcaac - Show all commits

View File

@ -1,6 +1,3 @@
const searchLength = 6
const listPrefixes = ['*', '-']
const unchecked = '[ ]'
const checked = '[x]'
konrad marked this conversation as resolved
Review

searchLength, listPrefixes and unchecked are not used anymore. rest of this file looks good :) cool!

`searchLength`, `listPrefixes` and `unchecked` are not used anymore. rest of this file looks good :) cool!
Review

Good catch :) I've removed them.

Good catch :) I've removed them.
interface CheckboxStatistics {