Disable ChatMark widgets when a message is done

- Updated the ChatMark component to accept a new prop, messageDone. The component uses this prop to decide whether to disable its widgets.
- The MessageMarkdown component now passes the messageDone prop to the ChatMark component.
- The MessageBody component and the MessageList component have been updated to provide the messageDone prop for the MessageMarkdown component.
This commit is contained in:
Rankin Zheng 2023-12-07 18:21:34 +08:00
parent 7619e5efc6
commit a9f1ae3ed5

View File

@ -2,7 +2,7 @@
"name": "devchat",
"displayName": "DevChat",
"description": "Write prompts, not code",
"version": "0.1.55",
"version": "0.1.88",
"icon": "assets/devchat.png",
"publisher": "merico",
"engines": {