shell-mirror 1.5.70 → 1.5.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/index.html +15 -36
package/package.json
CHANGED
package/public/index.html
CHANGED
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<title>Shell Mirror -
|
|
7
|
-
<meta name="description" content="
|
|
6
|
+
<title>Shell Mirror - Mirror your Mac terminal to your phone</title>
|
|
7
|
+
<meta name="description" content="Mirror your Mac terminal to your phone. Continue your Claude Code or Gemini CLI session on your phone or iPad while on the go.">
|
|
8
8
|
<meta name="keywords" content="mobile coding, remote shell, Claude Code mobile, Gemini CLI phone, Mac shell browser, secure shell sharing">
|
|
9
9
|
|
|
10
10
|
<!-- Open Graph / Facebook -->
|
|
11
11
|
<meta property="og:type" content="website">
|
|
12
|
-
<meta property="og:title" content="Shell Mirror -
|
|
13
|
-
<meta property="og:description" content="
|
|
12
|
+
<meta property="og:title" content="Shell Mirror - Mirror your Mac terminal to your phone">
|
|
13
|
+
<meta property="og:description" content="Mirror your Mac terminal to your phone. Continue your Claude Code or Gemini CLI session on your phone or iPad while on the go.">
|
|
14
14
|
<meta property="og:url" content="https://shellmirror.app">
|
|
15
15
|
|
|
16
16
|
<!-- Twitter -->
|
|
17
17
|
<meta property="twitter:card" content="summary_large_image">
|
|
18
|
-
<meta property="twitter:title" content="Shell Mirror -
|
|
19
|
-
<meta property="twitter:description" content="
|
|
18
|
+
<meta property="twitter:title" content="Shell Mirror - Mirror your Mac terminal to your phone">
|
|
19
|
+
<meta property="twitter:description" content="Mirror your Mac terminal to your phone. Continue your Claude Code or Gemini CLI session on your phone or iPad while on the go.">
|
|
20
20
|
|
|
21
21
|
<!-- Google Analytics 4 -->
|
|
22
22
|
<script>
|
|
@@ -199,12 +199,6 @@
|
|
|
199
199
|
text-align: center;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
|
-
/* Quick Start Section */
|
|
203
|
-
.quick-start {
|
|
204
|
-
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
|
205
|
-
padding: 60px 0;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
202
|
/* Installation Code */
|
|
209
203
|
.install-code {
|
|
210
204
|
background: rgba(0, 0, 0, 0.3);
|
|
@@ -557,30 +551,11 @@
|
|
|
557
551
|
<!-- Hero Section -->
|
|
558
552
|
<section class="hero">
|
|
559
553
|
<div class="container">
|
|
560
|
-
<h1>
|
|
561
|
-
<p>
|
|
562
|
-
|
|
563
|
-
<div class="hero-buttons">
|
|
564
|
-
<button class="btn-primary" onclick="handleGoogleLogin()">
|
|
565
|
-
<svg width="20" height="20" viewBox="0 0 24 24" style="margin-right: 8px;">
|
|
566
|
-
<path fill="white" d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z"/>
|
|
567
|
-
<path fill="white" d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"/>
|
|
568
|
-
<path fill="white" d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/>
|
|
569
|
-
<path fill="white" d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"/>
|
|
570
|
-
</svg>
|
|
571
|
-
Start with Google
|
|
572
|
-
</button>
|
|
573
|
-
<a href="#how-it-works" class="btn-secondary">Learn More</a>
|
|
574
|
-
</div>
|
|
575
|
-
</div>
|
|
576
|
-
</section>
|
|
554
|
+
<h1>Mirror your Mac terminal<br>to your phone</h1>
|
|
555
|
+
<p>Continue your Claude Code or Gemini CLI session on your phone or iPad while on the go.</p>
|
|
577
556
|
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
<div class="container">
|
|
581
|
-
<h2 class="section-title" style="color: white; margin-bottom: 30px;">Quick Start</h2>
|
|
582
|
-
<p style="text-align: center; color: rgba(255, 255, 255, 0.9); font-size: 1.1rem; margin-bottom: 40px;">
|
|
583
|
-
Get started in 2 simple steps:
|
|
557
|
+
<p style="text-align: center; color: rgba(255, 255, 255, 0.95); font-size: 1.15rem; margin: 40px 0 30px; font-weight: 500;">
|
|
558
|
+
Get started in 3 simple steps:
|
|
584
559
|
</p>
|
|
585
560
|
|
|
586
561
|
<div class="setup-steps">
|
|
@@ -623,6 +598,10 @@
|
|
|
623
598
|
</button>
|
|
624
599
|
</div>
|
|
625
600
|
</div>
|
|
601
|
+
|
|
602
|
+
<p style="text-align: center; margin-top: 30px;">
|
|
603
|
+
<a href="#how-it-works" class="btn-secondary">Learn More</a>
|
|
604
|
+
</p>
|
|
626
605
|
</div>
|
|
627
606
|
</section>
|
|
628
607
|
|
|
@@ -777,7 +756,7 @@
|
|
|
777
756
|
const data = await response.json();
|
|
778
757
|
|
|
779
758
|
if (data.success && data.data && data.data.authenticated) {
|
|
780
|
-
return { isAuthenticated: true, user: data.data };
|
|
759
|
+
return { isAuthenticated: true, user: data.data.user };
|
|
781
760
|
}
|
|
782
761
|
} catch (error) {
|
|
783
762
|
console.log('Auth check failed:', error);
|