Add basic issue view, styling and ux need improvement

This commit is contained in:
Robin Olsen
2026-02-04 15:22:32 +01:00
parent b56a0a3f43
commit 008bfd1efb
11 changed files with 364 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ func main() {
IssuePrefix: "pm",
}
if err := tui.Run(context.Background(), config); err != nil {
if _, err := tui.Run(context.Background(), config); err != nil {
panic(err)
}
}