From 353b1865953c5e5ba4fa7df3b636a7c2262e3dc2 Mon Sep 17 00:00:00 2001 From: Alex Godoroja Date: Fri, 19 Jun 2026 16:50:03 -0700 Subject: [PATCH] publish: gate the form on mobile, show 'open on desktop' message --- .gitignore | 1 + src/pages/publish.astro | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/.gitignore b/.gitignore index 0d43c03..cbd3fcf 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ worker/.wrangler/ worker/coverage/ .env +.gstack/ diff --git a/src/pages/publish.astro b/src/pages/publish.astro index 8cbf426..62c3f65 100644 --- a/src/pages/publish.astro +++ b/src/pages/publish.astro @@ -54,12 +54,39 @@ const canonicalUrl = 'https://pilotprotocol.network/publish'; +
+
+
+
🖥️
+

Publishing needs a desktop

+

Open pilotprotocol.network/publish on a desktop browser to submit your app.

+ ← Back to the App Store +
+
+
+