Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Francesco Lodolo 174a9512c1
Update to eslint v9 (#3385) 2024-09-30 22:00:32 +02:00
Eemeli Aro d43c73c479
Re-introduce CodeMirror editor + delay setting failed checks until editor results have updated (#2917)
* Replace editor `<textarea>` with CodeMirror v6

* refactor: Add EditFieldHandle and EditorResult as interfaces for the editor value

* Add syntax highlighting for placeholders and tags

* Re-enable spellchecker in translation editor (#2884)

* Delay setting failed checks until editor results have updated

* Update tests to account for setTimeout

* Scroll editor settings menu into view on display

---------

Co-authored-by: Matjaž Horvat <matjaz.horvat@gmail.com>
2023-07-26 11:25:21 +03:00
Matjaž Horvat 6e1357d54a
Revert CodeMirror (#2890)
* Revert "Re-enable spellchecker in translation editor (#2884)"

This reverts commit efa6859735.

* Revert "Add syntax highlighting for placeholders and tags (#2879)"

This reverts commit 9220827324.

* Revert "Replace editor `<textarea>` with CodeMirror v6 (#2866)"

This reverts commit 9a1ee55963.
2023-06-22 10:43:16 +02:00
Eemeli Aro 9a1ee55963
Replace editor `<textarea>` with CodeMirror v6 (#2866)
* refactor: Add EditFieldHandle and EditorResult as interfaces for the editor value
* Replace editor <textarea> with CodeMirror v6
2023-06-15 16:09:21 +03:00
Eemeli Aro 413c8c50fb
Update JS dependencies (#2754)
* chore: Refresh lockfile

* chore: Update to rollup@3

* style: Apply updated Prettier styling
2023-02-15 17:21:20 +02:00