From 473f5926159e612d70dc3cd9f96314542df3069f Mon Sep 17 00:00:00 2001 From: timmy Date: Tue, 18 Aug 2026 16:37:57 +0000 Subject: [PATCH] feat: pause Today during mobile Security Center (Closes #1086) --- frontend/dashboard.js | 1 + frontend/index.html | 4 ++ frontend/security-center.js | 6 ++- frontend/session.js | 17 ++++++- frontend/today-timer.js | 15 +++--- .../e2e/test_mobile_today_handoff_release.py | 31 ++++++++++++ tests/test_dashboard_session_frontend.py | 13 +++++ tests/test_frontend_bundle.py | 5 +- tests/test_mobile_task_dock.py | 4 +- tests/test_security_center.py | 43 ++++++++++++++++ tests/test_today_timer_handoff.py | 49 +++++++++++++++++++ 11 files changed, 174 insertions(+), 14 deletions(-) diff --git a/frontend/dashboard.js b/frontend/dashboard.js index 7f77a73..09c5852 100644 --- a/frontend/dashboard.js +++ b/frontend/dashboard.js @@ -1853,6 +1853,7 @@ }, onCapture:() => openCreateIssueSheet(), }); + window.stackchainTodayTimerView = timerView; mobileInsights.start(); todaySessionSync = attachTodaySessionHandoff({ fetchJson:fetchReviewJson, storage:localStorage, timer, qs, diff --git a/frontend/index.html b/frontend/index.html index 07dac7f..f343150 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -51,6 +51,10 @@

Security Center

Investigate activity, remove untrusted access, and verify the result.

+