goon/mobile/src
jtrzupek 1875604c6d fix(mobile): onboarding pager — measure page width so last slide shows "Start browsing"
scrollTo/onScroll used the full screen width, but the ScrollView viewport is narrower
(card margins + padding), so the computed index desynced from the visible slide — the
last slide kept showing "Next"/"Skip" instead of "Start browsing". Measure the real
viewport width via onLayout and use it for paging, scrollTo and index. Caught on the
emulator (uiautomator dump — FLAG_SECURE blocks screenshots).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-22 10:21:19 +02:00
..
components fix(mobile): onboarding pager — measure page width so last slide shows "Start browsing" 2026-06-22 10:21:19 +02:00
lib feat(mobile): first-launch tutorial (pages, features, long-presses, player gestures) 2026-06-22 10:08:56 +02:00
native Initial commit 2026-05-20 10:10:22 +02:00
screens feat(mobile): first-launch tutorial (pages, features, long-presses, player gestures) 2026-06-22 10:08:56 +02:00
api.ts feat(sources): 0-5★ ranking on Sites (freshness/metadata/plays) + playback telemetry 2026-06-22 10:00:59 +02:00
changelog.ts feat(mobile): first-launch tutorial (pages, features, long-presses, player gestures) 2026-06-22 10:08:56 +02:00
ClientContext.tsx Initial commit 2026-05-20 10:10:22 +02:00
ErrorBoundary.tsx Initial commit 2026-05-20 10:10:22 +02:00
navigation.tsx feat(sources): 0-5★ ranking on Sites (freshness/metadata/plays) + playback telemetry 2026-06-22 10:00:59 +02:00
PreferencesContext.tsx feat(mobile): column toggle, duration filter, saved searches, screen protection (mobilism feedback) 2026-06-16 13:52:27 +02:00
SceneActionsContext.tsx fix(mobile): English long-press action labels + clean thumb error placeholder 2026-06-10 10:11:10 +02:00
storage.ts feat(mobile): first-launch tutorial (pages, features, long-presses, player gestures) 2026-06-22 10:08:56 +02:00
theme.ts build(apk): 0.2.0 — expo-font native, runtime 1.1, fonts re-enabled 2026-05-31 12:51:32 +02:00
types.ts feat(sources): 0-5★ ranking on Sites (freshness/metadata/plays) + playback telemetry 2026-06-22 10:00:59 +02:00