Robin Olsen
cca6b2f477
Merge pull request #27 from LazyBachelor/LPM-67
...
Feature : Add comments
2026-02-25 05:15:21 -08:00
Robin Olsen
b48c9b82ad
add copilot fix
2026-02-25 14:06:48 +01:00
Robin Olsen
fa7c63aa33
fix libs
2026-02-25 14:06:28 +01:00
Robin Olsen
aba0c0fd19
Update pkg/web/components/search.templ
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-25 14:02:19 +01:00
Robin Olsen
6da6113ae5
fix styling a bit and use CreatedBy
2026-02-25 14:01:05 +01:00
Robin Olsen
93aa452805
Merge remote-tracking branch 'origin/main' into LPM-78
2026-02-25 13:43:07 +01:00
Ine Maria Nilssen Aanonsen
20d63718fe
WEB - DELETE ISSUE
2026-02-25 13:24:35 +01:00
Robin Olsen
44e894f025
add ability to change assingee
2026-02-25 13:20:30 +01:00
Moira Daniella A Sebastian
d721bba29f
Fix comment commands, comments reads multiple words, fix user as author, and implemented a function to list comments
2026-02-25 13:10:42 +01:00
Robin Olsen
6264f9dfc9
adjust layout and add detials button
2026-02-25 12:39:21 +01:00
Robin Olsen
1438d0e567
rename to just issue_detail
2026-02-25 12:25:41 +01:00
Robin Olsen
87d4cdae3f
add edit issue button and modal
2026-02-25 11:53:56 +01:00
Ine Maria Nilssen Aanonsen
0c56c4c2b6
WEB - DELETE ISSUE
2026-02-24 15:33:58 +01:00
Robin Olsen
f28ab4be78
ended up not needing this
2026-02-24 15:18:56 +01:00
Robin Olsen
38ae7905c1
unify components and layout
2026-02-24 15:13:31 +01:00
Robin Olsen
dd92c5741a
keep it minimal
2026-02-24 15:11:43 +01:00
Robin Olsen
6c3e6a5815
add create issue modal
2026-02-24 15:11:10 +01:00
Robin Olsen
451125903c
remove index handler
2026-02-24 15:10:43 +01:00
Robin Olsen
8cea735f43
remove indes and just use dashboard
2026-02-24 15:10:24 +01:00
Robin Olsen
5d774620dd
use htmx for navigation
2026-02-24 10:33:48 +01:00
Robin Olsen
cd2c613001
remove comments from input.css
2026-02-23 20:10:59 +01:00
Moira Daniella A Sebastian
96291b7a94
Added issues dashboard
2026-02-23 19:48:10 +01:00
Robin Olsen
4b3f4b00ab
dont think those are needed
2026-02-23 14:36:51 +01:00
Robin Olsen
ac7c91f6d4
Merge remote-tracking branch 'origin/main' into WEB---READ-ISSUES
2026-02-23 14:27:54 +01:00
Ine Maria Nilssen Aanonsen
d1ef4e9491
READ ISSUES - WEB
2026-02-23 13:51:42 +01:00
Robin Olsen
235b07f7ce
use registry for interfaces also
...
add list interfaces command
2026-02-22 22:58:04 +01:00
Robin Olsen
33c8c05ae3
refactor to decouple commands form entrypoint for reusability and centralizing commands.
...
Increase reusability and composition
2026-02-22 19:46:55 +01:00
Robin Olsen
118e67dbf4
refactor services to use Interface and change name to app
2026-02-22 16:16:09 +01:00
Robin Olsen
2e4185e30f
use beads service
...
use pointes for comments
use htmx routing
2026-02-22 11:03:31 +01:00
Ine Maria Nilssen Aanonsen
15f8bbb8ed
Merge branch 'WEB---ADD-COMMENTS-ON-ISSUES' of https://github.com/LazyBachelor/LazyPM into WEB---ADD-COMMENTS-ON-ISSUES
2026-02-20 17:04:20 +01:00
Ine Maria Nilssen Aanonsen
4ad08b3720
WEB - ADD COMMENTS ON ISSUES
2026-02-20 17:02:10 +01:00
Ine
d1951cbbc0
Apply suggestion from @Copilot
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-20 16:44:40 +01:00
Ine Maria Nilssen Aanonsen
bb059ad8d8
WEB - ADD COMMENTS ON ISSUES
2026-02-20 11:25:08 +01:00
Robin Olsen
0f41f76679
add builders and chaining methods for various types and variables for better reusability and readability
2026-02-19 17:26:16 +01:00
Robin Olsen
5cd1d2ab71
(hotfix) convert type to string
2026-02-19 12:12:26 +01:00
viljarb0
c5023ee748
Update pkg/tui/views/dashboard/operations.go
...
use the constants from the model package instead of string literals, for the status codes
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-19 10:37:56 +01:00
viljarb0
15647bbe9d
Update pkg/tui/views/dashboard/issue_list.go
...
making the comment in OpenAndInProgressOnly more descriptive
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-19 10:36:50 +01:00
viljarb0
e528788522
Update pkg/tui/views/dashboard/operations.go
...
copilot suggestion: determine which list the deleted issue was in and use the appropriate filtered list to select the next issue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-19 10:25:13 +01:00
viljarb0
cdc7dad2ec
Update pkg/tui/views/dashboard/operations.go
...
fetching the newly created issue from the refreshed issues list instead of using the local msg.Issue pointer to ensure all fields are properly populated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-19 10:00:38 +01:00
viljarb0
06ce771505
Update pkg/tui/views/dashboard/model.go
...
remove trailing white space as per copilot's request
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-19 09:56:58 +01:00
viljarb0
78e7a2dd51
Update pkg/tui/views/dashboard/keys.go
...
copilot suggestion to have consistent checks for all key handlers, to prevent opening for example the edit window and delete window at the same time.. somehow
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-19 09:56:24 +01:00
Robin Olsen
a2212c0bad
move feedback msg check to operations
2026-02-18 22:23:08 +01:00
Robin Olsen
d3c5ead54e
Merge remote-tracking branch 'origin/main' into LPM-32
2026-02-18 22:22:11 +01:00
viljarb
f00bf0a684
putting web from main into this branch
2026-02-18 20:52:50 +01:00
viljarb
77dd155299
rm -r --cached pkg/web
2026-02-18 20:48:30 +01:00
viljarb
1d92041538
modified: web/assets/css/styles.css
...
modified: web/components/base/input.templ
modified: web/components/base/input_templ.go
modified: web/components/base/range.templ
modified: web/components/base/range_templ.go
modified: web/components/base/select.templ
modified: web/components/base/select_templ.go
modified: web/components/base/textarea.templ
modified: web/components/base/textarea_templ.go
modified: web/components/icons.templ
modified: web/components/icons_templ.go
modified: web/components/issue.templ
modified: web/components/issue_templ.go
modified: web/components/layout.templ
modified: web/components/layout_templ.go
new file: web/components/sidebar.templ
new file: web/components/sidebar_templ.go
new file: web/components/status.templ
new file: web/components/status_templ.go
modified: web/handler/issues.go
new file: web/handler/task.go
modified: web/input.css
deleted: web/package-lock.json
deleted: web/package.json
modified: web/routes/layout.templ
modified: web/routes/layout_templ.go
modified: web/server/routes.go
modified: web/server/server.go
modified: web/web.go
2026-02-18 20:41:52 +01:00
viljarb
ed8a0d02ec
updating web to be compatible with main
2026-02-18 20:33:32 +01:00
viljarb
b654fb5bd3
changing name of updates.go to operations.go, as everything related to operations performed on issues are there
2026-02-18 20:25:25 +01:00
viljarb
96bab0602f
ready for test
2026-02-18 20:10:45 +01:00
Robin Olsen
4d6b70fb6a
add some helpers to simplify task creation
2026-02-18 19:32:17 +01:00