Integrated application chat system

This commit is contained in:
2025-08-26 13:38:17 -04:00
parent 342c6cd706
commit e43117b64f
6 changed files with 174 additions and 76 deletions

View File

@@ -63,7 +63,7 @@ onMounted(async () => {
})
</script>
<template>
<Table>
<Table class="mx-auto max-w-3xl">
<!-- <TableCaption>A list of your recent invoices.</TableCaption> -->
<TableHeader>
<TableRow>
@@ -81,7 +81,7 @@ onMounted(async () => {
<TableCell v-if="app.app_status != 'Pending'" class="text-right" :class="[
'font-semibold',
app.app_status === Status.Pending && 'text-yellow-500',
app.app_status === Status.Approved && 'text-success',
app.app_status === Status.Accepted && 'text-success',
app.app_status === Status.Denied && 'text-destructive'
]">{{ app.app_status }}</TableCell>
<TableCell v-else class="inline-flex items-end gap-2">