mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-09 10:58:16 +00:00
feat: implement vessel ownership transfer feature with navigation updates and localization
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import {
|
||||
IconAnchor,
|
||||
IconArrowsExchange,
|
||||
IconFileDescription,
|
||||
IconId,
|
||||
IconShip,
|
||||
@@ -89,6 +90,13 @@ const PRESENTATION: Record<string, LicenseTypePresentation> = {
|
||||
icon: IconAnchor,
|
||||
detailSections: DEFAULT_SECTIONS,
|
||||
},
|
||||
VESSEL_OWNERSHIP_TRANSFER: {
|
||||
key: 'VESSEL_OWNERSHIP_TRANSFER',
|
||||
icon: IconArrowsExchange,
|
||||
// Transfers an existing registration between owners: no company entity,
|
||||
// no capital threshold, no staff roles.
|
||||
detailSections: ['overview', 'documents'],
|
||||
},
|
||||
};
|
||||
|
||||
/** Falls back to a generic presentation so an unseeded type still renders. */
|
||||
|
||||
Reference in New Issue
Block a user