Commit Graph

340 Commits

Author SHA1 Message Date
Robin Olsen
e64c06fe5c Merge pull request #28 from LazyBachelor/LPM-78
LPM -78 Unify Web Layout
2026-02-25 05:10:19 -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
Robin Olsen
711d645cb0 Merge pull request #26 from LazyBachelor/WEB---DELETE-ISSUE
WEB - DELETE ISSUE
2026-02-25 04:27:31 -08: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
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
87bb49cc64 return error if it fails 2026-02-24 15:09:58 +01:00
Robin Olsen
5d774620dd use htmx for navigation 2026-02-24 10:33:48 +01:00
Robin Olsen
be56123955 Merge pull request #24 from LazyBachelor/LPM-78
Implemented dashboard
2026-02-23 11:21:35 -08: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
69329d5274 Remove cron schedule from docker-publish.yml
Removed scheduled cron job from Docker publish workflow.
2026-02-23 17:40:29 +01:00
Robin Olsen
facb31015f Merge pull request #23 from LazyBachelor/WEB---READ-ISSUES
Web read issues
2026-02-23 05:52:05 -08: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
Robin Olsen
3896ddd7dd rollback as the new addition was unused and unnessesary 2026-02-23 14:21:15 +01:00
Ine Maria Nilssen Aanonsen
1adf2ec940 READ ISSUES - WEB 2026-02-23 13:59:14 +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
v0.1.3
2026-02-22 22:58:04 +01:00
Robin Olsen
78769396e7 forgot to commit this 2026-02-22 19:47:17 +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 v0.1.2 2026-02-22 16:16:09 +01:00
Robin Olsen
dbf619a054 Update Go version to 1.25.6 in workflow v0.1.1 2026-02-22 14:49:15 +01:00
Robin Olsen
4f30744314 add goreleaser action 2026-02-22 14:39:42 +01:00
Robin Olsen
c1b34a145d Add Docker publish workflow to GitHub Actions 2026-02-22 14:31:17 +01:00
Robin Olsen
133996c734 Update copyright year and owner in LICENSE file 2026-02-22 14:28:39 +01:00
Robin Olsen
8dcf97c6c5 Add Apache License 2.0 to the project 2026-02-22 14:26:16 +01:00
Robin Olsen
8a2c6582e4 Update Go version to 1.25.6 in workflow 2026-02-22 14:23:09 +01:00
Robin Olsen
a0535085a0 Add GitHub Actions workflow for Go project 2026-02-22 14:22:08 +01:00
Robin Olsen
b2b8c5edcd add dockerignore 2026-02-22 14:18:37 +01:00
Robin Olsen
ee15fdf867 add goReleaser v0.1.0 2026-02-22 13:53:10 +01:00
Robin Olsen
d8d2994c8a Merge pull request #21 from LazyBachelor/WEB---ADD-COMMENTS-ON-ISSUES
WEB - ADD COMMENTS ON ISSUES
2026-02-22 02:04:13 -08: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
2cc808337f Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-20 16:44:21 +01:00