feat: implement vessel ownership transfer feature with navigation updates and localization

This commit is contained in:
estifanos
2026-08-11 08:18:40 +00:00
parent ce802af366
commit 71c55e8da8
7 changed files with 14 additions and 47 deletions

View File

@@ -1,5 +1,6 @@
import {
IconAnchor,
IconArrowsExchange,
IconBook2,
IconChartBar,
IconClipboardList,
@@ -123,7 +124,7 @@ export const NAV_SECTIONS: NavSection[] = [
items: [
{ to: '/licence-review/type/VESSEL_REGISTRATION', label: 'nav.vesselRegistrationApplicationQueue', icon: IconAnchor },
{ to: '/vessel-registration-queue', label: 'nav.vesselRegistrationQueue', icon: IconAnchor },
{ to: '/vessel-ownership-transfer', label: 'nav.ownershipTransferQueue', icon: IconFileDescription, soon: true },
{ to: '/licence-review/type/VESSEL_OWNERSHIP_TRANSFER', label: 'nav.ownershipTransferQueue', icon: IconArrowsExchange },
{ to: '/vessel-registration-queue/new', label: 'nav.vesselFormBuilder', icon: IconFilePlus, soon: true },
{ to: '/vessel-registration-report', label: 'nav.vesselRegistrationReport', icon: IconChartBar, soon: true },
{ to: '/vessel-registration-head-dashboard', label: 'nav.vesselRegistrationHeadDashboard', icon: IconGauge, soon: true },