Commit Graph

261 Commits

Author SHA1 Message Date
Moira Daniella A Sebastian
df118269d6 Fix now the WEB priority should match the other two interfaces (cli and tui) 2026-03-10 15:29:52 +01:00
Moira Daniella A Sebastian
153351ce81 Resolved some of suggestions from copilot 2026-03-10 15:17:42 +01:00
Moira Daniella sebastian
1cdfb56531 Update pkg/tui/components/modals.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-10 15:05:41 +01:00
Robin Olsen
a63edceb00 Merge remote-tracking branch 'origin/main' into WIP-LPM-79 2026-03-06 16:02:50 +01:00
Robin Olsen
f371f9a8e9 fix submisson button for web 2026-03-05 14:03:55 +01:00
Robin Olsen
d7c52383be add submit to full help tui 2026-03-05 12:33:16 +01:00
Robin Olsen
372e5900ff wait little for submitt channel to update 2026-03-05 12:30:50 +01:00
Robin Olsen
ae81e52f0d change web and status command to use callback 2026-03-04 22:45:31 +01:00
Robin Olsen
cc6c4ea7cb change tui and status command to use callback.
add keybind to submit
2026-03-04 22:44:55 +01:00
Robin Olsen
4842d30aab change repl and status command to use callback 2026-03-04 22:44:01 +01:00
Robin Olsen
3d183d7fcd change validation to be submission callback based 2026-03-04 22:43:28 +01:00
viljarb
aa203e901d making the enter/details key switch focus between issues and details; using the v key for switching between kanban and list view; making the footer stay at the buttom of the screen in kanban view 2026-03-04 21:16:55 +01:00
Robin Olsen
0f82146fe5 logg all checks and show if done or not 2026-03-04 20:46:55 +01:00
Robin Olsen
44d4b0e543 make sure we get the checks 2026-03-04 17:49:49 +01:00
Robin Olsen
6e1c46948a expand width of task text box 2026-03-04 17:49:32 +01:00
Moira Daniella A Sebastian
31ed1148f9 refactor(tui): move shared components (help bar, issue list, modals, etc.) into components folder. Also added kanban board view. 2026-03-04 15:20:16 +01:00
Robin Olsen
6b1bdde561 Merge branch 'main' into Metrics-and-Logs 2026-03-04 14:32:54 +01:00
Robin Olsen
7cd4219cc7 Merge pull request #35 from LazyBachelor/LPM-83
LPM-83 Create Issue Task
2026-03-04 05:23:11 -08:00
Robin Olsen
2fcd312072 Update pkg/task/metrics_store.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-04 14:02:48 +01:00
Robin Olsen
77b38692c6 align task with description
add a complete with message in case we need that
2026-03-04 14:00:35 +01:00
viljarb
5ca4aa1c38 fixing window resize bug when switching dashboards 2026-03-04 10:52:35 +01:00
viljarb
496422cf7c modified: dashboard/help_bar.go
modified:   dashboard2/help_bar.go
	modified:   views.go
2026-03-04 10:26:07 +01:00
Robin Olsen
0b5d94b2ee fix typo 2026-03-03 14:07:03 +01:00
Robin Olsen
4a6b40509c dont need whitespace here 2026-03-03 13:39:20 +01:00
Robin Olsen
eafba71887 make more readable 2026-03-03 13:39:09 +01:00
Robin Olsen
bbf5e1f7a9 use web logger only if dev 2026-03-03 11:56:56 +01:00
Robin Olsen
763f079063 refactor for separation of concern for better readabiliy and maintainability 2026-03-03 11:41:07 +01:00
Robin Olsen
7c704a1572 add metrics to tui 2026-03-02 23:10:09 +01:00
Robin Olsen
5942d0d8ab add metrics to repl 2026-03-02 23:09:59 +01:00
Robin Olsen
5ebe95b62f add metrics to tasks 2026-03-02 23:09:49 +01:00
Robin Olsen
35557431da add logging and metrics to web 2026-03-02 23:09:25 +01:00
Robin Olsen
fb9e8ab419 define metrics logger 2026-03-02 23:08:40 +01:00
Moira Daniella A Sebastian
63631fc42f Implemented add comments for tui 2026-03-02 20:17:08 +01:00
viljarb
1d5b7e0860 copied the dashboard and made a keybinding to change back and forth between them; ready to turn dashboard2 into a boardview dashboard 2026-03-02 19:53:42 +01:00
Robin Olsen
1baf6c7ff4 (hotfix) content should no render in modal 2026-03-01 21:10:23 +01:00
Robin Olsen
9612cb9338 refactor to make cli better and simplify the code 2026-03-01 20:42:56 +01:00
Robin Olsen
aabce0b0b2 refactor to use app package instead of service
refactor app to be composable
2026-02-28 23:30:31 +01:00
Robin Olsen
ba4d3df669 refactor names and minimize dependencies 2026-02-28 22:17:55 +01:00
Robin Olsen
ba0115d1bc lots of changes and reducing dependency imports 2026-02-28 16:39:50 +01:00
Robin Olsen
697b17e890 fix bug where using a issue command in the repl would crash a task 2026-02-28 11:39:05 +01:00
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