about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Track active page using string instead of indexCooper Edmunds2023-12-041-27/+35
|
* Use lastActiveTab from AsyncStorage for non-desktopCooper Edmunds2023-12-011-3/+37
|
* Better handle feed auth failures (#2060)Eric Bailey2023-12-011-6/+7
| | | | | * Better handle feed auth failures * Add comment
* Add Lingui check to CI (#2058)Eric Bailey2023-12-0110-665/+660
| | | | | | | | | | | | | | | | | | | | | | | | | * Install lingui eslint plugin, ignore compiled files * Add lingui step to Lint workflow * Run check in other job * Add compile step to web build * Temp: add a new string to test with * Add message * Revert "Temp: add a new string to test with" This reverts commit ef5459d00c3ea9798279e000a5ac43effc117486. * Un-track compiled files * Add check scripts to package.json, build step * Make sure to compile translations prior to test/typecheck * Rename scripts
* Improve unread notif tracking (#2056)Paul Frazee2023-11-302-23/+22
|
* Maintain some feed data to avoid needless glimmers (#2054)Paul Frazee2023-11-3011-23/+40
|
* Optimize pager rendering (#2055)dan2023-12-011-62/+117
| | | | | | | | | * Pull out and memoize PagerTabBar * Avoid invalidating onScroll and add throttling * Make isScrolledDown update non-blocking * Fix types
* Various fixes (#2053)Paul Frazee2023-11-3013-252/+297
| | | | | * Fix invite code translations (plural api not availabe in ios) * Speed up the composer animation a smidge
* Fix scuffed web styles caused by overlapping viewport breakpoint boundaries ↵Cλctys2023-11-302-5/+5
| | | | | | | | | (#1985) * fixed lack of styles on 1300px web viewport width by adjusting tablet breakpoints * fixed lack of styles on 800px web viewport width by adjusting mobile breakpoints * changed `maxWidth` values in viewports to `n - 1` format
* Merge branch 'invite-code-warning' of ↵Paul Frazee2023-11-3014-307/+488
|\ | | | | | | https://github.com/mozzius/bluesky-official-app into mozzius-invite-code-warning
| * generate messagesSamuel Newman2023-11-3010-280/+390
| |
| * Merge remote-tracking branch 'upstream/main' into invite-code-warningSamuel Newman2023-11-3070-1205/+1645
| |\
| * | update messagesSamuel Newman2023-11-3010-415/+525
| | |
| * | show informative message when token scope is wrongSamuel Newman2023-11-304-27/+98
| | |
* | | Merge branch 'copy-link' of https://github.com/mozzius/bluesky-official-app ↵Paul Frazee2023-11-3013-279/+341
|\ \ \ | | | | | | | | | | | | into mozzius-copy-link
| * | | add "copy link" textSamuel Newman2023-11-3013-174/+236
| | |/ | |/|
* | | Add enter/exit animations to modals on web (#2042)Samuel Newman2023-11-303-18/+30
| | | | | | | | | | | | | | | | | | | | | * add reanimated layout animations to modals * reorder imports * pass context to scroll handler patches
* | | Disable OTA for now (#2052)Eric Bailey2023-11-301-2/+0
| | |
* | | Beep boop (#2051)Eric Bailey2023-11-301-4/+7
| | |
* | | Eric/profile feeds list (#2049)Eric Bailey2023-11-3012-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 Bailey2023-11-302-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)dan2023-11-3014-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 mainPaul Frazee2023-11-301-38/+43
|\ \ \
| * | | Fix lag when switching tabs (#2046)dan2023-11-301-38/+43
| |/ /
* / / Fix missing export in e2e versionPaul Frazee2023-11-301-0/+2
|/ /
* | Adjust stale-caches and dont group read&unread notifs together (#2041)Paul Frazee2023-11-2914-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 Frazee2023-11-293-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 Bailey2023-11-291-0/+1
| |
* | Handle nsfw feeds in public view (#2035)Eric Bailey2023-11-2912-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 Bailey2023-11-291-0/+5
| |
* | Slightly less verbose variablePaul Frazee2023-11-293-7/+7
| |
* | Merge branch '2011-link-in-feeds-tab-bar' of ↵Paul Frazee2023-11-299-10/+80
|\ \ | | | | | | | | | https://github.com/CooperEdmunds/social-app into CooperEdmunds-2011-link-in-feeds-tab-bar
| * | Update home-screen tests related to feedsCooper Edmunds2023-11-294-0/+6
| | |
| * | 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
| |