forked from 1jehuang/jcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterrupt.html
More file actions
33 lines (33 loc) · 1.22 KB
/
interrupt.html
File metadata and controls
33 lines (33 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jcode mobile – Interrupt Agent</title>
<link rel="stylesheet" href="styles.css">
</head>
<body class="page">
<div class="phone">
<div class="canvas">
<div class="statusbar" style="opacity:0.3;">
<div>9:41</div>
<div class="mono">5G</div>
</div>
<div class="sheet-bg"></div>
<div class="sheet" style="min-height:340px;">
<div class="sheet-handle"></div>
<div class="sheet-top">
<div class="sheet-title">Interrupt Agent</div>
<div style="display:flex; gap:16px; align-items:center;">
<span style="color:var(--text-3); font-size:14px;">Cancel</span>
<span style="color:var(--purple); font-size:14px; font-weight:600;">Send</span>
</div>
</div>
<div class="sheet-copy">Send a high-priority note to redirect the current run without starting a new session.</div>
<div class="textarea-mock">Prioritize the mobile handoff first.</div>
<div class="sheet-hint mono">Current session: fox · model: sonnet-4</div>
</div>
</div>
</div>
</body>
</html>