Added auth functionality, initial work with views and field types
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
v-for="app in apps"
|
||||
:key="app.id"
|
||||
:to="`/setup/apps/${app.slug}`"
|
||||
class="p-6 border rounded-lg hover:border-primary transition-colors bg-card"
|
||||
class="p-6 border rounded-lg hover:border-primary transition-colors bg-card bg-background shadow-md"
|
||||
>
|
||||
<h3 class="text-xl font-semibold mb-2">{{ app.label }}</h3>
|
||||
<p class="text-sm text-muted-foreground mb-4">
|
||||
|
||||
Reference in New Issue
Block a user