Skip to content

Commit 2b74053

Browse files
fix(app): remove more dead settings shell code (#1350)
* fix(app): remove more dead settings shell code * fix(app): prune more dead helpers and props
1 parent d075f03 commit 2b74053

23 files changed

+6
-1290
lines changed

apps/app/src/app/app.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2069,7 +2069,6 @@ export default function App() {
20692069
const settingsTabs = new Set<SettingsTab>([
20702070
"general",
20712071
"den",
2072-
"model",
20732072
"automations",
20742073
"skills",
20752074
"extensions",

apps/app/src/app/components/question-modal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export type QuestionModalProps = {
1010
open: boolean;
1111
questions: QuestionInfo[];
1212
busy: boolean;
13-
onClose: () => void;
1413
onReply: (answers: string[][]) => void;
1514
};
1615

apps/app/src/app/components/session/inbox-panel.tsx

Lines changed: 0 additions & 298 deletions
This file was deleted.

apps/app/src/app/components/status-bar.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ type StatusBarProps = {
1212
settingsOpen: boolean;
1313
onSendFeedback: () => void;
1414
onOpenSettings: () => void;
15-
onOpenMessaging: () => void;
16-
onOpenProviders: () => Promise<void> | void;
17-
onOpenMcp: () => void;
1815
providerConnectedIds: string[];
1916
statusLabel?: string;
2017
statusDetail?: string;

apps/app/src/app/components/workspace-chip.tsx

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)