Commit Graph

377 Commits

Author SHA1 Message Date
Robin Olsen
da9f8ed4cb Merge pull request #87 from LazyBachelor/LPM-152
LPM-152 Auby Issues Fix web, Better Readme and Help Texts
2026-04-01 05:47:27 -07:00
Robin Olsen
730ad6a2e2 Merge pull request #86 from LazyBachelor/LPM-151
auby issues - arrow keys for navigation in kanban
2026-04-01 05:41:22 -07:00
Robin Olsen
2f0426b58f Enhance status component and dashboard functionality
- Updated the status component template to include a new trigger for task status checks.
- Modified the status component's Go implementation to reflect the new trigger in the HTML output.
- Improved the UpdateIssue handler to conditionally set the assignee based on form input.
- Enhanced the dashboard template to include a new dependencies section for issues, allowing users to add dependencies dynamically.
- Refactored the dashboard's issue rows to utilize JavaScript functions for rendering status, type, and priority badges, improving maintainability and readability.
2026-04-01 14:37:31 +02:00
Robin Olsen
f755e9f01e Update participant guide and interface instructions for clarity and consistency 2026-04-01 13:28:51 +02:00
viljarb
44f192b619 using h/l for navigation and arrow keys for moving issues in the tui kanban 2026-04-01 12:30:37 +02:00
Robin Olsen
670448b56d Merge pull request #80 from LazyBachelor/LPM-129
LPM-129 CLI Dependency Functionality
2026-03-26 15:00:18 -07:00
Robin Olsen
9ad1c5535c fix 2026-03-26 22:59:11 +01:00
Moira Daniella A Sebastian
1ed6814778 Fixed 2026-03-25 21:18:59 +01:00
Robin Olsen
859db365d3 fix save and close buttons 2026-03-25 20:30:04 +01:00
viljarb
13d54d9e81 implementing dependency management in the cli 2026-03-25 14:27:38 +01:00
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
Robin Olsen
9b06557455 separete into fucntion and use charm dependency instead 2026-03-24 21:04:05 +01:00
viljarb
802d379de8 implementing dependency management in tui 2026-03-24 19:57:45 +01:00
Robin Olsen
e4880279c4 fix bug with edit modal and remove depricated ready_to_sprint status 2026-03-24 12:33:24 +01:00
Robin Olsen
6808ed3bbe collect submit source 2026-03-24 12:32:57 +01:00
Robin Olsen
fc10321430 refine statistics collection 2026-03-24 12:31:15 +01:00
Robin Olsen
0b7bef37b9 fix dependencies rendering 2026-03-23 20:25:37 +01:00
Robin Olsen
f26b89a903 Merge remote-tracking branch 'origin/main' into LPM-115 2026-03-23 20:18:47 +01:00
viljarb
63cfa3e8b8 passing dependencies as props and rendering them in IssueDetail instead of lazy-loading via hx-get 2026-03-23 19:28:50 +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
viljarb
996475d9ed turning a large chunk of html into a component in a component file 2026-03-23 19:00:27 +01:00
Robin Olsen
a6d4144d8c simplify this 2026-03-22 19:09:15 +01:00
Robin Olsen
cdb3d1dcd9 might fix repl bugs 2026-03-22 17:12:22 +01:00
Robin Olsen
11afdfd9b8 fix repl arrow bug 2026-03-22 15:16:10 +01:00
Robin Olsen
ca0b00292b refine task ui alignment 2026-03-22 15:15:36 +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
viljarb
85e20c58fe making changes to the dependency implementation like those in Commit 57c481e 2026-03-20 14:50:02 +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
dcd094b630 Update pkg/web/handler/task.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-20 12:57:47 +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