Skip to content

Deploy#144

Merged
flo-bit merged 96 commits into
eurosky/deployfrom
eurosky/fork
Jul 9, 2026
Merged

Deploy#144
flo-bit merged 96 commits into
eurosky/deployfrom
eurosky/fork

Conversation

@flo-bit

@flo-bit flo-bit commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

flo-bit and others added 30 commits June 16, 2026 19:02
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>
Co-authored-by: Zaven477 <77801431+Zaven477@users.noreply.github.com>
LooneyH and others added 28 commits June 30, 2026 15:59
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>
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
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Old size New size Diff
8.48 MB 9.23 MB 763.62 KB (8.79%)

@flo-bit
flo-bit merged commit 92ab78a into eurosky/deploy Jul 9, 2026
11 of 16 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.