viljarb
cd1f90e546
removing unneeded files
2026-03-04 21:42:14 +01:00
viljarb
ac4fd13089
removing unneeded files
2026-03-04 21:41:38 +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
viljarb
9473e1c40a
bd: backup 2026-03-04 15:37
2026-03-04 16:37:01 +01:00
viljarb
149c143586
bd init: initialize beads issue tracking
2026-03-04 16:36:54 +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
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
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
cb10aeff6b
(hotfix) make sure app is initialized only when we need it
2026-03-02 11:41:57 +01:00
Robin Olsen
1baf6c7ff4
(hotfix) content should no render in modal
2026-03-01 21:10:23 +01:00
Robin Olsen
ffa787588c
(hotfix) remove old survey fields
2026-03-01 21:10:23 +01:00
Robin Olsen
3e29e6ad4d
Merge pull request #32 from LazyBachelor/refactor
...
Refactor to Simplify Architecture and Improve CLI UX
2026-03-01 11:56:27 -08:00
Robin Olsen
37862c7bae
Update internal/commands/issues/close.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-01 20:54:27 +01:00
Robin Olsen
447f97ec3e
Update cmd/pm/init.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-01 20:54:17 +01:00
Robin Olsen
9612cb9338
refactor to make cli better and simplify the code
2026-03-01 20:42:56 +01:00
Robin Olsen
a266ce5464
update ignore files
2026-03-01 11:24:44 +01:00
Robin Olsen
6d68027a08
update makefile
2026-03-01 11:24:31 +01:00
Robin Olsen
47f1ecdfab
remove dependency of beads from issueService interface
2026-03-01 11:04:57 +01:00
Robin Olsen
f340fb6686
run build and test on all branches
2026-03-01 10:46:11 +01:00
Robin Olsen
258ee4f0b0
(hotfix) make sure to use issue type and status
2026-03-01 10:39:16 +01:00
Robin Olsen
c4700d96c9
Merge pull request #31 from LazyBachelor/Refctor
...
Refactors application initialization to use the new composable internal/app package (replacing internal/service) and updates the CLI/TUI/Web/REPL/survey flows and utilities to align with the new package layout.
Changes:
Replace internal/service.NewApp usage with internal/app.New across interfaces and commands.
Split internal/utils into focused subpackages (browser, shellcomp, check) and update imports/usages.
Consolidate task UI code under pkg/task and rename public constructors (NewWeb→New, NewTui→New, NewRepl→New, NewCli→New).
2026-02-28 14:44:53 -08:00
Robin Olsen
027de55d6a
Update internal/app/initializer.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-28 23:42:26 +01:00
Robin Olsen
44fe0e8c46
Update cmd/survey/tasks/base.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-28 23:41:28 +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
ab74d3e82e
Merge pull request #30 from LazyBachelor/Refctor
...
Refactor and Improved Task Validation
2026-02-28 07:59:50 -08:00
Robin Olsen
bfeeed5626
remove for now
2026-02-28 16:58:31 +01:00
Robin Olsen
8df8e466e6
use context
2026-02-28 16:54:11 +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
v0.1.4
2026-02-28 11:39:05 +01:00
Robin Olsen
8cdaf93f26
add completions to survey
2026-02-28 10:44:41 +01:00
Robin Olsen
9ce9b6ee07
add it to survey config
2026-02-28 10:44:00 +01:00
Robin Olsen
9e42ff0770
add config option to initialize automaticaly without prompt
2026-02-28 10:43:38 +01:00
Robin Olsen
864cafe6cd
run survey and init beads at startup
2026-02-28 10:41:50 +01:00
Robin Olsen
a267be000a
add survey completions
2026-02-28 10:41:07 +01:00
Robin Olsen
e00b201a77
add bash completion to os for survey and pm commands
2026-02-26 20:26:15 +01:00
Robin Olsen
dcf9fbaa50
automaticaly open browser when starting server
2026-02-26 18:54:51 +01:00
Robin Olsen
f0a4630866
add docker push command for lazyos
2026-02-26 18:54:23 +01:00
Robin Olsen
43606b479f
update readme's
2026-02-26 18:20:22 +01:00
Robin Olsen
efb16f37bd
change base image of os to alpine-xfce
...
make sure we have required packages to run go apps
add maketile commands for building and running os
2026-02-26 18:08:57 +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
d83422104b
add the pm command to survey cli
...
use command context to store app service
2026-02-25 21:57:30 +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
93cd62f29b
should be able to have any assignee
2026-02-25 15:44:20 +01:00
Robin Olsen
5504574746
remove extra precentage sign
2026-02-25 15:43:14 +01:00
Robin Olsen
8fad95857a
Update cmd/survey/tasks/gitTask.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-25 15:39:53 +01:00
Robin Olsen
42c01bbf73
Update cmd/survey/runner.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-25 15:39:28 +01:00
Robin Olsen
5e6811da9c
Update cmd/survey/tasks/gitTask.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-25 15:38:45 +01:00