Johannes Marbach
c7c51d764f
Deserialise spoilers back into slash command form ( #11805 )
...
* Deserialise spoilers back into slash command form
Fixes : vector-im/element-web#26344
* Appease the linter
2023-10-26 13:35:02 +00:00
Johannes Marbach
d7677c7e21
Handle newlines in user pills ( #11166 )
...
* Handle newlines in user pills
Fixes : vector-im/element-web#10994
* Fix typo in comment
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
* Refactor link generation for better readability
* Use `<br>` instead of `<br/>`
* Fix copy/paste error
---------
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2023-07-05 22:00:27 +00:00
Michael Weimann
5398db21ad
Add ESLint Jest ( #10261 )
2023-03-01 16:23:35 +01:00
Michael Telatynski
e8b92b308b
Conform more code to strict null checking ( #10169 )
...
* Conform more code to strict null checking
* delint
* Iterate
* delint
* Fix bad test
2023-02-16 09:38:44 +00:00
Michael Telatynski
61a63e47f4
Comply with noImplicitAny ( #9940 )
...
* Stash noImplicitAny work
* Stash
* Fix imports
* Iterate
* Fix tests
* Delint
* Fix tests
2023-02-13 11:39:16 +00:00
Michael Weimann
526645c791
Apply prettier formatting
2022-12-12 12:24:14 +01:00
Michael Telatynski
83ab266533
Fix editing of non-html replies ( #8418 )
2022-04-27 10:43:10 +02:00
Janne Mareike Koschinski
bca9caa98e
Settings toggle to disable Composer Markdown ( #8358 )
2022-04-19 14:53:59 +01:00
Kerry
b9da2255c4
Unit test typescriptification - editor utils ( #8226 )
...
* editor/mock ts
Signed-off-by: Kerry Archibald <kerrya@element.io>
* test/editor/serialize-test.js -> test/editor/serialize-test.ts
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix ts in serialize-test
Signed-off-by: Kerry Archibald <kerrya@element.io>
* test/editor/range-test.js -> test/editor/range-test.ts
Signed-off-by: Kerry Archibald <kerrya@element.io>
* test/editor/position-test.js -> test/editor/position-test.ts
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix position-test
Signed-off-by: Kerry Archibald <kerrya@element.io>
* test/editor/operations-test.js -> test/editor/operations-test.ts
Signed-off-by: Kerry Archibald <kerrya@element.io>
* test/editor/model-test.js -> test/editor/model-test.ts
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix ts in model-test
Signed-off-by: Kerry Archibald <kerrya@element.io>
* test/editor/history-test.js -> test/editor/history-test.ts
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix ts in history-test
Signed-off-by: Kerry Archibald <kerrya@element.io>
* test/editor/diff-test.js -> test/editor/diff-test.ts
Signed-off-by: Kerry Archibald <kerrya@element.io>
* test/editor/deserialize-test.js -> test/editor/deserialize-test.ts
Signed-off-by: Kerry Archibald <kerrya@element.io>
* ts in deserialize-test
Signed-off-by: Kerry Archibald <kerrya@element.io>
* test/editor/caret-test.js -> test/editor/caret-test.ts
Signed-off-by: Kerry Archibald <kerrya@element.io>
* ts caret-test
Signed-off-by: Kerry Archibald <kerrya@element.io>
2022-04-06 12:40:13 +01:00