mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
Open settings as a full desktop page
This commit is contained in:
parent
e79ec02196
commit
d772bf8b56
10 changed files with 1405 additions and 437 deletions
|
|
@ -20,7 +20,7 @@ export function ProjectSidebar({
|
|||
sessions,
|
||||
onChooseWorkspace,
|
||||
onCreateSession,
|
||||
onFocusModelConfig,
|
||||
onOpenSettings,
|
||||
onSelectProject,
|
||||
onSelectSession,
|
||||
}: {
|
||||
|
|
@ -32,7 +32,7 @@ export function ProjectSidebar({
|
|||
sessions: DesktopSessionSummary[];
|
||||
onChooseWorkspace: () => void;
|
||||
onCreateSession: () => void;
|
||||
onFocusModelConfig: () => void;
|
||||
onOpenSettings: () => void;
|
||||
onSelectProject: (projectId: string) => void;
|
||||
onSelectSession: (sessionId: string) => void;
|
||||
}) {
|
||||
|
|
@ -64,9 +64,9 @@ export function ProjectSidebar({
|
|||
<button
|
||||
className="secondary-button"
|
||||
type="button"
|
||||
onClick={onFocusModelConfig}
|
||||
onClick={onOpenSettings}
|
||||
>
|
||||
Model Config
|
||||
Settings
|
||||
</button>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue