diff --git a/ui/src/components/application/ApplicationChat.vue b/ui/src/components/application/ApplicationChat.vue index 2501d50..b6d930c 100644 --- a/ui/src/components/application/ApplicationChat.vue +++ b/ui/src/components/application/ApplicationChat.vue @@ -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
-

{{ message.poster_name }}

+

Internal

diff --git a/ui/src/pages/ManageApplications.vue b/ui/src/pages/ManageApplications.vue index 76b4737..bc5a347 100644 --- a/ui/src/pages/ManageApplications.vue +++ b/ui/src/pages/ManageApplications.vue @@ -15,6 +15,7 @@ import { onMounted, ref, watch } from 'vue'; import { useRoute, useRouter } from 'vue-router'; import { CheckIcon, XIcon } from 'lucide-vue-next'; import Application from './Application.vue'; +import MemberCard from '@/components/members/MemberCard.vue'; const appList = ref([]); const now = Date.now(); @@ -113,7 +114,9 @@ onMounted(async () => { - {{ app.member_name }} + + + {{ formatAgo(app.submitted_at) }}