From d53d60629edbbd8d751d435dd87fa1244065670b Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Tue, 10 Mar 2026 23:43:53 +0100 Subject: [PATCH] =?UTF-8?q?[feat](trx-frontend-http):=20treat=2000:00?= =?UTF-8?q?=E2=80=9300:00=20time=20span=20as=20all-day=20entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit start == end previously matched nothing (empty range). Now treated as a 24-hour window, making it easy to define a catch-all bookmark without manually entering 00:00–23:59. UI shows "All day / —" in the entries table and tooltip hints on both time inputs explain the convention. Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/index.html | 4 ++-- .../trx-frontend-http/assets/web/plugins/scheduler.js | 5 +++-- .../trx-frontend/trx-frontend-http/src/scheduler.rs | 5 ++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html index b1f84e4..b0366fc 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html @@ -730,10 +730,10 @@