From 0b3c65770596775afbdaf2cc9cbf9c65954d3758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20L=C3=B3pez=20Guevara?= Date: Thu, 29 Jan 2026 06:20:47 -0300 Subject: [PATCH] feat(req-viewer): added today on since/until, added window-title (#221) --- src/components/CreateSpellDialog.tsx | 2 +- src/lib/count-parser.ts | 6 ++++++ src/lib/req-parser.ts | 6 ++++++ src/types/man.ts | 4 ++-- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/components/CreateSpellDialog.tsx b/src/components/CreateSpellDialog.tsx index b0aa215..892c30f 100644 --- a/src/components/CreateSpellDialog.tsx +++ b/src/components/CreateSpellDialog.tsx @@ -489,7 +489,7 @@ export function CreateSpellDialog({ onChange={(e) => setSince(e.target.value)} />
- {["now", "1h", "24h", "7d", "30d"].map((t) => ( + {["today", "now", "1h", "24h", "7d", "30d"].map((t) => (