improved date range selector with hotkeys

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-04-27 09:52:24 +02:00
parent e2d56fb34f
commit 4059dad727
24 changed files with 520 additions and 319 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "reports" ALTER COLUMN "range" SET DEFAULT '30d';