svchat/src/lib/functions
April Hall a65fc60f7a
fix: Render messages with escaped HTML in {@html} tags
Doing this so that I don't have to worry about it when I implement
markdown later, as the escaped string will be passed to the markdown
renderer, so that arbitrary HTML written in the message box will not be
rendered, but HTML from the markdown parser will.
2025-02-10 03:43:05 -05:00
..
autoresize.svelte.ts fix: Reset textarea to default size on submit 2025-02-07 22:02:47 -05:00
clientWebsocket.svelte.ts feat: Implement message limit of 2000 characters 2025-02-08 22:35:19 -05:00
escapeHTML.ts fix: Render messages with escaped HTML in {@html} tags 2025-02-10 03:43:05 -05:00
websocketConfig.ts feat: Sync chat presence with auth data 2025-02-09 23:39:57 -05:00