filter working

This commit is contained in:
Jordan Blasenhauer 2024-06-20 14:57:39 +02:00
parent 8f92d8a197
commit 9fbf8d4a6e
3 changed files with 4 additions and 5 deletions

View file

@ -1173,10 +1173,9 @@ body {
/* CARD */
.card {
@apply relative transition dark:brightness-110 shadow-md bg-white dark:bg-slate-850 dark:shadow-dark-xl rounded-2xl bg-clip-border transform duration-300 ease-in-out;
@apply overflow-visible relative transition dark:brightness-110 shadow-md bg-white dark:bg-slate-850 dark:shadow-dark-xl rounded-2xl bg-clip-border transform duration-300 ease-in-out;
}
.card-info-text {
@apply col-span-12 mb-0 leading-normal text-sm text-gray-700 dark:text-gray-500 ml-2 mr-1.5;
}

File diff suppressed because one or more lines are too long

View file

@ -41,7 +41,7 @@ const builder = [
data: {
filters: [
{
filter: "details",
filter: "default",
filterName: "keyword",
type: "keyword",
value: "",
@ -67,7 +67,7 @@ const builder = [
},
},
{
filter: "details",
filter: "default",
filterName: "type",
type: "select",
value: "all",