From b8b44d62fdfd6a690885bdd6ad7b76a97764b2ff Mon Sep 17 00:00:00 2001
From: Li Zhineng
Date: Fri, 11 Jul 2025 18:09:10 +0800
Subject: wip
---
index.html | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 147 insertions(+), 24 deletions(-)
(limited to 'index.html')
diff --git a/index.html b/index.html
index b2a6736..46b069a 100644
--- a/index.html
+++ b/index.html
@@ -1,26 +1,149 @@
-
- Setup AIRMX device
-
-
-
-
- Your browser does not support the Web Bluetooth API. Please switch to Google Chrome and try again.
-
-
-
- Setup AIRMX Pro
-
-
-
-
-
-
-
-
-
-
-
+
+ Setup AIRMX device
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.2.3
From 6f15fb63da85f2d9d651c02f16dabd7fea33935c Mon Sep 17 00:00:00 2001
From: Li Zhineng
Date: Fri, 11 Jul 2025 21:59:49 +0800
Subject: retry option
---
app.css | 14 ++++++++++++++
index.html | 4 ++++
main.mjs | 43 +++++++++++++++++++++++++++++++++++++++++--
3 files changed, 59 insertions(+), 2 deletions(-)
(limited to 'index.html')
diff --git a/app.css b/app.css
index 905eedf..d55b049 100644
--- a/app.css
+++ b/app.css
@@ -168,6 +168,12 @@ body {
margin-block-start: 1.5rem;
}
+.form__link {
+ font-size: 0.9375rem;
+ line-height: 1.5;
+ color: var(--color-zinc-50);
+}
+
.form__footer {
margin-block-start: 4rem;
}
@@ -317,3 +323,11 @@ body {
background-repeat: no-repeat;
background-position: center;
}
+
+.retry-message {
+ display: none;
+}
+
+.retry-message--shown {
+ display: block;
+}
diff --git a/index.html b/index.html
index 46b069a..86e3b8b 100644
--- a/index.html
+++ b/index.html
@@ -104,6 +104,10 @@
One more thing, let's choose the AIRMX Pro device from the Bluetooth scanning list.
+
+ 👀 The list has been dismissed.
+ Try again?
+
+