Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
25af07a0
Commit
25af07a0
authored
Apr 29, 2024
by
Jun Siang Cheah
Browse files
fix: formatting
parent
e8abaa8b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
src/lib/components/admin/UserChatsModal.svelte
src/lib/components/admin/UserChatsModal.svelte
+4
-1
src/lib/components/layout/Sidebar/ChatMenu.svelte
src/lib/components/layout/Sidebar/ChatMenu.svelte
+1
-1
src/lib/i18n/locales/de-DE/translation.json
src/lib/i18n/locales/de-DE/translation.json
+1
-1
No files found.
src/lib/components/admin/UserChatsModal.svelte
View file @
25af07a0
...
@@ -133,7 +133,10 @@
...
@@ -133,7 +133,10 @@
{/each} -->
{/each} -->
</div>
</div>
{:else}
{:else}
<div class="text-left text-sm w-full mb-8">{user.name} {$i18n.t('has no conversations.')}</div>
<div class="text-left text-sm w-full mb-8">
{user.name}
{$i18n.t('has no conversations.')}
</div>
{/if}
{/if}
</div>
</div>
</div>
</div>
...
...
src/lib/components/layout/Sidebar/ChatMenu.svelte
View file @
25af07a0
<script lang="ts">
<script lang="ts">
import { DropdownMenu } from 'bits-ui';
import { DropdownMenu } from 'bits-ui';
import { flyAndScale } from '$lib/utils/transitions';
import { flyAndScale } from '$lib/utils/transitions';
import { getContext } from 'svelte'
import { getContext } from 'svelte'
;
import Dropdown from '$lib/components/common/Dropdown.svelte';
import Dropdown from '$lib/components/common/Dropdown.svelte';
import GarbageBin from '$lib/components/icons/GarbageBin.svelte';
import GarbageBin from '$lib/components/icons/GarbageBin.svelte';
...
...
src/lib/i18n/locales/de-DE/translation.json
View file @
25af07a0
...
@@ -291,7 +291,7 @@
...
@@ -291,7 +291,7 @@
"Profile Image"
:
"Profilbild"
,
"Profile Image"
:
"Profilbild"
,
"Prompt (e.g. Tell me a fun fact about the Roman Empire)"
:
"Prompt (z.B. Erzähle mir eine interessante Tatsache über das Römische Reich."
,
"Prompt (e.g. Tell me a fun fact about the Roman Empire)"
:
"Prompt (z.B. Erzähle mir eine interessante Tatsache über das Römische Reich."
,
"Playground"
:
"Spielplatz"
,
"Playground"
:
"Spielplatz"
,
"Profile"
:
"Profil"
,
"Profile"
:
"Profil"
,
"Prompt Content"
:
"Prompt-Inhalt"
,
"Prompt Content"
:
"Prompt-Inhalt"
,
"Prompt suggestions"
:
"Prompt-Vorschläge"
,
"Prompt suggestions"
:
"Prompt-Vorschläge"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment