about summary refs log tree commit diff
path: root/src/view/com/posts/FeedErrorMessage.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Internationalize more strings (#2440)Stanislas Signoud2024-01-091-6/+9
| | | Co-authored-by: Ansh <anshnanda10@gmail.com>
* Surface raw server error if exists (#2096)Eric Bailey2023-12-051-7/+22
| | | | | | | | | | | * Surface raw server error if exists * Update copy * Update translation files --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Handle feedgen 429 (#2066)Eric Bailey2023-12-041-0/+11
| | | | | * Handle feedgen 429 * Translate
* Handle nsfw feeds in public view (#2035)Eric Bailey2023-11-291-33/+69
| | | | | | | | | | | | | | | | | | | * Handle nsfw feeds in public view * Translate * Refactor, new approach * Translate * Copy * Translate * Revert changes to Feed * Remove unused retry * Translate
* Hindi Internationalization (#1914)Ansh2023-11-201-3/+6
| | | | | | | | | | | | | | | | | | | | | | * get basic hindi support to work * get web app language switcher in * Refactor i18n implementation and remove unused code * add missing strings * add dropdowns and modals missing strings * complete all hindi translations * fix merge conflicts * fix legeacy persisted state * fix data in RecommendedFeeds * fix lint
* Factor our feed source model (#1887)Eric Bailey2023-11-131-4/+4
| | | | | | | | | | | | | | | | | | | | | * Refactor first onboarding step * Replace old FeedSourceCard * Clean up CustomFeedEmbed * Remove discover feeds model * Refactor ProfileFeed screen * Remove useCustomFeed * Delete some unused models * Rip out more prefs * Factor out treeView from thread comp * Improve last commit
* Refactor profile screen to use new pager and react-query (#1870)dan2023-11-131-1/+7
| | | | | | | | | | | | | * Profile tabs WIP * Refactor the profile screen to use react-query (WIP) * Add the profile shadow and get follow, mute, and block working * Cleanup --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Refactor feeds to use react-query (#1862)Paul Frazee2023-11-101-11/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update to react-query v5 * Introduce post-feed react query * Add feed refresh behaviors * Only fetch feeds of visible pages * Implement polling for latest on feeds * Add moderation filtering to slices * Handle block errors * Update feed error messages * Remove old models * Replace simple-feed option with disable-tuner option * Add missing useMemo * Implement the mergefeed and fixes to polling * Correctly handle failed load more state * Improve error and empty state behaviors * Clearer naming
* Add modal state provider, replace usage except methods (#1833)Eric Bailey2023-11-081-3/+5
| | | | | | | | | | | | | * Add modal state provider, replace usage except methods * Replace easy spots * Fix sticky spots * Replace final usages * Memorize context objects * Add more warnings
* Replace all logs with new loggerEric Bailey2023-11-041-1/+2
|
* Fix other error logs while I'm at itEric Bailey2023-11-041-1/+1
|
* Improved list and feed errors (#1798)Paul Frazee2023-11-031-0/+119
* Fix error-state rendering of ProfileList * Unsave/unpin lists on delete * Improve handling of failing feedgens * Only show 'remove' btn on feed DNE