fix: AIUI mobile — auto-switch to content tab when clicking chat bubbles

Removed !isEmbedded guard from mobile tab auto-switch watchers in
ChatPage.vue. When running embedded in Archy iframe on mobile,
clicking a chat bubble now correctly switches to the content panel.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-09 21:20:57 +00:00
parent 62cdddfab0
commit 7aa59d8072
170 changed files with 426 additions and 413 deletions

View File

@@ -11,12 +11,12 @@
<meta name="apple-mobile-web-app-title" content="AIUI" />
<meta name="description" content="AI chat interface with rich content surfaces" />
<!-- CSP set via HTTP headers in production nginx — not in HTML meta to avoid breaking Vite HMR -->
<link rel="icon" href="/aiui/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/aiui/apple-touch-icon-180x180.png" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
<title>AIUI</title>
<script type="module" crossorigin src="/aiui/assets/index-BD9qoze1.js"></script>
<link rel="stylesheet" crossorigin href="/aiui/assets/index-BNvE9-tw.css">
<link rel="manifest" href="/aiui/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/aiui/registerSW.js"></script></head>
<script type="module" crossorigin src="/assets/index-BzKy-nNf.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CHQ7uqBj.css">
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
<body class="antialiased h-full overflow-hidden fixed w-full">
<div id="app"></div>
</body>