Deploy#144
Merged
Merged
Conversation
Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
…-social#10934) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…cial#10933) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…nds QR code (bluesky-social#10921) Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Zaven477 <77801431+Zaven477@users.noreply.github.com>
…al#10636) Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
A fresh account created via the external PDS OAuth flow never runs the
in-app signup wizard, so we start onboarding on the web OAuth callback.
It previously did this with persisted.write('onboarding', ...), but on
web that never activated onboarding in the current tab: OnboardingProvider
is mounted above the session and is never remounted by login(), and
persisted.write() does not fire local onUpdate listeners (its cross-tab
BroadcastChannel never echoes back to the sender). The wizard only
appeared after a manual reload, which re-read the persisted step.
Drive the in-memory onboarding reducer instead (dispatch 'start', which
also persists the step) by threading an onboarding dispatch from InnerApp
into tryFinishWebOAuthSignIn.
ported from bluesky-social#9440 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Brooke/thread reader fixes
Flo/sync upstream 2026 07 06
feat: add plyr.fm embed support
fix: show onboarding after OAuth signup without a reload
Like the picker-account interest post for each selected interest on onboarding finish, giving new accounts a personalization seed so the fu feed engages instead of falling back to popularity. - Discover interest posts at runtime by their #tag (getAuthorFeed); nothing hard-coded but the picker DID (brand.json fu.pickerDid / EXPO_PUBLIC_PICKER_DID) - bulkWriteLikes helper (strong-ref applyWrites) - Require selecting at least 3 interests before continuing - Add FU_FEED_URI / FU_SAVED_FEED constants (default-feed flip pending)
# Conflicts: # src/state/preferences/index.tsx
|
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.
No description provided.