Files
backnotprop__plannotator/apps/hook/index.html
Michael Ramos e181b824cc Mobile-safe plan and code comment composition (#1297)
* feat: harden mobile comment composition

* fix(ui): keep mobile app inside Safari viewport

* docs: record physical mobile triage

* fix(ui): extend plan canvas behind Safari controls

* fix(ui): let mobile plans drive Safari chrome

* fix(ui): release Safari top edge on mobile plans

* docs: triage mobile feedback and close phase 1b

* fix(ui): harden compact touch behavior
2026-08-13 08:58:55 -07:00

15 lines
472 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Plannotator</title>
<link rel="icon" type="image/png" sizes="64x64" href="/favicon.png">
</head>
<body class="overflow-hidden overscroll-none antialiased">
<div id="root" class="h-full overflow-hidden"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>