mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user