Add Unbounded widget proxy UI with 3D globe visualization#8492
Draft
myleshorton wants to merge 5 commits intomainfrom
Draft
Add Unbounded widget proxy UI with 3D globe visualization#8492myleshorton wants to merge 5 commits intomainfrom
myleshorton wants to merge 5 commits intomainfrom
Conversation
Full feature implementation for the unbounded/broflake widget proxy: Go: FFI and mobile bindings for setUnboundedEnabled/isUnboundedEnabled, event subscription to forward connection state changes to Flutter. Flutter: Unbounded screen with interactive three-globe WebView showing animated arcs as censored users connect, share bandwidth toggle with optimistic update, Riverpod event pipeline from Go through to WebView JS, and geo-IP lookup for peer location visualization. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add info banner, status cards with live/total connection counts, auto-enable checkbox, and welcome dialog to Unbounded screen - Add unbounded stats provider to track active and total connections - Add new AppSetting fields: autoEnableUnbounded, unboundedWelcomeSeen, hideUnbounded with corresponding setters - Create Unbounded Settings sub-page with auto-enable and hide toggles - Add UnboundedSettingsScreen route and link from Settings page - Conditionally hide Unbounded tile when hideUnbounded is enabled - Remove stray root-level flags.dart and system_tray_notifier.dart Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
setUnboundedEnabled/isUnboundedEnabled, event subscription forwarding connection state changes to FlutterDepends on:
🤖 Generated with Claude Code