Timeline Perf Improvement (#1521)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Mon, 30 Oct 2023 05:58:47 +0000 (16:58 +1100)
committerGitHub <noreply@github.com>
Mon, 30 Oct 2023 05:58:47 +0000 (11:28 +0530)
commitc854c7f9d2167e1e38baf90d17afa0ee1f77033b
treeaac9508e07d72be83be7e07c1d7bdb9cffa4386d
parent3713125f57acb528aa46db2c764fd8306873c901
Timeline Perf Improvement (#1521)

* emojify msg txt find&replace instead of recursion

* move findAndReplace func in its own file

* improve find and replace

* move markdown file to plugins

* make find and replace work without g flag regex

* fix pagination stop on msg arrive

* render blurhash in small size
src/app/components/editor/output.ts
src/app/organisms/room/RoomTimeline.tsx
src/app/organisms/room/message/ImageContent.tsx
src/app/organisms/room/message/VideoContent.tsx
src/app/plugins/markdown.ts [new file with mode: 0644]
src/app/plugins/react-custom-html-parser.tsx
src/app/utils/findAndReplace.ts [new file with mode: 0644]
src/app/utils/markdown.ts [deleted file]