I'll implement these changes to show the switcher on hover and properly display imported UOMs with their ERP source information.
I've implemented the requested changes:
group class to the table rowopacity-0 group-hover:opacity-100 transition-opacity duration-200 to the switch containererpCode field to the UOM interface to track the original ERP codeAdded handleImportComplete function that:
This creates a clear distinction between standard Fairmarkit UOMs and those imported from ERP systems, while maintaining the ability to activate/deactivate them as needed.
i like it, just remove Imported label
I'll remove the "Imported" label from the table display.
Perfect! I've removed the "Imported" label from the table. Now the imported UOMs will still show their ERP code below the main code (e.g., "ERP: BX" under "BOX"), but without the additional "Imported" badge. This keeps the interface cleaner while still providing the necessary information about the UOM's origin.
make it pop