Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'copy-link' of https://github.com/mozzius/bluesky-official-app ↵ | Paul Frazee | 2023-11-30 | 13 | -279/+341 |
|\ | | | | | | | into mozzius-copy-link | ||||
| * | add "copy link" text | Samuel Newman | 2023-11-30 | 13 | -174/+236 |
| | | |||||
* | | Add enter/exit animations to modals on web (#2042) | Samuel Newman | 2023-11-30 | 3 | -18/+30 |
| | | | | | | | | | | | | | | * add reanimated layout animations to modals * reorder imports * pass context to scroll handler patches | ||||
* | | Disable OTA for now (#2052) | Eric Bailey | 2023-11-30 | 1 | -2/+0 |
| | | |||||
* | | Beep boop (#2051) | Eric Bailey | 2023-11-30 | 1 | -4/+7 |
| | | |||||
* | | Eric/profile feeds list (#2049) | Eric Bailey | 2023-11-30 | 12 | -20/+26 |
| | | | | | | | | | | | | | | * Fix profile feedgens view * Fix profile lists view * Translate | ||||
* | | Hide normal mute if muted by list, and invalidate profile query upon list ↵ | Eric Bailey | 2023-11-30 | 2 | -19/+33 |
| | | | | | | | | | | | | | | mute (#2048) * Hide normal mute if muted by list, and invalidate profile query upon list mute * Prevent profile flashing | ||||
* | | Rewrite the shadow logic to look inside the cache (#2045) | dan | 2023-11-30 | 14 | -171/+461 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reset * Associate shadows with the cache * Use colocated helpers * Fix types * Reorder for clarity * More types * Copy paste logic for profile * Hook up profile query * Hook up suggested follows * Hook up other profile things * Fix shape * Pass setShadow into the effect deps * Include reply posts in the shadow cache search --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | | Merge branch 'main' of github.com:bluesky-social/social-app into main | Paul Frazee | 2023-11-30 | 1 | -38/+43 |
|\ \ | |||||
| * | | Fix lag when switching tabs (#2046) | dan | 2023-11-30 | 1 | -38/+43 |
| |/ | |||||
* / | Fix missing export in e2e version | Paul Frazee | 2023-11-30 | 1 | -0/+2 |
|/ | |||||
* | Adjust stale-caches and dont group read&unread notifs together (#2041) | Paul Frazee | 2023-11-29 | 14 | -26/+8 |
| | | | | | | | | | * Dont group read & unread notifications together * Remove and reduce some stale cache times * Keep the staleTime on the post-feed * Bring back the load-bearing staletime on profile | ||||
* | Apply feed preferences (react-query refactor) (#2040) | Paul Frazee | 2023-11-29 | 3 | -85/+102 |
| | | | | | * Actually implement the feed tuners hook * Move feed-tuner pass into select() to have it apply immediately on change | ||||
* | Close modals if switching to unauthed account (#2039) | Eric Bailey | 2023-11-29 | 1 | -0/+1 |
| | |||||
* | Handle nsfw feeds in public view (#2035) | Eric Bailey | 2023-11-29 | 12 | -569/+761 |
| | | | | | | | | | | | | | | | | | | | * Handle nsfw feeds in public view * Translate * Refactor, new approach * Translate * Copy * Translate * Revert changes to Feed * Remove unused retry * Translate | ||||
* | Disable retrying globally (#2038) | Eric Bailey | 2023-11-29 | 1 | -0/+5 |
| | |||||
* | Slightly less verbose variable | Paul Frazee | 2023-11-29 | 3 | -7/+7 |
| | |||||
* | Merge branch '2011-link-in-feeds-tab-bar' of ↵ | Paul Frazee | 2023-11-29 | 9 | -10/+80 |
|\ | | | | | | | https://github.com/CooperEdmunds/social-app into CooperEdmunds-2011-link-in-feeds-tab-bar | ||||
| * | Update home-screen tests related to feeds | Cooper Edmunds | 2023-11-29 | 4 | -0/+6 |
| | | |||||
| * | Stop adding whats-hot for new users | Cooper Edmunds | 2023-11-29 | 1 | -2/+2 |
| | | |||||
| * | Conditionally render feeds link in feeds tab bar | Cooper Edmunds | 2023-11-29 | 2 | -5/+62 |
| | | |||||
| * | Add hasPinnedCustomFeedOrList to usePinnedFeedsInfos hook | Cooper Edmunds | 2023-11-29 | 4 | -5/+12 |
| | | |||||
* | | Merge branch '2011-default-pin-feed-on-add' of ↵ | Paul Frazee | 2023-11-29 | 2 | -3/+15 |
|\ \ | | | | | | | | | | https://github.com/CooperEdmunds/social-app into CooperEdmunds-2011-default-pin-feed-on-add | ||||
| * | | Add pinOnSave and use it in discover feeds list | Cooper Edmunds | 2023-11-29 | 2 | -3/+15 |
| | | | |||||
* | | | Fix state lifecycle management with post-feed query, solving the duplicate ↵ | Paul Frazee | 2023-11-29 | 4 | -91/+99 |
| | | | | | | | | | | | | | | | | | | | | | key issue (#2034) * Assign keys to feed slices via a counter, to enable duplicate items in the feed if needed * Move post-feed query state into the query's page params to consistently bind their lifecycles | ||||
* | | | Improve feed reordering with optimistic updates (#2032) | Eric Bailey | 2023-11-29 | 3 | -57/+115 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Optimisticaly update order of saved feeds * Better show disabled state for pin button * Improve loading/disabled states * Improve placeholder * Simplify loading components | ||||
* | | | Fix infinite query reloading behavior (reset, not invalidate) (#2031) | Paul Frazee | 2023-11-29 | 10 | -13/+13 |
| | | | | | | | | | | | | | | | * Reset, not invalidate, notification queries * Reset, not invalidate, feed queries | ||||
* | | | Refactor the notifications to cache and reuse results from the unread-notifs ↵ | Paul Frazee | 2023-11-29 | 6 | -246/+369 |
| | | | | | | | | | | | | | | | | | | | | | checks (#2017) * Refactor the notifications to cache and reuse results from the unread-notifs checks * Fix types | ||||
* | | | Show logged out view when adding accounts (#2020) | Ansh | 2023-11-29 | 3 | -27/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * show logged out view when adding accounts * Handle existing signed-in account * Show which account is currently logged in * Fix showing toasts --------- Co-authored-by: Eric Bailey <git@esb.lol> | ||||
* | | | Get more rigorous about getAgent() consistency (#2026) | Paul Frazee | 2023-11-29 | 12 | -103/+70 |
| |/ |/| | | | | | | | * Get more rigorous about getAgent() consistency * Update the feed wrapper API to use getAgent() directly | ||||
* | | Disable RQ structural sharing (#2022) | dan | 2023-11-28 | 1 | -0/+4 |
| | | |||||
* | | Full send Sentry (#2018) | Eric Bailey | 2023-11-28 | 2 | -8/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update build profiles, sentry config * Enable sentry * Ok actually enable in dev * Remove debug * Add TF build * Fix typo * Remove debug * Remove unecessary config * Fix typo * Set env in Expo * Remove scripts * Clarify * Replace invalid character * Align on release/dist * Add build version * Just use package version * Align dist | ||||
* | | Fix memory leak on mobile web tab navigation (#2021) | dan | 2023-11-28 | 2 | -6/+37 |
| | | | | | | | | | | * Add navigationAction prop to Link * Bottom bar should use navigate() action | ||||
* | | Fix pinned feeds mutation issue (#2016) | Eric Bailey | 2023-11-28 | 3 | -13/+6 |
| | | |||||
* | | Fix pinned feeds re-ordering (#2014) | Eric Bailey | 2023-11-28 | 1 | -2/+10 |
| | | |||||
* | | Guard against following tab stub being used un-authed (#2013) | Eric Bailey | 2023-11-28 | 2 | -2/+3 |
| | | |||||
* | | Handle other feed auth response (#2012) | Eric Bailey | 2023-11-28 | 1 | -0/+3 |
|/ | |||||
* | Ensure we use following feed if merge is disabled (#2005) | Eric Bailey | 2023-11-27 | 2 | -2/+2 |
| | |||||
* | Restore post-thread caching behaviors (react-query refactor) (#2010) | Paul Frazee | 2023-11-27 | 8 | -107/+365 |
| | | | | | | | | | | | | | | | | | | | | | * Rework resolve-did and resolve-uri queries to be smarter about cache reuse * Precache handle resolutions * Remove old unused code * Load placeholder threads from the post-feed and notifications-feed queries * Remove logs * Fix bad ref * Add loading spinners to the cache-loading thread view * Scroll replies into view when loading threads * Add caching within a thread * Fix: dont show bottom border when the child spinner is active | ||||
* | [PWI] Home (#2007) | Eric Bailey | 2023-11-27 | 4 | -61/+121 |
| | | | | | | | | | * Fix up home page * Fix spacing * Remove unused default tab * Update logic | ||||
* | Don't check unread if session doesn't exist (#2008) | Eric Bailey | 2023-11-27 | 1 | -1/+5 |
| | |||||
* | Add more debugging to auth (#2009) | Eric Bailey | 2023-11-27 | 1 | -1/+29 |
| | |||||
* | Filter out blocked posts from thread view (#2006) | Eric Bailey | 2023-11-27 | 1 | -3/+4 |
| | |||||
* | Two fixes to react-key generation (#2004) | Paul Frazee | 2023-11-27 | 2 | -3/+4 |
| | | | | | * Fix missing react keys in ListMembers * Fix react key construction for the posts feed | ||||
* | Make sure logger serializes errors (#2001) | Eric Bailey | 2023-11-27 | 2 | -4/+37 |
| | |||||
* | Nav home after switch accounts (#2002) | Eric Bailey | 2023-11-27 | 1 | -2/+14 |
| | |||||
* | Fix soft reset scroll on profile (#1998) | Eric Bailey | 2023-11-27 | 1 | -18/+23 |
| | |||||
* | Raise levels of some logs during pre-release (#1994) | Eric Bailey | 2023-11-26 | 2 | -6/+9 |
| | |||||
* | Fix translation strings (#1995) | Eric Bailey | 2023-11-26 | 10 | -2771/+3381 |
| | |||||
* | Fix bad references in account switcher (#1999) | Eric Bailey | 2023-11-26 | 1 | -2/+2 |
| |