diff --git a/go-backend/internal/web/views/tablo_detail_view.go b/go-backend/internal/web/views/tablo_detail_view.go index 0c1438c..9bb04f9 100644 --- a/go-backend/internal/web/views/tablo_detail_view.go +++ b/go-backend/internal/web/views/tablo_detail_view.go @@ -1,11 +1,8 @@ package views import ( - "context" "fmt" - "io" - "github.com/a-h/templ" tablomodel "xtablo-backend/internal/tablos" taskmodel "xtablo-backend/internal/tasks" ) @@ -176,21 +173,3 @@ func tabloStatusPresentation(status tablomodel.Status) (string, string, int, str } } -// TabloDetailPage is a stub templ component for the tablo detail page. -// It will be replaced with a proper templ component in Plan 02. -// The stub emits the tablo name and initTabloDetailSortable so tests pass. -func TabloDetailPage(vm TabloDetailViewModel) templ.Component { - return templ.ComponentFunc(func(ctx context.Context, w io.Writer) error { - // Emit column status IDs so TestTabloDetailKanbanColumns passes - cols := "" - for _, col := range vm.Columns { - cols += `