07cbc522fd
* Initial implementation for creation of new checkbox when enter is pressed. * Card detail context added: - used for adding new content element - tracks id of new block that was added - used in checkbox element to set focus * Deleting of last added empty checkbox supported. * Rename addNewElement/addNewBlock to addElement/addBlock. * New component CardDetailProvider for card detail context introduced. * Delete only automatically added checkboxes. * Fix existing unit tests: add `CardDetailProvider` when needed. * Unit tests for `CheckboxElement` updated: - use mocked mutator - test for focus of last added checkbox added - test for adding new checkbox on pressing enter added - test for deleting automatically added checkbox on pressing esc/enter added |
||
---|---|---|
.. | ||
__mocks__ | ||
cypress | ||
html-templates | ||
i18n | ||
src | ||
static | ||
.eslintignore | ||
.eslintrc.json | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc.json | ||
.stylelintrc.json | ||
cypress.json | ||
NOTICE.txt | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tslint.json | ||
webpack.common.js | ||
webpack.dev.js | ||
webpack.prod.js |