Symptom. SettingsScreen.tsx has exactly two groups (Theme, Voice Mode) and nothing else: no app version/build identifier, no link to docs/GitHub/support, no data-reset action. Mature reference apps (e.g. Slack, ChatGPT mobile) always give Settings an "About" section with version + support links.
Why it matters. This is exactly the content a user reaches for when something goes wrong ("what version am I on", "where do I report a bug") and it currently exists nowhere inside the app except the marketing Landing page's footer, which most active users never revisit.
Source. mobile/src/ui/settings/SettingsScreen.tsx (full component body — only theme + voice groups render).
Direction. Add an "About" settings group: version string, GitHub link, docs link, and optionally a "reset local app data" action.
Symptom.
SettingsScreen.tsxhas exactly two groups (Theme, Voice Mode) and nothing else: no app version/build identifier, no link to docs/GitHub/support, no data-reset action. Mature reference apps (e.g. Slack, ChatGPT mobile) always give Settings an "About" section with version + support links.Why it matters. This is exactly the content a user reaches for when something goes wrong ("what version am I on", "where do I report a bug") and it currently exists nowhere inside the app except the marketing Landing page's footer, which most active users never revisit.
Source.
mobile/src/ui/settings/SettingsScreen.tsx(full component body — only theme + voice groups render).Direction. Add an "About" settings group: version string, GitHub link, docs link, and optionally a "reset local app data" action.