diff --git a/frontend/src/pages/JobApplications.vue b/frontend/src/pages/JobApplications.vue new file mode 100644 index 00000000..92080299 --- /dev/null +++ b/frontend/src/pages/JobApplications.vue @@ -0,0 +1,318 @@ + + + + + + + + + {{ applications.data?.length || 0 }} + {{ + applications.data?.length === 1 + ? __('Application') + : __('Applications') + }} + + + + + + + + + + + + + + + + + + + + {{ item }} + + + + + + + + + + {{ item }} + + + + + + + + + + + + + + + + {{ __('Message') }} + + (emailForm.message = val)" + :editable="true" + :fixedMenu="true" + editorClass="prose-sm max-w-none border-b border-x bg-surface-gray-2 rounded-b-md py-1 px-2 min-h-[7rem]" + /> + + + + + + + + diff --git a/frontend/src/pages/JobDetail.vue b/frontend/src/pages/JobDetail.vue index dea21e94..9df6ffc5 100644 --- a/frontend/src/pages/JobDetail.vue +++ b/frontend/src/pages/JobDetail.vue @@ -20,6 +20,17 @@ v-if="user.data?.name && !readOnlyMode" class="flex items-center space-x-2" > + + + {{ __('View Applications') }} + +