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 |
|
viljarb
|
196145205f
|
adding another tui window for closed issues; adding scrolling for the issue display windows
|
2026-02-16 19:23:02 +01:00 |
|
viljarb
|
501c2a71e5
|
update description and status, and replicating help message from lazybeads
|
2026-02-14 15:29:08 +01:00 |
|
|
|
3ed3863947
|
modified: pkg/web/web.go
|
2026-02-13 15:08:30 +01:00 |
|
|
|
cf4f62cd7e
|
create, update, and delete functionalities
|
2026-02-13 15:06:56 +01:00 |
|
Robin Olsen
|
6f2c2ede9b
|
Merge pull request #14 from LazyBachelor/LPM-52
LPM-52 Survey Tasks
|
2026-02-13 01:28:07 -08:00 |
|
Robin Olsen
|
f396ae5b37
|
Update pkg/web/web.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-13 10:25:52 +01:00 |
|
Robin Olsen
|
400a989454
|
fix typo
|
2026-02-13 10:16:43 +01:00 |
|
Robin Olsen
|
e994c890f4
|
refactor survery cmd
move package files to pkg
|
2026-02-13 10:13:41 +01:00 |
|
Robin Olsen
|
fc5156a0ad
|
Update pkg/tui/tui.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-13 00:00:05 +01:00 |
|
Robin Olsen
|
0bbe5ed375
|
Update pkg/cli/repl/repl.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-12 23:58:06 +01:00 |
|
Robin Olsen
|
da8ab0833e
|
delete survey pkg
|
2026-02-12 20:39:00 +01:00 |
|
Robin Olsen
|
08ded5384c
|
change signature of interfaces to fit Interface interface
|
2026-02-12 19:57:52 +01:00 |
|
Robin Olsen
|
448848915c
|
update to use static assets
|
2026-02-12 12:11:20 +01:00 |
|
Robin Olsen
|
f3f42ddc8a
|
return early empty issue list if no issues found
|
2026-02-10 20:31:36 +01:00 |
|
Robin Olsen
|
ca13b4bc73
|
Update pkg/tui/views/dashboard/header.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-10 20:23:42 +01:00 |
|
Robin Olsen
|
14c4509942
|
Update pkg/tui/views/dashboard/help_bar.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-10 20:22:23 +01:00 |
|
Robin Olsen
|
d0ab541ec4
|
Update pkg/tui/views/dashboard/update.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-10 20:18:55 +01:00 |
|
Robin Olsen
|
19b32dca1b
|
add dashboard
|
2026-02-10 20:11:36 +01:00 |
|
Robin Olsen
|
ee3e64a883
|
improving issue details view
|
2026-02-10 20:10:58 +01:00 |
|
Robin Olsen
|
87a1a18f70
|
improving issue list
|
2026-02-10 20:10:45 +01:00 |
|
Robin Olsen
|
ca8fc4022f
|
add custom header
|
2026-02-10 17:50:02 +01:00 |
|
Robin Olsen
|
815977a208
|
add custom help bar
|
2026-02-10 17:49:53 +01:00 |
|
Robin Olsen
|
4129cfacb4
|
add style definitions for better modifiability
|
2026-02-10 17:49:39 +01:00 |
|
Robin Olsen
|
6ee8e67858
|
move delegate to issue_list
|
2026-02-10 17:49:22 +01:00 |
|
Robin Olsen
|
41bde2d1f4
|
move issue views to dashboard
|
2026-02-10 17:49:08 +01:00 |
|
Robin Olsen
|
a157bc7dd3
|
Merge remote-tracking branch 'origin/main' into LPM-32
|
2026-02-10 10:07:34 +01:00 |
|
Robin Olsen
|
c773e61f4e
|
implement suggestions from copilot
|
2026-02-10 00:04:13 +01:00 |
|
Robin Olsen
|
bb096ff19d
|
Update pkg/cli/repl/suggestions.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-09 23:42:44 +01:00 |
|
Robin Olsen
|
59dc50ed6e
|
Merge remote-tracking branch 'origin/main' into LPM-51
|
2026-02-09 20:30:47 +01:00 |
|
Robin Olsen
|
155d9d79ae
|
refine suggestions a bit
|
2026-02-09 20:28:42 +01:00 |
|
Robin Olsen
|
fa6b57e6c0
|
refactor and clean up update command
|
2026-02-09 20:28:32 +01:00 |
|
viljarb0
|
c6f5363ae8
|
Update pkg/cli/commands/update.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-09 19:24:50 +01:00 |
|
viljarb0
|
742daef892
|
Update pkg/cli/commands/update.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-09 19:24:50 +01:00 |
|
|
|
7d0877dfb0
|
fix
|
2026-02-09 19:24:50 +01:00 |
|
|
|
9d6c3fe797
|
adding update feature to cli
|
2026-02-09 19:24:50 +01:00 |
|
Robin Olsen
|
431f9e4f5d
|
add comments to fuctions.
make sure priority ranges form 0-4
|
2026-02-09 19:13:46 +01:00 |
|
Robin Olsen
|
3bf80ba859
|
add comments to the repl package
|
2026-02-08 12:56:09 +01:00 |
|
Robin Olsen
|
38faee631f
|
add limit to flags
|
2026-02-08 12:35:29 +01:00 |
|
Robin Olsen
|
33ea5c70d8
|
add interactive mode
|
2026-02-08 12:35:13 +01:00 |
|
Robin Olsen
|
a24c658473
|
refactor for simplicity
change to use createFlags var
add interactive mode
|
2026-02-08 12:34:51 +01:00 |
|
Robin Olsen
|
f403c9b79d
|
use flag struct
rename usage to list
|
2026-02-08 12:33:43 +01:00 |
|
Robin Olsen
|
0e5e22619b
|
add a flags struct other commands can impelemt
enable completion command
|
2026-02-08 12:30:24 +01:00 |
|
Robin Olsen
|
59b912325b
|
add close issue to repl completions
|
2026-02-08 12:29:50 +01:00 |
|
Robin Olsen
|
84c0ad2286
|
add completionFunc for reducing boilerplate for command implementatinos
|
2026-02-08 12:29:06 +01:00 |
|
Robin Olsen
|
0b9dd86c73
|
add close command
|
2026-02-08 12:28:39 +01:00 |
|