From 91b351a3937d13b24b79515d7d9a88820a46eae4 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Fri, 8 May 2026 17:41:01 +0200 Subject: [PATCH] fix(frontend): restore computed import in Settings + Xray pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When 5f1aba28 dropped the local antdThemeConfig computed (now shared from useTheme), it also stripped `computed` from the import list — but both pages still call computed() elsewhere (confAlerts, advanced-tab helpers). Re-adds it. Co-Authored-By: Claude Opus 4.7 --- frontend/src/pages/settings/SettingsPage.vue | 2 +- frontend/src/pages/xray/XrayPage.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/settings/SettingsPage.vue b/frontend/src/pages/settings/SettingsPage.vue index 4e284d8b..ac0af2fa 100644 --- a/frontend/src/pages/settings/SettingsPage.vue +++ b/frontend/src/pages/settings/SettingsPage.vue @@ -1,5 +1,5 @@