Refine settings IA with tabbed sections
Split Settings into tabbed sections while preserving draft state, improve mobile Settings nav/touch targets, and update dashboard UX coverage for the Codex tab.
This commit is contained in:
@@ -113,7 +113,12 @@ export function MoaSettingsPanel() {
|
||||
Object.values(apiKeys).some((value) => value.trim()));
|
||||
|
||||
return (
|
||||
<section className="settings-section" id="settings-moa">
|
||||
<section
|
||||
aria-labelledby="settings-moa-tab"
|
||||
className="settings-section"
|
||||
id="settings-moa"
|
||||
role="tabpanel"
|
||||
>
|
||||
<header className="settings-section-head">
|
||||
<span>Arbiter references</span>
|
||||
<h3>MoA 참조 모델</h3>
|
||||
|
||||
Reference in New Issue
Block a user