Add support for multiple chat sessions in the desktop application (#639)

* Add chat sessions to the desktop application
* Increase width of the main chat body to 90vw
* Update the version of electron
* Render the default message if chat history fails to load
* Merge conversation migrations and fix slug setting
* Update the welcome message, use the hostURL, and update background color for chat actions
* Only update the window's web contents if the page is config
This commit is contained in:
sabaimran
2024-02-11 02:35:28 -08:00
committed by GitHub
parent 1412ed6a00
commit 69344a6aa6
4 changed files with 531 additions and 56 deletions

View File

@@ -10,7 +10,7 @@
"main": "main.js",
"private": false,
"devDependencies": {
"electron": "25.8.4"
"electron": "28.2.1"
},
"scripts": {
"start": "yarn electron ."