From 49d7f31514e092fa8120ef0ba8e23b48729c35c1 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 9 Feb 2026 02:15:05 -0500 Subject: [PATCH] fix: rename ShowBuildPrompt to ShowBuildTracker --- portal/dossier_sections.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/dossier_sections.go b/portal/dossier_sections.go index 76d98b9..8f91244 100644 --- a/portal/dossier_sections.go +++ b/portal/dossier_sections.go @@ -30,7 +30,7 @@ type DossierSection struct { CustomHTML string // for completely custom sections (privacy) Searchable bool // show search/filter box in header // Checkin-specific: show "build your profile" prompt - ShowBuildPrompt bool // true if trackable categories are empty + ShowBuildTracker bool // true if trackable categories are empty TrackableStats map[string]int // counts for trackable categories TrackerButtons []TrackerButton // buttons for empty trackable categories } @@ -147,7 +147,7 @@ func BuildDossierSections(targetID, targetHex string, target *lib.Dossier, p *li section.Summary = T("checkin_summary") } else { // Show build profile prompt - section.ShowBuildPrompt = true + section.ShowBuildTracker = true section.Summary = T("checkin_build_profile") promptsURL := fmt.Sprintf("/dossier/%s/prompts", targetHex) section.TrackerButtons = []TrackerButton{