| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
mute (#2048)
* Hide normal mute if muted by list, and invalidate profile query upon list mute
* Prevent profile flashing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|\ |
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
* Actually implement the feed tuners hook
* Move feed-tuner pass into select() to have it apply immediately on change
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Handle nsfw feeds in public view
* Translate
* Refactor, new approach
* Translate
* Copy
* Translate
* Revert changes to Feed
* Remove unused retry
* Translate
|
| |
|
| |
|
|\
| |
| |
| | |
https://github.com/CooperEdmunds/social-app into CooperEdmunds-2011-link-in-feeds-tab-bar
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
https://github.com/CooperEdmunds/social-app into CooperEdmunds-2011-default-pin-feed-on-add
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Optimisticaly update order of saved feeds
* Better show disabled state for pin button
* Improve loading/disabled states
* Improve placeholder
* Simplify loading components
|
| | |
| | |
| | |
| | |
| | | |
* Reset, not invalidate, notification queries
* Reset, not invalidate, feed queries
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
checks (#2017)
* Refactor the notifications to cache and reuse results from the unread-notifs checks
* Fix types
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
* Update the feed wrapper API to use getAgent() directly
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| |
| | |
* Add navigationAction prop to Link
* Bottom bar should use navigate() action
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
* Fix up home page
* Fix spacing
* Remove unused default tab
* Update logic
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Fix missing react keys in ListMembers
* Fix react key construction for the posts feed
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Clarify different ways of clearing current account/logout
* Reorder log
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
* remove unnecessary file
|