org/internal/ui
Taybin Rutkin 18fc84646f
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 (#21)
* 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
..
agenda.go make it more formal 2025-11-07 21:53:32 +00:00
app.go feat: add configurable done flag to TODO states (#21) 2026-07-22 20:49:33 +02:00
datepicker_test.go feat: datepicker added to deadline selection (#20) 2026-07-21 21:15:24 +01:00
keybindings.go feat: ToggleFoldAll (#18) 2026-02-17 09:50:37 +00:00
latex.go fix: latex math support (#6) 2025-11-08 23:22:37 +00:00
modes.go feat: add configurable done flag to TODO states (#21) 2026-07-22 20:49:33 +02:00
modes_test.go feat: add configurable done flag to TODO states (#21) 2026-07-22 20:49:33 +02:00
settings.go feat: add configurable done flag to TODO states (#21) 2026-07-22 20:49:33 +02:00
stateform.go feat: add configurable done flag to TODO states (#21) 2026-07-22 20:49:33 +02:00
stateform_test.go feat: add configurable done flag to TODO states (#21) 2026-07-22 20:49:33 +02:00
styles.go Adding settings view and remappable keybindings and custom states support and tags 2025-11-08 17:33:36 +00:00
views.go feat: add configurable done flag to TODO states (#21) 2026-07-22 20:49:33 +02:00