refactor: standardize import statements and formatting across SeamanBookPage and VesselRegistrationPage

feat: add mock data for vessel registration and seaman book application

fix: update eligibility and status handling in SeamanBookPage

style: improve readability and consistency in PortalLayout and AdvancedTable components

chore: update package-lock.json for dependency management
This commit is contained in:
Estifo77
2026-07-31 09:34:29 +03:00
parent 0db451bdec
commit 1b989936f0
7 changed files with 1281 additions and 396 deletions

View File

@@ -12,7 +12,7 @@ import {
Paper,
Badge,
} from "@mantine/core";
import { IconRefresh, IconEye, IconInbox } from "@tabler/icons-react";
import { IconRefresh, IconAdjustmentsHorizontal , IconInbox, } from "@tabler/icons-react";
import { useTranslation } from "react-i18next";
export interface AdvancedColumn<T> {
@@ -107,7 +107,7 @@ export function AdvancedTable<T extends { id?: string | number }>({
<Button
variant="default"
size="sm"
leftSection={<IconEye size={16} />}
leftSection={<IconAdjustmentsHorizontal size={16} />}
>
{t("common.view", "View")}
</Button>