From 0f68fcb57e373f3dd62f3445f4feea9363624b28 Mon Sep 17 00:00:00 2001 From: MrPiglr <31398225+MrPiglr@users.noreply.github.com> Date: Sat, 27 Dec 2025 19:37:48 +0000 Subject: [PATCH] Stabilize build: add Capacitor deps, TS target, stubs and guards --- client/src/pages/hub/notifications.tsx | 7 +- client/src/pages/hub/projects.tsx | 6 +- client/src/shared/app-registry.ts | 40 + package-lock.json | 1414 +++++++++++++++++++++++- tsconfig.json | 2 + 5 files changed, 1463 insertions(+), 6 deletions(-) create mode 100644 client/src/shared/app-registry.ts diff --git a/client/src/pages/hub/notifications.tsx b/client/src/pages/hub/notifications.tsx index f46a9e4..1861a4a 100644 --- a/client/src/pages/hub/notifications.tsx +++ b/client/src/pages/hub/notifications.tsx @@ -235,9 +235,12 @@ export default function Notifications() { )} - {notification.actionUrl && ( + {(notification.actionUrl || (notification as any).action_url) && (