Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -964,9 +964,6 @@ export const ConversationAccordion = ({ projectId }: { projectId: string }) => {
</Radio.Group>
</Stack>
</Stack>
<Button variant="subtle" onClick={resetEverything}>
<Trans>Reset All Options</Trans>
</Button>
</Stack>
</Menu.Dropdown>
</Menu>
Expand Down Expand Up @@ -1100,6 +1097,17 @@ export const ConversationAccordion = ({ projectId }: { projectId: string }) => {
</Stack>
</Menu.Dropdown>
</Menu>

<Tooltip label={t`Reset to default`}>
<ActionIcon
variant="outline"
color="gray"
onClick={resetEverything}
aria-label={t`Reset to default`}
>
<IconX size={16} />
</ActionIcon>
</Tooltip>
</Group>
)}

Expand Down
6 changes: 6 additions & 0 deletions echo/frontend/src/locales/de-DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -2456,6 +2456,12 @@ msgstr "Wir können diese Anfrage nicht verarbeiten, da die Inhaltsrichtlinie de
msgid "Sort"
msgstr "Sortieren"

#: src/components/conversation/ConversationAccordion.tsx:1104
#: src/components/conversation/ConversationAccordion.tsx:1109
msgid "Reset to default"
msgstr "Auf Standard zurücksetzen"


#. placeholder {0}: index + 1
#: src/components/chat/Sources.tsx:33
msgid "Source {0}"
Expand Down
2 changes: 1 addition & 1 deletion echo/frontend/src/locales/de-DE.ts

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions echo/frontend/src/locales/en-US.po
Original file line number Diff line number Diff line change
Expand Up @@ -2525,6 +2525,11 @@ msgstr "Sorry, we cannot process this request due to an LLM provider's content p
msgid "Sort"
msgstr "Sort"

#: src/components/conversation/ConversationAccordion.tsx:1104
#: src/components/conversation/ConversationAccordion.tsx:1109
msgid "Reset to default"
msgstr "Reset to default"

#. placeholder {0}: index + 1
#: src/components/chat/Sources.tsx:33
msgid "Source {0}"
Expand Down
2 changes: 1 addition & 1 deletion echo/frontend/src/locales/en-US.ts

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions echo/frontend/src/locales/es-ES.po
Original file line number Diff line number Diff line change
Expand Up @@ -2467,6 +2467,11 @@ msgstr "Lo sentimos, no podemos procesar esta solicitud debido a la política de
msgid "Sort"
msgstr "Ordenar"

#: src/components/conversation/ConversationAccordion.tsx:1104
#: src/components/conversation/ConversationAccordion.tsx:1109
msgid "Reset to default"
msgstr "Restablecer a valores predeterminados"

#. placeholder {0}: index + 1
#: src/components/chat/Sources.tsx:33
msgid "Source {0}"
Expand Down
2 changes: 1 addition & 1 deletion echo/frontend/src/locales/es-ES.ts

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions echo/frontend/src/locales/fr-FR.po
Original file line number Diff line number Diff line change
Expand Up @@ -2467,6 +2467,11 @@ msgstr "Nous ne pouvons pas traiter cette requête en raison de la politique de
msgid "Sort"
msgstr "Trier"

#: src/components/conversation/ConversationAccordion.tsx:1104
#: src/components/conversation/ConversationAccordion.tsx:1109
msgid "Reset to default"
msgstr "Réinitialiser aux paramètres par défaut"

#. placeholder {0}: index + 1
#: src/components/chat/Sources.tsx:33
msgid "Source {0}"
Expand Down
2 changes: 1 addition & 1 deletion echo/frontend/src/locales/fr-FR.ts

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions echo/frontend/src/locales/nl-NL.po
Original file line number Diff line number Diff line change
Expand Up @@ -2679,6 +2679,11 @@ msgstr "We kunnen deze aanvraag niet verwerken vanwege de inhoudsbeleid van de L
msgid "Sort"
msgstr "Sorteer"

#: src/components/conversation/ConversationAccordion.tsx:1104
#: src/components/conversation/ConversationAccordion.tsx:1109
msgid "Reset to default"
msgstr "Resetten naar standaard"

#. placeholder {0}: index + 1
#: src/components/chat/Sources.tsx:33
msgid "Source {0}"
Expand Down
2 changes: 1 addition & 1 deletion echo/frontend/src/locales/nl-NL.ts

Large diffs are not rendered by default.

Loading