Skip to content

Commit 19481d5

Browse files
committed
frontend/help-me-fix: do not open details by default and slightly larger dialog
1 parent fc79c41 commit 19481d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/packages/frontend/frame-editors/llm/help-me-fix-button.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ export default function HelpMeFixButton({
8080
description={() => (
8181
<div
8282
style={{
83-
width: "450px",
83+
width: "550px",
8484
overflow: "auto",
8585
maxWidth: "90vw",
86-
maxHeight: "300px",
86+
maxHeight: "400px",
8787
}}
8888
>
8989
The following will be sent to {modelToName(model)}:

src/packages/frontend/frame-editors/llm/help-me-fix-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export async function getHelp(options: GetHelpOptions) {
5656
extraFileInfo,
5757
model,
5858
prioritize,
59-
open: true,
59+
open: false,
6060
full: false,
6161
isHint: false,
6262
});

0 commit comments

Comments
 (0)