Skip to content

Sync master into test-branch#422

Merged
Movm merged 4 commits intotest-branchfrom
master
Jan 29, 2026
Merged

Sync master into test-branch#422
Movm merged 4 commits intotest-branchfrom
master

Conversation

@Movm
Copy link
Copy Markdown
Collaborator

@Movm Movm commented Jan 29, 2026

Sync latest master changes into test-branch for testing.

Movm added 4 commits January 29, 2026 19:14
- Use type-only imports for IMessage and ImageSourcePropType
- Replace require() with ES module imports for image assets
- Move useCallback/useSafeAreaInsets hooks before early returns
- Change let to const for non-reassigned variable
- Replace disallowed console.info with console.warn
- Use explicit if/else for console methods to satisfy no-console rule
- Add void operator for unhandled Linking.openURL promise
- Suppress array-index-key warnings where items lack stable IDs
fix: resolve eslint errors, warnings, and error handling improvements
…ixed content

The /imagine route collided with the public/imagine/ directory, causing
nginx to issue a 301 redirect using http:// (mixed content). Renaming
the static assets directory eliminates the collision so nginx falls
through to the SPA fallback. Also reverts the absolute_redirect off
workaround as it's no longer needed.
fix(web): rename public/imagine to prevent mixed content on /imagine route
@Movm Movm merged commit 13037cf into test-branch Jan 29, 2026
13 of 14 checks passed
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