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 ( return (
<TooltipProvider> <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'> <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' /> <SearchIcon className='w-4 h-4 text-gray-500' />
<div className='flex flex-wrap items-center flex-1 gap-2'> <div className='flex flex-wrap items-center flex-1 gap-2'>

View File

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

View File

@ -152,7 +152,7 @@ export function useDataTable<TData, TValue>({
const sortingUpdater: OnChangeFn<SortingState> = (updater) => { const sortingUpdater: OnChangeFn<SortingState> = (updater) => {
if (typeof updater === "function") { if (typeof updater === "function") {
const newSorting = updater(sorting); //const newSorting = updater(sorting);
//console.log(newSorting); //console.log(newSorting);
//setSorting(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> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="robots" content="noindex, nofollow" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.upset.dev/css2?family=Poppins&display=swap" rel="stylesheet" /> <link href="https://fonts.upset.dev/css2?family=Poppins&display=swap" rel="stylesheet" />
<title>Uecko</title> <title>Uecko</title>
<script type="module" crossorigin src="/assets/index-JR6IpOni.js"></script> <script type="module" crossorigin src="/assets/index-DJAOJNo1.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D-WUkXMb.css"> <link rel="stylesheet" crossorigin href="/assets/index-C6azqQuI.css">
</head> </head>
<body> <body>

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

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