Application integration
This commit is contained in:
@@ -15,6 +15,7 @@ import { useAuth } from '@/composables/useAuth'
|
||||
import { CommentRow } from '@shared/types/application'
|
||||
import { Dot } from 'lucide-vue-next'
|
||||
import { ref } from 'vue'
|
||||
import MemberCard from '../members/MemberCard.vue'
|
||||
|
||||
const props = defineProps<{
|
||||
messages: CommentRow[]
|
||||
@@ -71,7 +72,7 @@ function onSubmit(values: { text: string }, { resetForm }: { resetForm: () => vo
|
||||
<!-- Comment header -->
|
||||
<div class="flex justify-between">
|
||||
<div class="flex">
|
||||
<p>{{ message.poster_name }}</p>
|
||||
<MemberCard :member-id="message.poster_id"></MemberCard>
|
||||
<p v-if="message.admin_only" class="flex">
|
||||
<Dot /><span class="text-amber-300">Internal</span>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user