From 5afb646b6f5090e5923dca5eef861abc7c3f01e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A8=D1=83=D0=BA=D1=88=D0=B8=D0=BD=20=D0=98=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD?= Date: Tue, 28 Apr 2026 17:00:22 +0300 Subject: [PATCH] Remove MDM references The MDM module is being removed from Aidbox. Drop the "Modules > MDM" settings category and the io.health-samurai.mdm package prefix from the IG Browser system-package detection. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/components/IGBrowser/browser.tsx | 1 - src/components/settings/constants.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/IGBrowser/browser.tsx b/src/components/IGBrowser/browser.tsx index b91ebea8..735d4725 100644 --- a/src/components/IGBrowser/browser.tsx +++ b/src/components/IGBrowser/browser.tsx @@ -28,7 +28,6 @@ function capitalize(s: string): string { const SYSTEM_PREFIXES = [ "io.health-samurai.core", "io.health-samurai.sdc", - "io.health-samurai.mdm", ]; function getPackageType(name: string, installation: Installation[]): string { diff --git a/src/components/settings/constants.ts b/src/components/settings/constants.ts index 6df00fd4..c917a0ee 100644 --- a/src/components/settings/constants.ts +++ b/src/components/settings/constants.ts @@ -76,7 +76,6 @@ export const CATEGORIES: CategoryDef[] = [ category: ["Modules", "SMARTbox"], desc: "SMARTbox settings", }, - { category: ["Modules", "MDM"], desc: "MDM settings" }, { category: ["Modules", "MCP"], desc: "MCP settings" }, { category: ["Modules", "Forms"], desc: "Forms settings" }, { category: ["Modules", "GraphQL"], desc: "GraphQL settings" },