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
cf88652a
Commit
cf88652a
authored
Jan 17, 2024
by
Timothy J. Baek
Browse files
fix: timestamp styling
parent
4ec81a89
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/lib/components/chat/Messages/ResponseMessage.svelte
src/lib/components/chat/Messages/ResponseMessage.svelte
+1
-1
src/lib/components/chat/Messages/UserMessage.svelte
src/lib/components/chat/Messages/UserMessage.svelte
+1
-1
No files found.
src/lib/components/chat/Messages/ResponseMessage.svelte
View file @
cf88652a
...
...
@@ -222,7 +222,7 @@
{/if}
{#if message.timestamp}
<span
class=
" invisible group-hover:visible text-gray-400 text-xs font-
normal
"
>
<span
class=
" invisible group-hover:visible text-gray-400 text-xs font-
medium
"
>
{dayjs(message.timestamp * 1000).format('DD/MM/YYYY HH:MM')}
</span>
{/if}
...
...
src/lib/components/chat/Messages/UserMessage.svelte
View file @
cf88652a
...
...
@@ -65,7 +65,7 @@
{/if}
{#if message.timestamp}
<span class=" invisible group-hover:visible text-gray-400 text-xs font-
normal
">
<span class=" invisible group-hover:visible text-gray-400 text-xs font-
medium
">
{dayjs(message.timestamp * 1000).format('DD/MM/YYYY HH:MM')}
</span>
{/if}
...
...
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