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
Robin Olsen
9a47acc49a
Merge pull request #71 from LazyBachelor/LPM-137
...
LPM-137 Submission Refactor and Tui Layout Update
2026-03-20 04:59:04 -07: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
7c3eab7461
Delete Task Details.txt
2026-03-20 12:44:09 +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
7d623439b9
make issue critical
2026-03-20 12:42:06 +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
3bc97024c3
make repl submit each command
2026-03-19 22:08:13 +01:00
Robin Olsen
35114a3e0f
make web submit when action done by user
2026-03-19 21:12:28 +01:00
Robin Olsen
ef649c9ac4
Merge pull request #70 from LazyBachelor/LPM-136
...
LPM-136 Have Task description in file instead of issue
2026-03-19 11:52:16 -07:00
Robin Olsen
8bcbb37dec
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-03-19 19:50:43 +01:00
Robin Olsen
d07d1ecfc1
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-03-19 19:50:30 +01:00
Robin Olsen
256b3ed2db
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-03-19 19:49:34 +01:00
Robin Olsen
5bd728fe4e
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-03-19 19:49:17 +01:00
Robin Olsen
fbbb3dc5c6
update .dockerignore to dont have .env files
2026-03-19 15:22:09 +01:00
Robin Olsen
b0c76b0565
remove setup issues and simplify validaiton
2026-03-19 15:21:30 +01:00
Robin Olsen
64a02a6ed5
make Contains expector more durable
2026-03-19 15:20:50 +01:00
Robin Olsen
151d757209
write task description to file
2026-03-19 13:51:46 +01:00
Robin Olsen
b9bf49b269
Merge pull request #69 from LazyBachelor/INTERFACES-SKIP-TASK-implemented-more-intuitive-'skip-task'-in-each-interface
...
INTERFACES SKIP TASK implemented more intuitive 'skip task' in each i…
2026-03-19 04:42:43 -07:00
Robin Olsen
5519b9d2eb
make it even more clear and add a line describing how to submit
2026-03-19 12:41:48 +01:00
Ine Maria Nilssen Aanonsen
a7fd271928
INTERFACES SKIP TASK implemented more intuitive 'skip task' in each interface
2026-03-19 11:49:08 +01:00
Robin Olsen
d16bd5a302
Merge pull request #68 from LazyBachelor/BACKLOG-REFINEMENT-removed-duplicate-close-issue-button
...
BACKLOG REFINEMENT removed duplicate close issue button
2026-03-19 01:38:58 -07:00
Robin Olsen
04061792e8
make sure modal handles overflow
2026-03-19 09:37:54 +01:00
Ine Maria Nilssen Aanonsen
925cf089be
BACKLOG REFINEMENT removed duplicate close issue button
2026-03-19 06:56:29 +01:00
Robin Olsen
45e95a287f
(hotfix) set git config at init
2026-03-18 15:56:10 +01:00
Robin Olsen
27c78554aa
Merge pull request #67 from LazyBachelor/LPM-104
...
LPM-104 Upgrade Go and Charm Deps
2026-03-18 07:23:11 -07:00
Robin Olsen
2510429a7f
upgrade mongodb driver dep
2026-03-18 15:20:16 +01:00
Robin Olsen
720be210c3
add commands to start tui and web
2026-03-18 15:00:15 +01:00
Robin Olsen
ed018b5396
update dockerfile to latest go version
2026-03-18 14:55:42 +01:00
Robin Olsen
08d9f741ea
update workflows to go 1.26.1
2026-03-18 14:51:34 +01:00