Commit Graph

102 Commits

Author SHA1 Message Date
Robin Olsen
7a68735dbb Merge pull request #78 from LazyBachelor/LPM-128
implementing dependency management in tui
2026-03-24 13:50:41 -07:00
Robin Olsen
1aa8410e24 fix size 2026-03-24 21:49:02 +01:00
viljarb
802d379de8 implementing dependency management in tui 2026-03-24 19:57:45 +01:00
Robin Olsen
6808ed3bbe collect submit source 2026-03-24 12:32:57 +01:00
Robin Olsen
d900a5fcd3 Merge pull request #75 from LazyBachelor/LPM-140
LPM-140 The Sprinting Update
Adds sprint support across the web UI (board + issue detail), TUI kanban, CLI/REPL, and the Beads-backed storage layer.

Changes:

Introduces sprint entities in storage and exposes sprint operations via IssueService.
Updates web board to support backlog vs. sprint columns, sprint selection, and sprint creation routes.
Updates TUI kanban to show backlog + sprint columns and adds sprint selection/creation actions.
2026-03-23 19:26:04 +01:00
Robin Olsen
38ecf6f0af (hotfix) make header title styling work again 2026-03-22 14:02:19 +01:00
Robin Olsen
14e64f73f2 fix close modal 2026-03-20 17:11:51 +01:00
Robin Olsen
2abddd5b54 fix from merge 2026-03-20 16:33:56 +01:00
Robin Olsen
6da8c7a2ab Merge remote-tracking branch 'origin/main' into LPM-110 2026-03-20 16:32:34 +01:00
Robin Olsen
7facfb6afe Merge pull request #73 from LazyBachelor/LPM-138
LPM-138 Refactor Tui with composable modals and use canvas

Refactors the TUI (dashboard + kanban) to use a shared, composable modal system with canvas-based overlay rendering, while consolidating styling into internal/style and expanding issue interactions (e.g., comments).

Changes:

Introduces a new pkg/tui/modal system (manager/stack + multiple modal types) and overlays modals using Lipgloss compositor layers.
Refactors dashboard/kanban views and input handling to use the modal manager + focus manager instead of per-modal boolean state.
Consolidates TUI styling by moving from pkg/tui/styles to internal/style and updates components to use the new style package; adds a shared footer renderer.
2026-03-20 16:28:10 +01:00
Moira Daniella A Sebastian
6d72c9195b TUI: add quit confirmation 2026-03-20 13:55:00 +01:00
Robin Olsen
89167a6e5a Update pkg/tui/views/dashboard/operations.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-20 12:58:21 +01:00
Robin Olsen
c1309e6f31 Update pkg/tui/views/kanban/operations.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-20 12:57:58 +01:00
Robin Olsen
969d7d07d6 Update pkg/tui/views/kanban/operations.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-20 12:57:34 +01:00
Robin Olsen
26210c4afb centralize submission handling 2026-03-20 12:42:48 +01:00
Robin Olsen
5253745445 fix description suddenly cutting off 2026-03-20 12:42:30 +01:00
Robin Olsen
bee0becde4 make full help show in items in vertical order 2026-03-20 12:41:50 +01:00
Robin Olsen
0774f20b7c clean this 2026-03-20 12:25:12 +01:00
Robin Olsen
341a00d42c we no longer have to change focus 2026-03-20 12:24:16 +01:00
Robin Olsen
5d53ba2c11 we no longer have to change focus 2026-03-20 12:24:05 +01:00
Robin Olsen
78696e7a4b remove submission keybind as its now automatic 2026-03-20 12:23:49 +01:00
Robin Olsen
ecafe0c17e we dont use this 2026-03-20 12:23:26 +01:00
Robin Olsen
097cb3af56 remove closed issues view and just show closed issues with strikethroug 2026-03-20 12:23:14 +01:00
Robin Olsen
ad961747fc show closing reason and refine comment rendering 2026-03-20 12:22:45 +01:00
Robin Olsen
47f670da28 refine helpbar 2026-03-20 12:22:21 +01:00
Robin Olsen
0b1675d21a remove unused 2026-03-20 12:22:09 +01:00
Robin Olsen
d4bd9877d0 move operations to msgs 2026-03-20 12:21:53 +01:00
Robin Olsen
aa9de18c99 comment out closed issues list, will find a better way to show closed issues 2026-03-20 10:49:44 +01:00
Robin Olsen
c5bcc670bd submit no list refreshes kanban 2026-03-20 10:49:16 +01:00
Robin Olsen
41766284ac remove unused funcs and submit on issue refreshes 2026-03-20 10:48:25 +01:00
Robin Olsen
3e7ab044a6 sent submission at init to make submission lablel appear 2026-03-20 10:47:55 +01:00
Robin Olsen
977d0e2df0 users should understand how to view details 2026-03-20 10:47:27 +01:00
Robin Olsen
d78e9d4ded clean up help bar 2026-03-20 10:46:24 +01:00
Robin Olsen
2ebb8be83b make sure to use alt screen 2026-03-18 14:31:36 +01:00
Robin Olsen
3e9a903506 works now 2026-03-18 11:58:31 +01:00
Robin Olsen
40d25cc716 start with upgdrade (broken right now) 2026-03-18 11:23:10 +01:00
Robin Olsen
1ffe6c26fe Merge remote-tracking branch 'origin/main' into TASK-BACKLOG-REFINEMENT-fix-for-closed-reason 2026-03-16 09:59:32 +01:00
Ine Maria Nilssen Aanonsen
90fdd3e56f TASK BACKLOG REFINEMENT fix for closing reason 2026-03-16 07:21:07 +01:00
viljarb
1f98308d9b adding blocked status to tui 2026-03-12 13:18:15 +01:00
Ine Maria Nilssen Aanonsen
2ce04896ee TASK BACKLOG REFINEMENT fix for closing reason 2026-03-12 11:46:58 +01:00
viljarb
0b4e33b28f adding assignee for tui 2026-03-11 21:23:07 +01:00
Robin Olsen
102f718726 Merge pull request #50 from LazyBachelor/TASK-SPRINT-PLANNING-2
TASK SPRINT PLANNING 2
2026-03-11 09:42:46 -07:00
Robin Olsen
5fd9557637 Update pkg/tui/components/modals.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-11 15:33:45 +01:00
Robin Olsen
85e0bf698d show in ready_to_sprint in tui 2026-03-11 15:31:29 +01:00
Ine Maria Nilssen Aanonsen
c78b5082d2 TASK SPRINT PLANNING 2 2026-03-11 14:54:14 +01:00
Robin Olsen
8f40a4c9a3 add section to show valiaton check feedback 2026-03-11 14:49:55 +01:00
Moira Daniella A Sebastian
153351ce81 Resolved some of suggestions from copilot 2026-03-10 15:17:42 +01:00
Moira Daniella sebastian
1cdfb56531 Update pkg/tui/components/modals.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-10 15:05:41 +01:00
Robin Olsen
a63edceb00 Merge remote-tracking branch 'origin/main' into WIP-LPM-79 2026-03-06 16:02:50 +01:00
Robin Olsen
d7c52383be add submit to full help tui 2026-03-05 12:33:16 +01:00