feat(req-viewer): added today on since/until, added window-title (#221)

This commit is contained in:
Fernando López Guevara
2026-01-29 06:20:47 -03:00
committed by GitHub
parent fdc7b1499f
commit 0b3c657705
4 changed files with 15 additions and 3 deletions

View File

@@ -489,7 +489,7 @@ export function CreateSpellDialog({
onChange={(e) => setSince(e.target.value)}
/>
<div className="flex flex-wrap gap-1">
{["now", "1h", "24h", "7d", "30d"].map((t) => (
{["today", "now", "1h", "24h", "7d", "30d"].map((t) => (
<button
key={t}
onClick={() => setSince(t)}