Dev branch

This commit is contained in:
Simon Pocrnjič
2025-11-02 12:31:01 +01:00
parent 5f879c9436
commit 63e0958b66
241 changed files with 17686 additions and 7327 deletions
+4 -4
View File
@@ -57,21 +57,21 @@ function onRowClick(row) {
<template>
<AppLayout title="Testing Sandbox">
<div class="space-y-6 p-6">
<div class="prose dark:prose-invert max-w-none">
<div class="prose max-w-none">
<h1 class="text-2xl font-semibold">Testing Page</h1>
<p>
This page is for quick UI or component experiments. Remove or adapt as needed.
</p>
<p class="text-slate-700 dark:text-slate-200 text-sm">
<p class="text-slate-700 text-sm">
Prop example value: <span class="font-mono">{{ props.example }}</span>
</p>
</div>
<div
class="rounded-lg border border-slate-200 dark:border-slate-700 bg-white/70 dark:bg-slate-800/60 p-4 shadow-sm"
class="rounded-lg border border-slate-200 bg-white/70 p-4 shadow-sm"
>
<h2
class="text-sm font-semibold tracking-wide uppercase text-slate-500 dark:text-slate-400 mb-3"
class="text-sm font-semibold tracking-wide uppercase text-slate-500 mb-3"
>
DataTable (Client-side)
</h2>