Implement catalog startup diagnostics (T-616)

This commit is contained in:
ila
2026-07-19 22:22:46 +08:00
parent 06234e11bf
commit 2c561894fd
28 changed files with 715 additions and 23 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ func (shell *AppShell) layoutFooter(
return layout.Flex{Alignment: layout.Middle}.Layout(
gtx,
layout.Rigid(func(gtx layout.Context) layout.Dimensions {
label := material.Caption(theme, "目录状态:等待已验证 Catalog")
label := material.Caption(theme, shell.catalogStatusText())
label.Color = shellColors.secondary
return label.Layout(gtx)
}),