Compilación de cliente

This commit is contained in:
David Arranz 2024-12-16 18:05:33 +01:00
parent 73dff582e3
commit 3c4f28b2ed
7 changed files with 119 additions and 116 deletions

View File

@ -52,7 +52,7 @@ export function CatalogDataTableFilter<TData>({
return (
<TooltipProvider>
<div className='w-full space-y-2'>
<div className='w-full space-y-2' {...props}>
<div className='relative flex items-center flex-1 p-2 space-x-2 border rounded-md border-input'>
<SearchIcon className='w-4 h-4 text-gray-500' />
<div className='flex flex-wrap items-center flex-1 gap-2'>

View File

@ -8,7 +8,7 @@ export type UseDealerListParams = {
pageIndex: number;
pageSize: number;
};
searchTerm?: string;
searchTerm?: string[];
enabled?: boolean;
queryOptions?: Record<string, unknown>;
};

View File

@ -152,7 +152,7 @@ export function useDataTable<TData, TValue>({
const sortingUpdater: OnChangeFn<SortingState> = (updater) => {
if (typeof updater === "function") {
const newSorting = updater(sorting);
//const newSorting = updater(sorting);
//console.log(newSorting);
//setSorting(newSorting);
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3,12 +3,13 @@
<head>
<meta charset="UTF-8" />
<meta name="robots" content="noindex, nofollow" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.upset.dev/css2?family=Poppins&display=swap" rel="stylesheet" />
<title>Uecko</title>
<script type="module" crossorigin src="/assets/index-JR6IpOni.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D-WUkXMb.css">
<script type="module" crossorigin src="/assets/index-DJAOJNo1.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C6azqQuI.css">
</head>
<body>

2
dist/client/robots.txt vendored Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Disallow: /