AW: theCure

This commit is contained in:
2025-08-27 19:15:08 +02:00
commit 5eab37082c
32 changed files with 1188 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<template>
<div class="p-6">
<UCard>
<template #header><h2 class="text-xl font-semibold">Admin / Apps</h2></template>
<p>Scaffold placeholder. Add CRUD UI for applications.</p>
</UCard>
</div>
</template>

View File

@@ -0,0 +1,8 @@
<template>
<div class="p-6">
<UCard>
<template #header><h2 class="text-xl font-semibold">Admin / Entity Fields</h2></template>
<p>Scaffold placeholder. Add fields to the selected entity.</p>
</UCard>
</div>
</template>

View File

@@ -0,0 +1,8 @@
<template>
<div class="p-6">
<UCard>
<template #header><h2 class="text-xl font-semibold">Admin / Entities</h2></template>
<p>Scaffold placeholder. List and manage entities here.</p>
</UCard>
</div>
</template>

View File

@@ -0,0 +1,8 @@
<template>
<div class="p-6">
<UCard>
<template #header><h2 class="text-xl font-semibold">Admin / Forms</h2></template>
<p>Scaffold placeholder. Manage form layouts (layout_json) here.</p>
</UCard>
</div>
</template>

View File

@@ -0,0 +1,8 @@
<template>
<div class="p-6">
<UCard>
<template #header><h2 class="text-xl font-semibold">Admin / Workflows</h2></template>
<p>Scaffold placeholder. Manage workflows (trigger_event, condition_json, action_json).</p>
</UCard>
</div>
</template>