Commit graph

6 commits

Author SHA1 Message Date
Taybin Rutkin
18fc84646f
feat: add configurable done flag to TODO states (#21)
Some checks failed
Release / Create GitHub Release (push) Has been cancelled
Release / Build binaries (push) Has been cancelled
* feat: add configurable done flag to TODO states

* feat: stamp CLOSED for any configured done state

* feat: add DONE state option and done marker to settings

* chore: remove unused Item.CycleState

* chore: drop vestigial state constants, mention DONE add in settings help

* feat: add state form model and commit logic

* feat: wire state form update/view into settings dispatch

* feat: replace state add/edit with unified form, toggle done after creation

* consolidate AddState and AddDoneState

* add findState() helper
2026-07-22 20:49:33 +02:00
8ed20e48ff
fix: org syntax highlighting outside of codeblocks and more settings (#12) 2025-11-12 20:34:09 +00:00
eb5f9a16ce
fix: allow scrolling in settings for shorter terminals (#3) 2025-11-08 20:41:06 +00:00
3819ce0bce fix bug not allowing Q to be typed in settings 2025-11-08 19:01:42 +00:00
3c7b64417b adding setting for default state of new items 2025-11-08 18:36:21 +00:00
43573a6e79 Adding settings view and remappable keybindings and custom states support and tags 2025-11-08 17:33:36 +00:00