diff --git a/apps/web/src/appSettings.ts b/apps/web/src/appSettings.ts index afe8e50fe..b620c7214 100644 --- a/apps/web/src/appSettings.ts +++ b/apps/web/src/appSettings.ts @@ -87,7 +87,6 @@ export const AppSettingsSchema = Schema.Struct({ sidebarAccentColorOverride: Schema.optional(Schema.String.check(Schema.isMaxLength(64))), sidebarAccentBgColorOverride: Schema.optional(Schema.String.check(Schema.isMaxLength(64))), showStitchBorder: Schema.Boolean.pipe(withDefaults(() => true)), - sidebarWideThreadNames: Schema.Boolean.pipe(withDefaults(() => true)), customCodexModels: Schema.Array(Schema.String).pipe(withDefaults(() => [])), customClaudeModels: Schema.Array(Schema.String).pipe(withDefaults(() => [])), textGenerationModel: Schema.optional(TrimmedNonEmptyString), diff --git a/apps/web/src/components/GitActionsControl.tsx b/apps/web/src/components/GitActionsControl.tsx index 491bd07ac..a3c877526 100644 --- a/apps/web/src/components/GitActionsControl.tsx +++ b/apps/web/src/components/GitActionsControl.tsx @@ -56,6 +56,7 @@ import { import { Group, GroupSeparator } from "~/components/ui/group"; import { Menu, + MenuGroup, MenuGroupLabel, MenuItem, MenuPopup, diff --git a/apps/web/src/components/Sidebar.tsx b/apps/web/src/components/Sidebar.tsx index 5879272c8..272a65aab 100644 --- a/apps/web/src/components/Sidebar.tsx +++ b/apps/web/src/components/Sidebar.tsx @@ -1328,9 +1328,7 @@ export default function Sidebar() { onCancel={cancelEditing} /> -