From 51ac802d774f547e6210f63d1a32ba6596fde0a5 Mon Sep 17 00:00:00 2001 From: timmy Date: Sat, 8 Aug 2026 00:00:21 +0000 Subject: [PATCH] feat: add mobile attention queue (#244) --- frontend/index.html | 19 +++++++++++++---- frontend/mobile-task-dock.js | 17 +++++++++++++++- frontend/my-work.js | 4 +++- frontend/service-worker.js | 2 +- tests/test_mobile_task_dock.py | 32 ++++++++++++++++++++++++++++- tests/test_my_work.py | 37 +++++++++++++++++++++++++++++++--- tests/test_service_worker.py | 4 ++-- 7 files changed, 102 insertions(+), 13 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 02f798f..f39bc8c 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -307,6 +307,7 @@ textarea { resize: vertical; min-height: 120px; }
+ @@ -725,7 +726,7 @@ textarea { resize: vertical; min-height: 120px; }