diff options
author | GrailFinder <wohilas@gmail.com> | 2024-04-02 12:29:25 +0300 |
---|---|---|
committer | GrailFinder <wohilas@gmail.com> | 2024-04-02 12:29:25 +0300 |
commit | 925b7b7a6a6de1f40262d0fc96be7920b26b0021 (patch) | |
tree | 100895b2c086d5764565d44de2e18453b2a85ad2 /internal/models/models.go | |
parent | 878b071112d7484fd9b22d70ee06afe895de9018 (diff) |
Feat: add htmx to show|hide form
Diffstat (limited to 'internal/models/models.go')
-rw-r--r-- | internal/models/models.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 } ) |