From 925b7b7a6a6de1f40262d0fc96be7920b26b0021 Mon Sep 17 00:00:00 2001 From: GrailFinder Date: Tue, 2 Apr 2024 12:29:25 +0300 Subject: Feat: add htmx to show|hide form --- internal/models/models.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/models/models.go') diff --git a/internal/models/models.go b/internal/models/models.go index 42990a3..5d6dfa6 100644 --- a/internal/models/models.go +++ b/internal/models/models.go @@ -21,5 +21,6 @@ type ( Magnitude uint8 Repeatable bool Type ActionType + Done bool } ) -- cgit v1.2.3