Skip to content

Commit

Permalink
Markdown Support for Chatroom and Stylistic Changes (#124)
Browse files Browse the repository at this point in the history
* Add dependency for solid-markdown

* Add minimal Markdown display to chats

* Add remarkGfm use and dependency

* Prototype for style refactor

* Chatroom styles refactor inspired by Github

* Fix a bug causing profiles to shrink incorrectly

* Resolves horizontal overflow behavior

* Add pnpm lock file

---------

Co-authored-by: zjkmxy <kinu@meta.com>
  • Loading branch information
AnoldGH and zjkmxy authored Aug 4, 2024
1 parent 6c8fe29 commit 2ba2321
Show file tree
Hide file tree
Showing 4 changed files with 1,338 additions and 17 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "./build-meta.bash && vite",
"dev": "vite",
"build": "./build-meta.bash && tsc && vite build",
"lint": "eslint . --max-warnings 0",
"preview": "vite preview",
Expand Down Expand Up @@ -63,8 +63,10 @@
"peerjs": "^1.5.4",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.3",
"remark-gfm": "4.0.0",
"solid-codemirror": "^2.3.1",
"solid-js": "^1.8.19",
"solid-markdown": "^2.0.13",
"solid-tiptap": "^0.7.0",
"solid-toast": "^0.5.0",
"uuid": "^10.0.0",
Expand Down
Loading

0 comments on commit 2ba2321

Please sign in to comment.