You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Update to use refactored universe services
- Replace universe.getMenuItemsFromRegistry with registryService.getMenuItems
- Replace universe.getMenuPanelsFromRegistry with registryService.getMenuPanels
- Replace universe.lookupMenuItemFromRegistry with registryService.lookupMenuItem
- Replace universe.createRegistryEvent with registryService.createEvent
- Replace universe.registerHeaderMenuItem with menuService.registerHeaderMenuItem
- Replace universe.registerMenuItem with menuService.registerMenuItem
- Replace universe.registerAdminMenuPanel with menuService.registerAdminMenuPanel
- Replace universe.registerDefaultDashboardWidgets with widgetService.registerDefaultWidgets
- Replace universe.registerDashboardWidgets with widgetService.registerWidgets
- Replace universe.afterBoot with extensionManager.afterBoot
- Replace universe.createRegistries with registryService.createRegistries
Updated files:
- addon/components/layout/fleet-ops-sidebar.js
- addon/components/map/drawer.js
- addon/components/map/leaflet-live-map.js
- addon/components/order-config-manager.js
- addon/engine.js
- addon/extension.js
- addon/routes/virtual.js
- addon/utils/setup-customer-portal.js
This refactoring aligns with the universe service decomposition in ember-core,
improving performance and maintainability by using specialized services instead
of the monolithic universe service.
0 commit comments