Skip to content

Commit edcdb8b

Browse files
gitcoder89431claude
andcommitted
fix: add blank row between Devices and meshd sections on dashboard
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 473d9f3 commit edcdb8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/screens/dashboard.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ func (d Dashboard) devicesSection(width int) string {
173173
if d.localDevice.ID == "" && len(d.devices) == 0 {
174174
rows = append(rows, d.theme.Muted.Render("No devices — add one via Connect"))
175175
}
176+
rows = append(rows, "")
176177
return strings.Join(rows, "\n")
177178
}
178179

0 commit comments

Comments
 (0)