refactor: code structure; chore: translations cleanup

This commit is contained in:
Marco Beretta 2025-07-24 19:19:40 +02:00
parent de69bcdd64
commit c273dfc1f4
No known key found for this signature in database
GPG key ID: D918033D8E74CC11
38 changed files with 63 additions and 20925 deletions

View file

@ -121,6 +121,7 @@ export default function Settings({ conversation, setOption, models, readonly }:
<div className="grid w-full items-center gap-2">
<SelectDropDown
value={model ?? ''}
title={localize('com_ui_model')}
setValue={createDropdownSetter(setModel)}
availableValues={modelOptions}
disabled={readonly}

View file

@ -55,6 +55,7 @@ export default function Settings({ conversation, setOption, models, readonly }:
<div className="col-span-5 flex flex-col items-center justify-start gap-6 sm:col-span-3">
<div className="grid w-full items-center gap-2">
<SelectDropDown
title={localize('com_ui_model')}
value={model ?? ''}
setValue={setModel}
availableValues={models}