about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Stop adding whats-hot for new usersCooper Edmunds2023-11-291-2/+2
| | | |
| * | | Conditionally render feeds link in feeds tab barCooper Edmunds2023-11-292-5/+62
| | | |
| * | | Add hasPinnedCustomFeedOrList to usePinnedFeedsInfos hookCooper Edmunds2023-11-294-5/+12
| | | |
* | | | Merge branch '2011-default-pin-feed-on-add' of ↵Paul Frazee2023-11-292-3/+15
|\ \ \ \ | | | | | | | | | | | | | | | https://github.com/CooperEdmunds/social-app into CooperEdmunds-2011-default-pin-feed-on-add
| * | | | Add pinOnSave and use it in discover feeds listCooper Edmunds2023-11-292-3/+15
| | |/ / | |/| |
* | | | Fix state lifecycle management with post-feed query, solving the duplicate ↵Paul Frazee2023-11-294-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 Bailey2023-11-293-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 Frazee2023-11-2910-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 Frazee2023-11-296-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)Ansh2023-11-293-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 Frazee2023-11-2912-103/+70
| |/ / |/| | | | | | | | | | | * Get more rigorous about getAgent() consistency * Update the feed wrapper API to use getAgent() directly
* | | Disable RQ structural sharing (#2022)dan2023-11-281-0/+4
| | |
* | | Full send Sentry (#2018)Eric Bailey2023-11-282-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)dan2023-11-282-6/+37
| | | | | | | | | | | | | | | * Add navigationAction prop to Link * Bottom bar should use navigate() action
* | | Fix pinned feeds mutation issue (#2016)Eric Bailey2023-11-283-13/+6
| | |
* | | Fix pinned feeds re-ordering (#2014)Eric Bailey2023-11-281-2/+10
| | |
* | | Guard against following tab stub being used un-authed (#2013)Eric Bailey2023-11-282-2/+3
| | |
* | | Handle other feed auth response (#2012)Eric Bailey2023-11-281-0/+3
|/ /
* | Ensure we use following feed if merge is disabled (#2005)Eric Bailey2023-11-272-2/+2
| |
* | Restore post-thread caching behaviors (react-query refactor) (#2010)Paul Frazee2023-11-278-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 Bailey2023-11-274-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 Bailey2023-11-271-1/+5
| |
* | Add more debugging to auth (#2009)Eric Bailey2023-11-271-1/+29
| |
* | Filter out blocked posts from thread view (#2006)Eric Bailey2023-11-271-3/+4
| |
* | Two fixes to react-key generation (#2004)Paul Frazee2023-11-272-3/+4
| | | | | | | | | | * Fix missing react keys in ListMembers * Fix react key construction for the posts feed
* | Make sure logger serializes errors (#2001)Eric Bailey2023-11-272-4/+37
| |
* | Nav home after switch accounts (#2002)Eric Bailey2023-11-271-2/+14
| |
* | Fix soft reset scroll on profile (#1998)Eric Bailey2023-11-271-18/+23
| |
* | Raise levels of some logs during pre-release (#1994)Eric Bailey2023-11-262-6/+9
| |
* | Fix translation strings (#1995)Eric Bailey2023-11-2610-2771/+3381
| |
* | Fix bad references in account switcher (#1999)Eric Bailey2023-11-261-2/+2
| |
* | Fix double border, improve load state (#1997)Eric Bailey2023-11-261-4/+5
| |
* | [PWI] Clarify different ways of clearing current account/logout (#1991)Eric Bailey2023-11-241-17/+29
| | | | | | | | | | * Clarify different ways of clearing current account/logout * Reorder log
* | Fall back for non-public feeds (#1988)Eric Bailey2023-11-242-14/+90
| |
* | Fix onboarding web layout (#1990)Eric Bailey2023-11-241-2/+13
| |
* | PWI: Refactor Shell (#1989)dan2023-11-2429-1645/+1607
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Vendor createNativeStackNavigator for further tweaks * Completely disable withAuthRequired * Render LoggedOut for protected routes * Move web shell into the navigator * Simplify the logic * Add login modal * Delete withAuthRequired * Reset app state on session change * Move TS suppression
* | Allow dynamic locale imports for web (#1971)Ansh2023-11-242-1/+29
| | | | | | | | | | * allow dynamic locale imports for web * remove unnecessary file
* | Fix missing effect cleanup (#1986)dan2023-11-241-1/+2
| |
* | Show feeds in PWI (#1984)dan2023-11-231-1/+1
| |
* | PWI: Profile (#1982)dan2023-11-233-102/+126
| | | | | | | | | | | | | | * PWI: Profile * Show replies conditionally * Dismiss modals on auth action
* | Fixes 1731, compare URLs case-insensitive (#1980)Eric Bailey2023-11-221-5/+20
| |
* | [PWI] Clean up logged out screen (#1978)Eric Bailey2023-11-224-80/+98
| | | | | | | | | | * Clean up logged out screen * Better responsive styles
* | [PWI] Misc (#1977)Eric Bailey2023-11-226-71/+99
| | | | | | | | | | | | | | * PostDropdownBtn * Hide reply prompt * Hide FABs
* | Implement "scroll to top" for profile tabs (#1973)dan2023-11-224-177/+271
| | | | | | | | | | | | | | | | | | * Hook up scroll to top handlers * Scroll and invalidate Feeds/Lists * Fix index calc due to conditional tabs * Reorder lines for clarity
* | [PWI] Feeds (#1970)Eric Bailey2023-11-212-39/+49
| | | | | | | | | | | | | | * Feeds page * Hide save buttons on Feeds page * ProfileFeed
* | Search page (#1969)Eric Bailey2023-11-211-6/+51
| |
* | [PWI] Shell (#1967)Eric Bailey2023-11-219-289/+416
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Sidebars * Bottom bar * Drawer * Translate * Spacing fix * Fix responsive regression * Fix nit
* | Shadow refactoring and improvements (#1959)dan2023-11-2127-203/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make shadow a type-only concept * Prevent unnecessary init state recalc * Use derived state instead of effects * Batch emitter updates * Use object first seen time instead of dataUpdatedAt * Stop threading dataUpdatedAt through * Use same value consistently
* | PWI Base (#1964)Eric Bailey2023-11-2125-751/+1022
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Base work for public view * Make default moderation settings more restrictive * Fix type * Handle showing sign-in on authed actions * Fix hoc logic * Simplify prefs logic * Remove duplicate method * Add todo * Clean up RepostButton.web * Fix x button color * Add todo * Retain existing label prefs for now, use separate logged out settings * Clean up useAuthedMethod, rename to useRequireAuth * Add todos * Move dismiss logic to withAuthRequired * Ooops add web * Block public view in prod * Add todo * Fix bad import
* | Add dev-only button to clear storage (#1965)Eric Bailey2023-11-213-0/+54
| | | | | | | | | | | | | | * Add dev-only button to clear storage * Add legacy storage clearing too * Use try/catch