Refine settings page UX

Refine the settings page with a clearer hero, side navigation, Codex /goal discoverability, and a single global restart action.
This commit is contained in:
Eyejoker
2026-05-02 02:40:09 +09:00
committed by GitHub
parent 490ae7d324
commit 1a2f879d11
4 changed files with 457 additions and 85 deletions

View File

@@ -113,8 +113,12 @@ export function MoaSettingsPanel() {
Object.values(apiKeys).some((value) => value.trim()));
return (
<section className="settings-section">
<h3>MoA </h3>
<section className="settings-section" id="settings-moa">
<header className="settings-section-head">
<span>Arbiter references</span>
<h3>MoA </h3>
<p>Kimi, GLM .</p>
</header>
{error ? <p className="settings-error">{error}</p> : null}
{!draft ? (
<p className="settings-hint">
@@ -269,7 +273,7 @@ function MoaSettingsActions({
</button>
{savedAt && !dirty ? (
<small className="settings-hint">
. .
. .
</small>
) : null}
</div>