Add SEAFARER_REGISTRATION type and update translations and navigation

This commit is contained in:
estifanos
2026-08-10 10:59:14 +00:00
parent 2c1b0306a0
commit 6b7c40cd3f
4 changed files with 13 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import {
IconGauge,
IconGavel,
IconHeart,
IconId,
IconLayoutDashboard,
IconListCheck,
IconMapPin,
@@ -109,6 +110,7 @@ export const NAV_SECTIONS: NavSection[] = [
label: 'nav.groupSeafarer',
items: [
{ to: '/seafarer-registry', label: 'nav.seafarerRegistry', icon: IconUsers },
{ to: '/licence-review/type/SEAFARER_REGISTRATION', label: 'nav.seafarerRegistrationQueue', icon: IconId },
{ to: '/licence-review/type/CERTIFICATE_OF_COMPETENCY', label: 'nav.cocQueue', icon: IconShieldCheck },
{ to: '/seaman-book-queue', label: 'nav.seamanBookQueue', icon: IconBook2, soon: true },
{ to: '/endorsement-queue', label: 'nav.endorsementQueue', icon: IconRubberStamp, soon: true },