chore: add robots.txt, update docs with mobile layout fix

- Add frontend/public/robots.txt: allow public pages, block auth/user-private routes and /api/
- ROADMAP.md: add mobile layout fix to UX & Polish shipped items
- TROUBLESHOOTING.md: add section on Android Chrome viewport overflow root cause and fix

Authored by: Jack Levy
This commit is contained in:
Jack Levy
2026-03-15 21:36:46 -04:00
parent 7ff75f9a00
commit 989419665e
3 changed files with 57 additions and 0 deletions

View File

@@ -71,6 +71,7 @@
- [x] Collapsible sidebar — icon-only mode, `localStorage` persistence
- [x] Favicon — Landmark icon
- [x] LLM Batch API — OpenAI + Anthropic async batch endpoints; 50% cost reduction; state tracked in `AppSetting("llm_active_batch")`
- [x] Mobile layout fix — `min-w-0` on flex content column in `AuthGuard` prevents long URLs from forcing viewport overflow on Android Chrome; app shell switched to `fixed inset-0` for stable visual-viewport anchoring
---