make issue list and issue form

This commit is contained in:
Robin Olsen
2026-02-03 13:15:12 +01:00
parent 82e9ac4df5
commit 8c9a0035e7
8 changed files with 460 additions and 155 deletions

View File

@@ -31,12 +31,10 @@ func IndexHandler(svc *service.Services) http.HandlerFunc {
}
props := routes.IndexProps{
Issues: issues,
IssueList: components.IssueListProps{
IssueTable: components.IssueTableProps{
Issues: issues,
},
}
routes.Index(props).Render(r.Context(), w)
}
}