Skip to content

Fix styling on tablet#116

Merged
binary-koan merged 3 commits intomainfrom
tablet-layout
Mar 22, 2026
Merged

Fix styling on tablet#116
binary-koan merged 3 commits intomainfrom
tablet-layout

Conversation

@binary-koan
Copy link
Contributor

Issue: #112

Removes a few sm styles that no longer work, and fixes a couple of other bugs found while testing on tablet.

@binary-koan binary-koan self-assigned this Mar 22, 2026
useEffect(() => {
if ((!isAuthLoading && !accessToken) || query.error instanceof UnauthorizedError) logout();
}, [isAuthLoading, accessToken, query.error, logout]);
if (query.error instanceof UnauthorizedError) logout();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes an infinite render loop on the login screen

return checkUpdateRequirement(
Constants.expoConfig?.version,
Updates.createdAt ?? new Date("2025-03-01"),
Updates.createdAt ?? undefined,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidentally left in while testing forced updates

@binary-koan binary-koan merged commit 6b2d6d8 into main Mar 22, 2026
2 checks passed
@binary-koan binary-koan deleted the tablet-layout branch March 22, 2026 16:22
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.

1 participant