Skip to content

Mobile styling#136

Merged
lnqminh3003 merged 10 commits into
mobilefrom
Mobile-Styling
May 2, 2026
Merged

Mobile styling#136
lnqminh3003 merged 10 commits into
mobilefrom
Mobile-Styling

Conversation

@tahaminachy43
Copy link
Copy Markdown
Collaborator

No description provided.

tahaminachy43 and others added 10 commits April 30, 2026 13:07
The shared loginWithLinkedIn helper hardcoded ?platform=mobile and used
WebBrowser.openAuthSessionAsync with a custom-scheme redirect, which
broke the Expo web export at https://shatter-mobile.vercel.app/. After
LinkedIn auth completed, the backend redirected the browser to
shattermobile://auth/auth/callback?code=..., a custom scheme browsers
cannot follow.

Branch on Platform.OS: on web, navigate the current tab directly to the
backend's /api/auth/linkedin (no platform param). The backend defaults
to the web flow and redirects to ${FRONTEND_URL}/auth/callback?code=...,
which the existing app/auth/callback.tsx route handles. The mobile path
is unchanged.
Pulling recent changes from main
- autoconstruct userurl
-
- used the same styling from guest for  social links
- position fixed for layout
@lnqminh3003 lnqminh3003 merged commit 47b474b into mobile May 2, 2026
7 checks passed
lnqminh3003 added a commit that referenced this pull request May 2, 2026
Merge pull request #136 from techstartucalgary/Mobile-Styling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants