enh: width adjustable chat controls

This commit is contained in:
Timothy J. Baek
2024-09-21 03:33:06 +02:00
parent 657d443a3e
commit 692f04d457
5 changed files with 182 additions and 132 deletions

12
package-lock.json generated
View File

@@ -32,6 +32,7 @@
"katex": "^0.16.9",
"marked": "^9.1.0",
"mermaid": "^10.9.1",
"paneforge": "^0.0.6",
"pyodide": "^0.26.1",
"socket.io-client": "^4.2.0",
"sortablejs": "^1.15.2",
@@ -6986,6 +6987,17 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/paneforge": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/paneforge/-/paneforge-0.0.6.tgz",
"integrity": "sha512-jYeN/wdREihja5c6nK3S5jritDQ+EbCqC5NrDo97qCZzZ9GkmEcN5C0ZCjF4nmhBwkDKr6tLIgz4QUKWxLXjAw==",
"dependencies": {
"nanoid": "^5.0.4"
},
"peerDependencies": {
"svelte": "^4.0.0 || ^5.0.0-next.1"
}
},
"node_modules/parent-module": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",