org/internal/ui
Taybin Rutkin 25dd231073
Some checks are pending
Release / Create GitHub Release (push) Waiting to run
Release / Build binaries (push) Blocked by required conditions
feat: datepicker added to deadline selection (#20)
* feat: add datepicker dependency and init helper

* feat: calendar-first set-date modes with text fallback

* feat: initialize datepicker when opening set-date modes

* feat: render calendar and hints in set-date view

* chore: go mod tidy for bubble-datepicker direct dependency

Promotes github.com/ethanefung/bubble-datepicker from indirect to a
direct require (it is imported directly by internal/ui) and drops the
now-unused golang.org/x/text v0.3.8 checksums.
2026-07-21 21:15:24 +01:00
..
agenda.go make it more formal 2025-11-07 21:53:32 +00:00
app.go feat: datepicker added to deadline selection (#20) 2026-07-21 21:15:24 +01: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: datepicker added to deadline selection (#20) 2026-07-21 21:15:24 +01:00
settings.go fix: org syntax highlighting outside of codeblocks and more settings (#12) 2025-11-12 20:34:09 +00: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: datepicker added to deadline selection (#20) 2026-07-21 21:15:24 +01:00