Robin Olsen
d7c52383be
add submit to full help tui
2026-03-05 12:33:16 +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
6b1bdde561
Merge branch 'main' into Metrics-and-Logs
2026-03-04 14:32:54 +01:00
Robin Olsen
7c704a1572
add metrics to tui
2026-03-02 23:10:09 +01:00
Moira Daniella A Sebastian
63631fc42f
Implemented add comments for tui
2026-03-02 20:17:08 +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
ba0115d1bc
lots of changes and reducing dependency imports
2026-02-28 16:39:50 +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
viljarb
a8aada1646
using codenames for priority levels mapped to digits
2026-02-24 11:19:01 +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
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
118e67dbf4
refactor services to use Interface and change name to app
2026-02-22 16:16:09 +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
viljarb0
cdc7dad2ec
Update pkg/tui/views/dashboard/operations.go
...
fetching the newly created issue from the refreshed issues list instead of using the local msg.Issue pointer to ensure all fields are properly populated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-19 10:00:38 +01:00
viljarb0
06ce771505
Update pkg/tui/views/dashboard/model.go
...
remove trailing white space as per copilot's request
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-19 09:56:58 +01:00
viljarb0
78e7a2dd51
Update pkg/tui/views/dashboard/keys.go
...
copilot suggestion to have consistent checks for all key handlers, to prevent opening for example the edit window and delete window at the same time.. somehow
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-19 09:56:24 +01:00
Robin Olsen
a2212c0bad
move feedback msg check to operations
2026-02-18 22:23:08 +01:00
Robin Olsen
d3c5ead54e
Merge remote-tracking branch 'origin/main' into LPM-32
2026-02-18 22:22:11 +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
Robin Olsen
4dcb67e490
Update pkg/tui/views/dashboard/update.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-18 13:43:05 +01:00
Robin Olsen
a5733bdaed
add feedback to tui
2026-02-17 13:19:35 +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
cf4f62cd7e
create, update, and delete functionalities
2026-02-13 15:06:56 +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
6ee8e67858
move delegate to issue_list
2026-02-10 17:49:22 +01:00
Robin Olsen
a38c4ec7b1
use custom help menu
2026-02-04 19:45:13 +01:00
Robin Olsen
008bfd1efb
Add basic issue view, styling and ux need improvement
2026-02-04 15:22:32 +01:00