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:
@@ -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
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user