Merged
Conversation
Implements a WebView-based Instagram feed in the social section. This feature provides users with access to the Instagram feed within the app. It handles loading states and errors gracefully, displaying a placeholder view when content is unavailable. It also configures the scroll behavior based on device type to correctly display the content on both iPad and iPhone. Furthermore, the feature enables opening Instagram URLs, either within the app or by redirecting to the Instagram app, if installed. The feature is behind a check to ensure if the content is available.
Replaces the previous Instagram integration with a `WebView` to improve stability and address potential issues with the older implementation. The `InstagramContainerView` is removed and `SocialView` is updated to use the new `InstagramPostsWebView` directly. This change ensures a more consistent and reliable user experience when viewing Instagram content within the app. The `MMGrey6` color definition is updated to use explicit srgb color values instead of a system reference.
Updates MMGrey6 color to utilize the system provided gray 6 color. This ensures proper appearance in both light and dark modes on iOS.
Moves Instagram web view logic to accommodate handling of dark mode settings. This change includes removing the InstagramNavigationDelegate and inlining its logic, adds cookie support for setting dark mode preference. It also adds a new initializer to accept ColorScheme? and determine dark mode.
cassio-rossi
approved these changes
Dec 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
include web view from instagram
Type of Change
feat: New featurefix: Bug fixdocs: Documentation updatestyle: Code style/formatting changesrefactor: Code refactoringperf: Performance improvementtest: Adding or updating testschore: Maintenance tasksbuild: Build system changesci: CI configuration changesRelated Issue
Screenshots/Videos
Testing
Checklist
Additional Notes