Add AttachmentsModal and refactor MedicalVerificationPage with AdvancedTable integration

This commit is contained in:
Estifo77
2026-08-10 13:06:54 +03:00
parent e93b439d50
commit c822e99052
3 changed files with 397 additions and 196 deletions

View File

@@ -85,7 +85,7 @@ export function AdvancedTable<T extends { id?: string | number }>({
const shownColumns = columns.filter((_, i) => visible[i] ?? true);
return (
<Paper radius="md" p="md">
<Paper withBorder radius="md" p="md">
<Group justify="space-between" mb="md">
<Group gap="xs">
<Text fw={600}>{""}</Text>