Robin Olsen
dcf9fbaa50
automaticaly open browser when starting server
2026-02-26 18:54:51 +01:00
Robin Olsen
c769c901cf
serve static assets from embeded filesystem. add build files for lazyos
2026-02-26 10:33:46 +01:00
Robin Olsen
4c0fff0750
Merge pull request #29 from LazyBachelor/LPM-77
...
LPM-77 Task Drafts
2026-02-25 06:45:59 -08:00
Robin Olsen
c3464c5d18
Merge pull request #25 from LazyBachelor/LPM-43
...
LPM-43 TUI Funcitonality
2026-02-25 06:45:26 -08:00
Robin Olsen
e7b644c307
Merge remote-tracking branch 'origin/main' into LPM-77
2026-02-25 14:18:04 +01:00
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
Robin Olsen
2d7f15e33f
fix merge
2026-02-24 17:06:57 +01:00
Robin Olsen
7890f621aa
Merge remote-tracking branch 'origin/main' into LPM-43
2026-02-24 17:06:40 +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
viljarb
a8aada1646
using codenames for priority levels mapped to digits
2026-02-24 11:19:01 +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
viljarb
970c735fa4
adding functionality for editing priority; adding priority to the list of displayed issues; sorting the list of issues by their priority
2026-02-23 15:56:16 +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
viljarb
7674ae3690
making improvements based on copilot's suggestions from previous merge with main: subtracting the label heights from available heights before calculating the list height, to avoid potential layer overflow, in pkg/tui/views/view.go; creating a handler function for refreshing issue list and updating detail view, to avoid duplicate logic in pkg/tui/views/operations.go
2026-02-23 13:50:23 +01:00
Robin Olsen
ea67982a8d
remove search bar until properly implemented
2026-02-23 13:37:27 +01:00
Robin Olsen
8decd74952
make tasks use map instead of slice
2026-02-23 13:13:34 +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