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
291c7595
Commit
291c7595
authored
Apr 20, 2024
by
Timothy J. Baek
Browse files
refac
parent
68de49e5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte
src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte
+1
-1
src/lib/i18n/locales/languages.json
src/lib/i18n/locales/languages.json
+4
-0
No files found.
src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte
View file @
291c7595
...
...
@@ -86,7 +86,7 @@
'border-b'} dark:bg-gray-900 dark:border-gray-850 text-xs"
>
<td class="px-3 py-1 w-2/3">
<a href="/c/{chat.id}">
<a href="/c/{chat.id}"
target="_blank"
>
<div class=" underline line-clamp-1">
{chat.title}
</div>
...
...
src/lib/i18n/locales/languages.json
View file @
291c7595
...
...
@@ -43,6 +43,10 @@
"code"
:
"ja-JP"
,
"title"
:
"Japanese"
},
{
"code"
:
"ka-GE"
,
"title"
:
"Georgian"
},
{
"code"
:
"ko-KR"
,
"title"
:
"Korean"
...
...
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