update api client, and report empty state improvement

This commit is contained in:
Gregor Vostrak
2025-04-16 17:18:51 +02:00
parent 15ac3e9a43
commit b7b9092e64
2 changed files with 191 additions and 12 deletions

View File

@@ -35,12 +35,12 @@ const gridTemplate = computed(() => {
No shared reports found
</h3>
<p v-if="canCreateProjects()" class="pb-5">
Create your first project now!
Go to the overview to create a report
</p>
<SecondaryButton
:icon="PlusIcon"
@click="router.visit(route('reporting'))"
>Go to the overview to create a report
>Go to overview
</SecondaryButton>
</div>
<template v-for="report in reports" :key="report.id">