add dashboard MoA settings controls

This commit is contained in:
ejclaw
2026-04-30 01:31:05 +09:00
parent d2ccb40cac
commit 731984207c
12 changed files with 1134 additions and 24 deletions

View File

@@ -18,6 +18,7 @@ import {
updateModels,
} from './api';
import { LOCALES, languageNames, type Locale, type Messages } from './i18n';
import { MoaSettingsPanel } from './MoaSettingsPanel';
type AccountProvider = 'claude' | 'codex';
@@ -77,6 +78,8 @@ export function SettingsPanel({
<ModelSettings onRestartStack={onRestartStack} />
<MoaSettingsPanel onRestartStack={onRestartStack} />
<FastModeSettings />
<AccountSettings onRestartStack={onRestartStack} />