Skip to content

fix: mobile login flow#1294

Merged
peterchinman merged 3 commits intomainfrom
peter/mobile-login
Feb 3, 2026
Merged

fix: mobile login flow#1294
peterchinman merged 3 commits intomainfrom
peter/mobile-login

Conversation

@peterchinman
Copy link
Copy Markdown
Contributor

Fixes the login/auth flow for native mobile (Tauri) platforms.

  • Router base path: Extracted hardcoded /app/... auth URLs into a shared routerBase constant so routing works on both web and native mobile.
  • Mobile auth redirect: Unauthenticated mobile users go to /login instead of /signup.
  • Login UI on mobile: Hides the 3D wireframe when the virtual keyboard is open, adjusts borders/layout accordingly, and uses onPointerDown instead of onClick on touch devices so buttons work before the keyboard dismisses.
  • Chat input polish: Reduced right padding on touch devices, fixed send button sizing, changed base font size to text-sm, updated placeholder punctuation.
  • Minor cleanup: Swapped some arcanum icons, fixed a malformed SVG attribute.

@peterchinman peterchinman requested a review from a team as a code owner February 3, 2026 19:39
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 3, 2026

@claude
Copy link
Copy Markdown
Contributor

claude bot commented Feb 3, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@peterchinman peterchinman merged commit 56ad5d6 into main Feb 3, 2026
21 checks passed
@peterchinman peterchinman deleted the peter/mobile-login branch February 3, 2026 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant