Skip to content

Commit 8e3f96a

Browse files
DjDeveloperrclaude
andcommitted
fix(deeplink): apply prettier formatting
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 043d6ed commit 8e3f96a

3 files changed

Lines changed: 42 additions & 33 deletions

File tree

packages/app-deeplink-pages/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@ The iOS app's `StudioLinkResolver` handles these paths on `app.simdeck.sh`:
6767

6868
Query params:
6969

70-
| param | meaning |
71-
| ---------------------------------- | ---------------------------------------------------------------- |
72-
| `host` (required) | Where SimDeck is reachable from the phone (LAN IP, tunnel host). |
73-
| `port` | Port (defaults vary). |
74-
| `scheme` | `http` or `https`. Default `http`. |
75-
| `udid` / `device` | Auto-select this simulator and auto-start streaming. |
76-
| `serverId` / `sid` / `s` | Hash identifying which SimDeck instance this is. |
77-
| `hostId` / `hid` | Stable host identifier (machine-level). |
78-
| `hostName` / `hname` | Human-readable host name for the picker. |
79-
| `serverKind` / `kind` | `launchAgent`, `foreground`, `standalone`, … |
80-
| `token` / `simdeckToken` | Pre-shared access token (optional). |
81-
| `code` / `pairingCode` (on /pair) | Pairing code for first-time link-up. |
70+
| param | meaning |
71+
| --------------------------------- | ---------------------------------------------------------------- |
72+
| `host` (required) | Where SimDeck is reachable from the phone (LAN IP, tunnel host). |
73+
| `port` | Port (defaults vary). |
74+
| `scheme` | `http` or `https`. Default `http`. |
75+
| `udid` / `device` | Auto-select this simulator and auto-start streaming. |
76+
| `serverId` / `sid` / `s` | Hash identifying which SimDeck instance this is. |
77+
| `hostId` / `hid` | Stable host identifier (machine-level). |
78+
| `hostName` / `hname` | Human-readable host name for the picker. |
79+
| `serverKind` / `kind` | `launchAgent`, `foreground`, `standalone`, … |
80+
| `token` / `simdeckToken` | Pre-shared access token (optional). |
81+
| `code` / `pairingCode` (on /pair) | Pairing code for first-time link-up. |
8282

8383
The Universal Link `https://app.simdeck.sh/open?...` and the custom-scheme
8484
`simdeck://open?...` carry the same query string and are interchangeable.

packages/app-deeplink-pages/public/index.html

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1, viewport-fit=cover"
8+
/>
69
<meta name="color-scheme" content="light dark" />
710
<title>SimDeck Launchpad</title>
811
<meta
@@ -17,13 +20,17 @@
1720
<main class="page" data-state="probing">
1821
<header class="page-header">
1922
<a class="brand" href="/">
20-
<img class="brand-mark" src="/simdeck.png" alt="" width="32" height="32" />
23+
<img
24+
class="brand-mark"
25+
src="/simdeck.png"
26+
alt=""
27+
width="32"
28+
height="32"
29+
/>
2130
<span class="brand-name">SimDeck</span>
2231
<span class="brand-tag">Launchpad</span>
2332
</a>
24-
<p class="tagline">
25-
Remote control iOS simulators from any device.
26-
</p>
33+
<p class="tagline">Remote control iOS simulators from any device.</p>
2734
</header>
2835

2936
<section class="card">
@@ -54,18 +61,30 @@ <h2>Local Server</h2>
5461
placeholder="10.0.0.55:4310 or https://tunnel.example.com"
5562
/>
5663
</div>
57-
<button id="manual-connect" type="button" class="primary">Connect</button>
64+
<button id="manual-connect" type="button" class="primary">
65+
Connect
66+
</button>
5867
</details>
5968
</div>
6069
</section>
6170

6271
<footer class="page-footer">
6372
<p>
6473
Need the iOS app?
65-
<a href="https://apps.apple.com/app/simdeck-studio/id6770182703" target="_blank" rel="noopener">Get it on the App Store</a>.
74+
<a
75+
href="https://apps.apple.com/app/simdeck-studio/id6770182703"
76+
target="_blank"
77+
rel="noopener"
78+
>Get it on the App Store</a
79+
>.
6680
</p>
6781
<p class="muted">
68-
<a href="https://github.com/NativeScript/SimDeck" target="_blank" rel="noopener">SimDeck</a>
82+
<a
83+
href="https://github.com/NativeScript/SimDeck"
84+
target="_blank"
85+
rel="noopener"
86+
>SimDeck</a
87+
>
6988
is open source.
7089
</p>
7190
</footer>

packages/app-deeplink-pages/public/styles.css

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,8 @@ body {
4040
background: var(--bg);
4141
color: var(--fg);
4242
font-family:
43-
-apple-system,
44-
BlinkMacSystemFont,
45-
"SF Pro Text",
46-
"Segoe UI",
47-
Inter,
48-
system-ui,
49-
sans-serif;
43+
-apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Inter,
44+
system-ui, sans-serif;
5045
-webkit-font-smoothing: antialiased;
5146
}
5247

@@ -61,12 +56,7 @@ a:hover {
6156

6257
code {
6358
font-family:
64-
ui-monospace,
65-
SFMono-Regular,
66-
"SF Mono",
67-
Menlo,
68-
Consolas,
69-
monospace;
59+
ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
7060
background: rgba(127, 127, 127, 0.14);
7161
padding: 1px 6px;
7262
border-radius: 5px;

0 commit comments

Comments
 (0)