about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Handle onboarding in non-prod envs (#2698)Eric Bailey2024-01-302-1/+4
|
* Workaround Safari content-visibility bug (#2699)dan2024-01-301-1/+4
|
* Fix notification invalidation condition on web (#2697)dan2024-01-301-7/+14
| | | Co-authored-by: Dan Abramov <dan@mac.home>
* moderate avatars and embeds in composer reply to (#2665)Hailey2024-01-305-6/+18
| | | | | | | * moderate avatars and embeds in composer reply to * oops * dont need moderation in the quote opts
* prevent duplicate keys in feed tab bar (#2666)Hailey2024-01-303-15/+27
|
* add padding to user's lists/feeds scrollviews (#2675)Hailey2024-01-302-8/+6
| | | | | * add padding to user's lists/feeds scrollviews * always use the header offset for padding
* adjust height of list based on screen size (#2678)Hailey2024-01-301-3/+19
|
* Fix notification mark-read behaviors (#2696)Paul Frazee2024-01-303-17/+25
| | | | | * Mark read on first notifs page fetch always; this is less optimal but it fixes a case where when the first full page's unreads are all filtered out * Use the pre-filter indexedAt for updateSeen
* Merge pull request #2695 from bluesky-social/hailey/fix-android-swipeHailey2024-01-302-11/+35
|\ | | | | fix left swipe on android
| * add commentHailey2024-01-301-0/+2
| |
| * update commentHailey2024-01-301-4/+9
| |
| * cleanupHailey2024-01-301-2/+2
| |
| * cleanupHailey2024-01-301-4/+13
| |
| * use variableHailey2024-01-301-1/+1
| |
| * use gap on nativeHailey2024-01-302-12/+20
| |
* | check if a thread is muted before incrementing notif badge, filter out ↵Hailey2024-01-301-7/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quotes (#2686) * check if a thread is muted before incrementing notif badge * some filtering for quotes and reposts * move logic to util * change logic * revert always fetching * logic for cases when we don't have a subject (count) * unneeded change * check subject embed in `isThreadMuted` * remove todo
* | Autofocus the alt text input on all platforms, improve dismissability on ↵Hailey2024-01-302-2/+25
| | | | | | | | | | | | | | | | | | native (#2690) * sneak in a eslint fix * autofocus the alt text input whenever we open the modal * properly use the hook
* | remove unnecessary right padding in main thread item (#2693)Hailey2024-01-301-0/+1
| |
* | Don't interpolate rkey (#2691)Eric Bailey2024-01-301-3/+1
| |
* | i18n interests, allow for fallbacks (#2692)Eric Bailey2024-01-309-56/+103
| |
* | Merge pull request #2679 from bluesky-social/hailey/check-blocks-load-profileHailey2024-01-305-13/+48
|\ \ | | | | | | clear cache when blocking/unblocking and whenever we get blocked, better invalidation logic for `useProfileQuery`
| * | tsHailey2024-01-301-4/+4
| | |
| * | move to correct fileHailey2024-01-302-13/+14
| | |
| * | better namingHailey2024-01-292-4/+8
| | |
| * | update deprecatedHailey2024-01-291-3/+3
| | |
| * | namingHailey2024-01-291-2/+2
| | |
| * | dont invalidate profile queries if they are only for display name resolutionHailey2024-01-291-1/+1
| | |
| * | configurable stale time for profile queriesHailey2024-01-291-5/+8
| | |
| * | use `isLoading` for whether to show no profile headerHailey2024-01-291-2/+2
| | |
| * | check if we are blocked when opening a profile, reset posts cache if we areHailey2024-01-292-2/+29
| | |
* | | Avatar type for Feed check (#2661)Prates2024-01-302-1/+7
| |/ |/| | | | | | | * Changed type from algo to list * Fixed to check if it's a feed or a list
* | use in app browser for translations when enabled (#2663)Hailey2024-01-302-8/+17
|/
* Fix typos and suggested punctuation tweak in StepSuggestedAccounts/index.tsx ↵surfdude292024-01-271-3/+3
| | | | | | | | | (#2649) * Fix typos in StepSuggestedAccounts/index.tsx * suggested wording tweak * on second thought, 'some' again is redundant
* Suggest wording tweak in StepAlgoFeeds/index.tsx (#2653)surfdude292024-01-271-1/+1
| | | | | | | | | * Suggest wording tweak in StepAlgoFeeds/index.tsx * Update src/screens/Onboarding/StepAlgoFeeds/index.tsx --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Enable new onboardingPaul Frazee2024-01-261-1/+1
|
* Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2024-01-261-17/+28
|\
| * Adjust placeholder to be pixel-perfect (#2650)dan2024-01-261-17/+28
| |
* | 1.67Paul Frazee2024-01-2611-2503/+5768
|/
* Fix typos in StepFollowingFeed.tsx (#2643)surfdude292024-01-261-1/+1
|
* Two UI tweaks after recent updates (#2647)Paul Frazee2024-01-263-27/+16
| | | | | * Readd the top border to the highlighted post when a reply (revert #2628) * Readd right pad to post controls
* Account creation improvements & some other fixes (#2636)Paul Frazee2024-01-256-18/+28
| | | | | | | | | | | * Quick fix to mobile * Enlarge tap targets in account creation * Improve keyboard behaviors during account creation * Improve autocompletion behaviors during account creation * Use the logo in the Deactivated screen
* Add missing top border to notifications loading state (#2635)dan2024-01-251-2/+8
|
* Prefetch profile links on web (#2634)dan2024-01-254-1/+34
|
* Improve type checking for metrics events (#2632)Eric Bailey2024-01-253-37/+42
|
* Clean up some sentry logs (#2630)Eric Bailey2024-01-2539-147/+84
| | | | | | | * Change prop name for sentry ingestion * Fix test * Add default object
* New Onboarding (#2596)Eric Bailey2024-01-2556-172/+3453
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add round and square buttons * Allow some style for buttons, add icons * Change text selection color * Center button text, whoops * Outer layout, some primitive updates * WIP * onboarding feed prefs (#2590) * add `style` to toggle label to modify text style * Revert "add `style` to toggle label to modify text style" This reverts commit 8f4b517b8585ca64a4bf44f6cb40ac070ece8932. * following feed prefs * remove unnecessary memo * reusable divider component * org imports * add finished screen * Theme SelectedAccountCard * Require at least 3 interests * Placeholder save logic * WIP algo feeds * Improve lineHeight handling, add RichText, improve Link by adding InlineLink * Inherit lineHeight in heading comps * Algo feeds mostly good * Topical feeds ish * Layout cleanup * Improve button styles * moderation prefs for onboarding (#2594) * WIP algo feeds * modify controlalbelgroup typing for easy .map() * adjust padding on button * add moderation screen * add moderation screen * add moderation screen --------- Co-authored-by: Eric Bailey <git@esb.lol> * Fix toggle button styles * A11y props on outer portal * Put it all on red * New data shape * Handle mock data * Bulk write (not yet) * Remove interests validation * Clean up interests * i18n layout and first step * Clean up suggested follows screen * Clean up following step * Clean up algo feeds step * Clean up topical feeds * Add skeleton for feed card * WIP moderation step * cleanup moderation styles (#2605) * cleanup moderation styles * fix(?) toggle button group styles * adjust toggle to fit any screen * Some more cleanup * Icons * ToggleButton tweaks * Reset * Hook up data * Better suggestions * Bulk write * Some logging * Use new api * Concat topical feeds * Metrics * Disable links in RichText, feedcards * Tweak primary feed cards * Update metrics * Fix layout shift * Fix ToggleButton again, whoops * Error state * Bump api package, ensure interests are saved * Better fix for autofill * i18n, button positions * Remove unused export * Add default prefs object * Fix overflow in user cards * Add 2 lines of bios to suggested accounts cards * Nits * Don't resolve facets by default * Update storybook * Disable flag for now * Remove age dialog from moderations step * Improvements and tweaks to new onboarding --------- Co-authored-by: Hailey <153161762+haileyok@users.noreply.github.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Add account-activation queueing to signup (#2613)Paul Frazee2024-01-258-6/+299
| | | | | | | | | | | | | | | | | | | * Add deactivated-account tracking * Center button text * Add Deactivated screen * Add icon to Deactivated screen * Abort session resumption if the session is deactivated * Implement deactivated screen status checks * Bump api@0.9.5 * Use new typo-fixed scope * UI refinements
* Present highlighted post as part of the thread (#2628)dan2024-01-251-2/+13
|
* android alt text selection fix for expandable alt (#2629)Hailey2024-01-251-1/+2
|
* Fix post controls tap areas (#2627)dan2024-01-253-67/+87
|