front-end restructuring, chat shows message ownership
linter / quality (push) Failing after 1m1s
tests / ci (8.3) (push) Failing after 49s
tests / ci (8.4) (push) Failing after 1m4s
tests / ci (8.5) (push) Failing after 1m4s

This commit is contained in:
Daan Meijer
2026-06-16 14:13:08 +02:00
parent d44bcf6fda
commit 4e9e6dce2a
31 changed files with 516 additions and 404 deletions
+6 -2
View File
@@ -76,11 +76,15 @@ const breadcrumbs = [
}
.c-dynamic-show__card {
@apply overflow-hidden bg-white shadow-sm sm:rounded-lg dark:bg-gray-800;
@apply overflow-hidden;
background-color: var(--card);
border: 1px solid var(--border);
border-radius: var(--radius);
}
.c-dynamic-show__body {
@apply p-6 text-gray-900 dark:text-gray-100;
@apply p-6;
color: var(--foreground);
}
.c-dynamic-show__title {