You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Startup speed increase (from around 6s to 3.5s) by background fetch of blocked users and preferences (slow API requests) and only waiting for the main GetAccount GraphQL request
Bugs fixed
Use r2 instead of gql for r/popular (faster and fixes the issue with usernames being u/[deleted]. Though awards will no longer appear)
Fix submit page bug when no subreddits have been selected
Use r2 subreddit info instead of gql. Now, stuff like post flair position will no longer be hardcoded as "right"
Author cake day indicator now works again
Stop subscribed subreddits fetch from overwriting good state (solves issues like post flair templates not appearing)
migrate LanguageSelections to gql-fed
Change treeshake options in vite.config.ts
Enhancements
REST API requests can now expect a status code, and not throw an error
Avoid arctic-shift if possible (if profile curation is disabled)