feat: add Daemon Seeker mobile companion#158
Merged
nullxnothing merged 37 commits intomainfrom May 7, 2026
Merged
Conversation
Mobile app: - Match desktop DAEMON aesthetic: top bar with wordmark, halo gradient hero, framed metric cards, ghost-button variants, tighter typography - Wallet tab: glyph-led empty state instead of barren button stack - Pair tab: labeled detail rows for code/relay/deep link - Approvals: risk pill above title, monospace command preview - Safe-area top padding for Android status bar - Split polyfill into native/web variants so web preview boots - Wallet hook: real icon URL, classify user-cancel vs no-wallet vs error - Notifications: skip push registration when EAS projectId is placeholder dApp Store submission package: - apps/seeker-mobile/dapp-store/ scaffolding + README with current 4-step flow (EAS build, portal metadata, CLI release upload, review) - 512x512 publisher + app icons rendered from daemon-mark.svg - 1920x1080 banner, 1024x500 feature graphic - 1080x1920 screenshots for Home/Approvals/Wallet/Pair - eas.json: new dapp-store profile producing signed APK Desktop SeekerCompanionPanel: tighten hero typography, fix empty-state stretch, remove dead .seeker-roadmap-grid CSS.
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
Adds the first full Daemon Seeker implementation path:
Seekertab for the desktop companion surfaceapps/seeker-mobileProduct direction
This keeps Daemon desktop as the full IDE while making Seeker the mobile command center for:
Notes
Solana Mobile docs require a custom Expo development build for MWA native modules rather than Expo Go, so this app includes
expo-dev-client,react-native-quick-crypto, and a startup polyfill.Follow-up work
Test status
Not run in this environment because mobile dependencies/native Android build tooling are not installed here. The code is structured as a separate app to avoid impacting the existing Electron build path.