mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-06-06 10:41:21 +02:00
feat(req-viewer): added today on since/until, added window-title (#221)
This commit is contained in:
committed by
GitHub
parent
fdc7b1499f
commit
0b3c657705
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user