Skip to content

Commit 50ae6fe

Browse files
committed
Add mobile debug
1 parent 5f0e59d commit 50ae6fe

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/pages/RemoteProduct.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,16 @@ export function RemoteProduct() {
252252
/>
253253
)}
254254

255+
{/* DEBUG — remove after mobile investigation */}
256+
<div style={{
257+
background: '#ff0', color: '#000', fontSize: '13px', padding: '8px 12px',
258+
fontFamily: 'monospace', fontWeight: 'bold', flexShrink: 0, zIndex: 99999,
259+
}}>
260+
showForm={String(shouldShowForm)} | entries={entries.length} | activeId={activeId?.slice(0, 8) ?? 'null'}
261+
{activeEntry ? ` | host=${activeEntry.host} proto=${activeEntry.protocol}` : ' | NO activeEntry'}
262+
{` | showForm=${String(showForm)}`}
263+
</div>
264+
255265
<div className="remote-product-body">
256266
{showSidebar && (
257267
<ChatSidebar

0 commit comments

Comments
 (0)