Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix error in prompts, snapshot and update in chat and snapshot #428

Merged
merged 2 commits into from
Apr 30, 2024

Conversation

cyx2000
Copy link
Collaborator

@cyx2000 cyx2000 commented Apr 30, 2024

修复:
1、提示词中文案
2、store中未修改的代码
3、snapshot深色背景下标题无法展示
4、snapshot中继续对话按钮跳转异常
image
更新:
1、snapshot页面布局跟随chat页面
image
2、chat页面的编辑按钮优化提示,点击后自动获取焦点提示可以点击

@@ -79,6 +79,9 @@ function handleSelect(key: 'copyText' | 'delete' | 'editText') {
case 'editText':
// make the text editable
editable.value = true
await nextTick()
textRef.value.textRef.focus()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 这个我之前意识到问题了 没修

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

主要是点击之后没有反馈,就像没有成功

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

编辑有时候不太好使 我遇到过几次

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

也不太好用,进到编辑再点击一次想移动光标就失去焦点了,只能键盘移动光标,这个功能简单的实现就是这样了

@swuecho swuecho merged commit 434a59f into swuecho:master Apr 30, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants