Skip to content

Commit d4e07c6

Browse files
committed
feat: Update UI placement of Import/Export tab in Chat Settings Dialog
1 parent a82fce4 commit d4e07c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsDialog.svelte

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@
207207
}
208208
]
209209
},
210+
{
211+
title: 'Import/Export',
212+
icon: Database,
213+
fields: []
214+
},
210215
{
211216
title: 'Developer',
212217
icon: Code,
@@ -222,11 +227,6 @@
222227
type: 'textarea'
223228
}
224229
]
225-
},
226-
{
227-
title: 'Import/Export',
228-
icon: Database,
229-
fields: []
230230
}
231231
// TODO: Experimental features section will be implemented after initial release
232232
// This includes Python interpreter (Pyodide integration) and other experimental features

0 commit comments

Comments
 (0)