This website requires JavaScript.
Explore
Help
Register
Sign In
viljarb
/
LazyPM
Watch
1
Star
0
Fork
0
You've already forked LazyPM
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7674ae36904d5690081e2152026cf3d6b8a803aa
LazyPM
/
pkg
/
tui
/
views
/
dashboard
History
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
..
header.go
Update pkg/tui/views/dashboard/header.go
2026-02-10 20:23:42 +01:00
help_bar.go
adding another tui window for closed issues; adding scrolling for the issue display windows
2026-02-16 19:23:02 +01:00
issue_detail.go
improving issue details view
2026-02-10 20:10:58 +01:00
issue_list.go
Update pkg/tui/views/dashboard/issue_list.go
2026-02-19 10:36:50 +01:00
keys.go
Update pkg/tui/views/dashboard/keys.go
2026-02-19 09:56:24 +01:00
model.go
Update pkg/tui/views/dashboard/model.go
2026-02-19 09:56:58 +01:00
operations.go
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
view.go
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