bsky-app/src/state/queries
Paul Frazee 075ffdf583
PWI behavior updates (#2207)
* Enable PWI

* Disable access to feeds on PWI

* Remove feeds nav item from drawer when signed out

* Replace discover feed on home with a CTA

* Wire up the sign in and create account buttons to go straight to their respective screens

* Give a custom ScreenHider interface for no-pwi

* Add side borders on desktop to the screen hider

* Filter accounts in the autocomplete according to mod settings

* Trim replies in the post thread that are pwi opt-out

* Show 'learn more' on the content hider when no-override is enabled

* Apply the moderation filter on profile cards

* Disable post search on logged-out view

* Update locale files

* Bump api pkg

* Ensure feeds with no posts don't show as NSFPublic

* Fix types

---------

Co-authored-by: Eric Bailey <git@esb.lol>
2023-12-14 10:31:49 -08:00
..
notifications Feed bugfixes (#2204) 2023-12-13 12:17:14 -08:00
preferences Refetch some data on an interval (#2114) 2023-12-06 12:31:54 -08:00
actor-autocomplete.ts PWI behavior updates (#2207) 2023-12-14 10:31:49 -08:00
actor-search.ts Various search fixes (#2145) 2023-12-07 17:20:17 -08:00
app-passwords.ts Refetch some data on an interval (#2114) 2023-12-06 12:31:54 -08:00
feed.ts Handle failed pinned feed fetches when rendering list of pinned feeds (#2173) 2023-12-11 14:31:05 -08:00
handle.ts Move the current agent to a global and reset RQ queries on agent change (#1946) 2023-11-16 18:26:22 -08:00
index.ts Refetch some data on an interval (#2114) 2023-12-06 12:31:54 -08:00
invites.ts Fix invites used order, adjust layout (#2139) 2023-12-07 16:30:41 -08:00
like.ts Move the current agent to a global and reset RQ queries on agent change (#1946) 2023-11-16 18:26:22 -08:00
list-members.ts Rewrite the shadow logic to look inside the cache (#2045) 2023-11-30 13:35:58 -08:00
list-memberships.ts Move the current agent to a global and reset RQ queries on agent change (#1946) 2023-11-16 18:26:22 -08:00
list.ts Await app view when handling blocks mutes for lists (#2151) 2023-12-08 15:55:35 -08:00
my-blocked-accounts.ts Rewrite the shadow logic to look inside the cache (#2045) 2023-11-30 13:35:58 -08:00
my-follows.ts Move the current agent to a global and reset RQ queries on agent change (#1946) 2023-11-16 18:26:22 -08:00
my-lists.ts Clarify MyList filter intent (#2167) 2023-12-11 13:55:14 -08:00
my-muted-accounts.ts Rewrite the shadow logic to look inside the cache (#2045) 2023-11-30 13:35:58 -08:00
post-feed.ts PWI behavior updates (#2207) 2023-12-14 10:31:49 -08:00
post-liked-by.ts Rewrite the shadow logic to look inside the cache (#2045) 2023-11-30 13:35:58 -08:00
post-reposted-by.ts Rewrite the shadow logic to look inside the cache (#2045) 2023-11-30 13:35:58 -08:00
post-thread.ts Completely disable the RQ cache in post-thread (#2133) 2023-12-07 13:02:51 -08:00
post.ts Check Analytics (#2106) 2023-12-06 09:45:01 -08:00
profile-extra-info.ts Move the current agent to a global and reset RQ queries on agent change (#1946) 2023-11-16 18:26:22 -08:00
profile-feedgens.ts Adjust stale-caches and dont group read&unread notifs together (#2041) 2023-11-29 20:27:39 -08:00
profile-followers.ts Rewrite the shadow logic to look inside the cache (#2045) 2023-11-30 13:35:58 -08:00
profile-follows.ts Rewrite the shadow logic to look inside the cache (#2045) 2023-11-30 13:35:58 -08:00
profile-lists.ts Adjust stale-caches and dont group read&unread notifs together (#2041) 2023-11-29 20:27:39 -08:00
profile.ts Add PWI opt-out toggle (#2122) 2023-12-07 10:32:55 -08:00
resolve-uri.ts Adjust stale-caches and dont group read&unread notifs together (#2041) 2023-11-29 20:27:39 -08:00
search-posts.ts Various search fixes (#2145) 2023-12-07 17:20:17 -08:00
service.ts Adjust stale-caches and dont group read&unread notifs together (#2041) 2023-11-29 20:27:39 -08:00
suggested-feeds.ts Move the current agent to a global and reset RQ queries on agent change (#1946) 2023-11-16 18:26:22 -08:00
suggested-follows.ts Rewrite the shadow logic to look inside the cache (#2045) 2023-11-30 13:35:58 -08:00
threadgate.ts Add "Who can reply" controls [WIP] (#1954) 2023-12-10 12:01:34 -08:00
util.ts Don't validate embeds when traversing cache (#2174) 2023-12-11 14:30:32 -08:00