Merge branch 'irc-colours' into fallback-server-icons
This commit is contained in:
commit
bbc822604f
6 changed files with 29 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
</div>
|
||||
<div class="message-data">
|
||||
<div class="message-metadata">
|
||||
<span class="message-author-username" tabindex="0">
|
||||
<span class="message-author-username" tabindex="0" :style="`color: ${props.authorColor}`">
|
||||
{{ author?.display_name || author?.username }}
|
||||
</span>
|
||||
<span class="message-date" :title="date.toString()">
|
||||
|
@ -75,6 +75,7 @@ import { parse } from 'marked';
|
|||
import type { MessageProps } from '~/types/props';
|
||||
import MessageMedia from './MessageMedia.vue';
|
||||
import MessageReply from './UserInterface/MessageReply.vue';
|
||||
import generateIrcColor from '~/utils/generateIrcColor';
|
||||
|
||||
const props = defineProps<MessageProps>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue