You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: desktop/src/lib/Chat/Chat.svelte
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1103,7 +1103,7 @@ function _toggleSessionList() {
1103
1103
1104
1104
<divclass="field has-addons chat-input">
1105
1105
<divclass="control is-expanded">
1106
-
<textareaclass="textarea"rows="3"bind:value={input} on:keydown={_handleKeydown} placeholder="Type your message and press Enter..."data-testid="chat-input" />
1106
+
<textareaclass="textarea"rows="3"bind:value={input} on:keydown={_handleKeydown} placeholder="Type your message and press Enter..."data-testid="chat-input"></textarea>
Copy file name to clipboardExpand all lines: desktop/src/lib/ConfigJsonEditor.svelte
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,6 @@ onMount(() => {
51
51
<i>The best editing experience is to configure Atomic Server, in the meantime use editor below. You will need to refresh page via Command R or Ctrl-R to see changes</i>
<textareaclass="textarea"id={`openrouter-chat-system-${idx}`} rows="3"placeholder="You are a helpful Rust engineer assistant..."bind:value={$draft.roles[idx].openrouter_chat_system_prompt} />
901
+
<textareaclass="textarea"id={`openrouter-chat-system-${idx}`} rows="3"placeholder="You are a helpful Rust engineer assistant..."bind:value={$draft.roles[idx].openrouter_chat_system_prompt}></textarea>
0 commit comments