Adding a transition group to messages in history.vue
A transition group was added to the messages in the history.vue file of the app-chat component.
The Message component was updated to use the transition group, providing a fade effect when new messages are added to the chat history.
Modifying the message component in a Vue.js application
The message component in a Vue.js application was modified to add functionality to clear error messages and display them differently from regular messages.
The color of some elements was changed based on whether they are part of an error message or not.
Adding functions to handle error messages in conversations
Two new functions, addErrorMessage and clearErrorMessages, were added to handle error messages in conversations.
Changes were made to the sendMessage function to handle errors and generate conversation titles.
The clearErrorMessages function was exported and the list of exported functions was updated.
Updating version of chatgpt-web
The version of chatgpt-web was updated from 1.0.7 to 1.0.10 in the package.json file.
Updating version of chatgpt-web in pnpm-lock.yaml file
The version of chatgpt-web was updated from 1.0.7 to 1.0.10 in both the specifiers and dependencies sections of the pnpm-lock.yaml file.
The integrity and dependencies fields were updated for the /chatgpt-web/1.0.10 package in the packages section.
Adding a new property to the Message interface
A new property, isError, was added to the Message interface in the types.ts file located in the utils folder.
Changes to Pull Request
Deletion of
bun.lockb
filebun.lockb
file was deleted.Adding a transition group to messages in
history.vue
history.vue
file of theapp-chat
component.Message
component was updated to use the transition group, providing a fade effect when new messages are added to the chat history.Modifying the message component in a Vue.js application
Adding functions to handle error messages in conversations
addErrorMessage
andclearErrorMessages
, were added to handle error messages in conversations.sendMessage
function to handle errors and generate conversation titles.clearErrorMessages
function was exported and the list of exported functions was updated.Updating version of
chatgpt-web
chatgpt-web
was updated from 1.0.7 to 1.0.10 in thepackage.json
file.Updating version of
chatgpt-web
inpnpm-lock.yaml
filechatgpt-web
was updated from 1.0.7 to 1.0.10 in both thespecifiers
anddependencies
sections of thepnpm-lock.yaml
file.integrity
anddependencies
fields were updated for the/chatgpt-web/1.0.10
package in thepackages
section.Adding a new property to the
Message
interfaceisError
, was added to theMessage
interface in thetypes.ts
file located in theutils
folder.Generated by Deto