From 9e697dc63f354e11c48e6015f62ec23e8622f3cf Mon Sep 17 00:00:00 2001 From: timmy Date: Fri, 7 Aug 2026 15:17:21 +0000 Subject: [PATCH] feat: route mobile My Work sheets (#205) --- frontend/index.html | 141 +++++++++++++++++++++++++++++++---------- frontend/work-route.js | 124 ++++++++++++++++++++++++++++++++++++ tests/test_my_work.py | 130 ++++++++++++++++++++++++++++++++++++- 3 files changed, 361 insertions(+), 34 deletions(-) create mode 100644 frontend/work-route.js diff --git a/frontend/index.html b/frontend/index.html index 74f5a67..8a7c52d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -71,7 +71,7 @@ textarea { resize: vertical; min-height: 120px; } .my-work-card:hover { border-color:var(--accent); } .my-work-card-title { display:block; margin:5px 0; font-weight:650; } .mark-update-read { min-height:44px; width:100%; } -.read-update { min-height:44px; width:100%; } +.read-update { min-height:44px; width:100%; display:flex; align-items:center; justify-content:center; } .load-more-notifications { min-height:44px; width:100%; margin-top:10px; } .load-more-notifications[hidden] { display:none; } .load-more-work { min-height:44px; width:100%; margin-top:10px; } @@ -287,6 +287,7 @@ textarea { resize: vertical; min-height: 120px; }
+
@@ -454,6 +455,7 @@ textarea { resize: vertical; min-height: 120px; }
+ Open in Gitea @@ -539,6 +541,7 @@ textarea { resize: vertical; min-height: 120px; }
+ Open in Gitea
@@ -571,6 +574,7 @@ textarea { resize: vertical; min-height: 120px; }
+ Open in Gitea
@@ -594,7 +598,7 @@ textarea { resize: vertical; min-height: 120px; }
Choose a review request.

-
CI unknownOpen in Gitea
+
CI unknownOpen in Gitea

Changed files