From 7a7100fc41a71c4623caed7c51c54ed65ca9ed4b Mon Sep 17 00:00:00 2001 From: Jonathon Leight Date: Sun, 28 Jun 2026 18:05:02 -0400 Subject: [PATCH] Add repeater, join org CTA cards --- internal/core/templates/dashboard.html | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/internal/core/templates/dashboard.html b/internal/core/templates/dashboard.html index 46d35dc..851281f 100644 --- a/internal/core/templates/dashboard.html +++ b/internal/core/templates/dashboard.html @@ -66,6 +66,39 @@ + +{{if or (not .OwnedCount) (not .OrgCount)}} +
+ {{if not .OwnedCount}} +
+
+
+ {{template "icon-antenna" ""}} +

Add your first repeater

+

Connect a repeater to MeshTender and test it with a modem.

+ {{template "icon-plus" "me-1"}}Add repeater +
+
+
+ {{end}} + {{if not .OrgCount}} +
+
+
+ {{template "icon-world" ""}} +

Join an organization

+

Find a local mesh community to share repeaters and coordinate.

+ +
+
+
+ {{end}} +
+{{end}} +