Skip to content

Commit 99475a6

Browse files
committed
feat: plan mode and auto edit mode
1 parent feee30e commit 99475a6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/nls/root/strings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,6 +1936,7 @@ define({
19361936
"AI_CHAT_PREVIEW_OPEN": "Preview",
19371937
"AI_CHAT_PREVIEW_VIEWING": "Previewing",
19381938
"AI_CHAT_QUESTION_OTHER": "Type a custom answer\u2026",
1939+
"AI_CHAT_QUESTION_SUBMIT": "Submit",
19391940
"AI_CHAT_IMAGE_LIMIT": "Maximum {0} images allowed",
19401941
"AI_CHAT_IMAGE_REMOVE": "Remove image",
19411942
"AI_CHAT_ATTACH_FILE": "Attach files",

src/styles/Extn-AIChatPanel.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,10 @@
10221022
}
10231023

10241024
.ai-question-submit {
1025-
align-self: flex-end;
1025+
display: flex;
1026+
align-items: center;
1027+
gap: 5px;
1028+
margin-left: auto;
10261029
background: none;
10271030
border: 1px solid rgba(76, 175, 80, 0.3);
10281031
color: rgba(76, 175, 80, 0.85);
@@ -1088,6 +1091,7 @@
10881091
display: flex;
10891092
align-items: center;
10901093
justify-content: center;
1094+
gap: 5px;
10911095
transition: background-color 0.15s ease, color 0.15s ease;
10921096

10931097
&:hover:not(:disabled) {

0 commit comments

Comments
 (0)