feat: add connection pagination, health filter, batch delete confirmation, and custom banned keywords (#3454)

Integrated into release/v3.8.17
This commit is contained in:
sdfsdfw2
2026-06-09 07:41:06 +08:00
committed by GitHub
parent 1a98dfe8ed
commit 42887b65b2
9 changed files with 359 additions and 67 deletions

View File

@@ -42,6 +42,7 @@ export const updateSettingsSchema = z.object({
showProviderTopologyOnHome: z.boolean().optional(),
localOnlyManageScopeBypassEnabled: z.boolean().optional(),
localOnlyManageScopeBypassPrefixes: z.array(z.string().max(200)).optional(),
customBannedSignals: z.array(z.string().max(200)).optional(),
debugMode: z.boolean().optional(),
hiddenSidebarItems: z.array(z.enum(HIDEABLE_SIDEBAR_ITEM_IDS)).optional(),
sidebarSectionOrder: z