hedgedoc/src/components/editor
Erik Michelson 79469c5ddc
Show warning if note is longer than configured maximum length (#534)
* Add maximum document length config option

* Show remaining characters in tooltip of status-bar length-info

* Remove unnecessary checkDocumentLength function

* Add max-length warning

* Update translation wording

* Set dialog to medium size

* Add coloring to status-bar length info

* Improve wording in warning modal

* Add cypress e2e tests

I included the cypress-commands package and set the language level to ES6 to allow easier testing e.g. of element attributes.

* Changed way how the modal-advice was styled and positioned

* Show warning modal only on first length exceeding

* Improved length tooltip by adding messages when exceeding or reaching limit
2020-09-05 16:36:46 +02:00
..
app-bar Add markdown body to cheatsheet 2020-09-03 22:03:38 +02:00
document-bar Feature/sequence diagram (#538) 2020-09-05 08:23:20 +02:00
document-renderer-pane Improve render performance (#511) 2020-09-02 20:51:47 +02:00
editor-modals Show warning if note is longer than configured maximum length (#534) 2020-09-05 16:36:46 +02:00
editor-pane Show warning if note is longer than configured maximum length (#534) 2020-09-05 16:36:46 +02:00
scroll Added synced scrolling (#386) 2020-08-19 23:01:38 +02:00
shortcut Fix editor being filled with €-symbols when pressing the editor-mode-shortcut (#493) 2020-08-27 14:32:06 +02:00
splitter Added synced scrolling (#386) 2020-08-19 23:01:38 +02:00
table-of-contents Add 'yarn lint' command and run it in GH actions (#517) 2020-08-31 12:48:58 +02:00
yaml-metadata Add 'yarn lint' command and run it in GH actions (#517) 2020-08-31 12:48:58 +02:00
editor.tsx Add revisions dialog (#485) 2020-09-02 22:57:44 +02:00
editorTestContent.ts Feature/sequence diagram (#538) 2020-09-05 08:23:20 +02:00
utils.ts Restructure help dialog (#484) 2020-08-26 18:49:46 +02:00