diff --git a/frontend/pages/projects/[id]/archives.vue b/frontend/pages/projects/[id]/archives.vue new file mode 100644 index 0000000..eff8ecf --- /dev/null +++ b/frontend/pages/projects/[id]/archives.vue @@ -0,0 +1,161 @@ + + + + {{ project?.name ?? '' }} — {{ $t('archive.title') }} + + + + + + + + + {{ $t('archive.empty') }} + + + + + {{ project?.code }}-{{ task.number }} + {{ task.title }} + + + + {{ task.status.label }} + + + {{ task.group.title }} + + + {{ task.assignee.username.substring(0, 2).toUpperCase() }} + + + + + + + + + + +
+ {{ $t('archive.empty') }} +