complated si check request
This commit is contained in:
@@ -8,6 +8,7 @@ import { apiRequest } from '@/shared/request/apiRequest';
|
||||
import { links } from '@/shared/request/links';
|
||||
import { toast } from 'react-toastify';
|
||||
import type { SiDocument } from '../../lib/types';
|
||||
import { SiButton } from '@/features/modals/siModal/page';
|
||||
|
||||
// ─── State badge ───────────────────────────────────────────────────────────────
|
||||
|
||||
@@ -181,13 +182,14 @@ export const SiTable: React.FC = () => {
|
||||
|
||||
return (
|
||||
<div className="space-y-4">
|
||||
<div className="flex items-center">
|
||||
<div className="flex items-center justify-between">
|
||||
<div>
|
||||
<h2 className="text-xl font-bold text-slate-900">SI detektor</h2>
|
||||
<p className="text-sm text-slate-500 mt-0.5">
|
||||
{isLoading ? '...' : `${items.length} ta tekshiruv`}
|
||||
</p>
|
||||
</div>
|
||||
<SiButton />
|
||||
</div>
|
||||
|
||||
<div className="bg-white rounded-2xl border border-slate-100 shadow-sm overflow-hidden">
|
||||
|
||||
Reference in New Issue
Block a user