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
92c98eda
Unverified
Commit
92c98eda
authored
Apr 27, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Apr 27, 2024
Browse files
Merge pull request #1781 from open-webui/dev
0.1.122
parents
1092ee9c
85df019c
Changes
85
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
36 additions
and
12 deletions
+36
-12
src/routes/(app)/c/[id]/+page.svelte
src/routes/(app)/c/[id]/+page.svelte
+19
-3
src/routes/(app)/modelfiles/+page.svelte
src/routes/(app)/modelfiles/+page.svelte
+1
-1
src/routes/(app)/playground/+page.svelte
src/routes/(app)/playground/+page.svelte
+4
-4
src/routes/+layout.svelte
src/routes/+layout.svelte
+9
-3
src/routes/auth/+page.svelte
src/routes/auth/+page.svelte
+3
-1
No files found.
src/routes/(app)/c/[id]/+page.svelte
View file @
92c98eda
This diff is collapsed.
Click to expand it.
src/routes/(app)/modelfiles/+page.svelte
View file @
92c98eda
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
});
});
if (success) {
if (success) {
toast.success($i18n.t(`Deleted {tagName}`, { tagName }));
toast.success($i18n.t(`Deleted
{
{tagName}
}
`, { tagName }));
}
}
return success;
return success;
...
...
src/routes/(app)/playground/+page.svelte
View file @
92c98eda
This diff is collapsed.
Click to expand it.
src/routes/+layout.svelte
View file @
92c98eda
This diff is collapsed.
Click to expand it.
src/routes/auth/+page.svelte
View file @
92c98eda
...
@@ -215,6 +215,8 @@
...
@@ -215,6 +215,8 @@
<style>
<style>
.font-mona {
.font-mona {
font-family: 'Mona Sans';
font-family: 'Mona Sans', -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto,
Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
}
</style>
</style>
Prev
1
2
3
4
5
Next
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