about summary refs log tree commit diff
path: root/src/view/com/posts/FollowingEndOfFeed.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Sort imports (#6009)dan2024-10-291-4/+4
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* Move feeds screen into common navigator, handle usages (#4365)Eric Bailey2024-06-111-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move feeds screen into common navigator, handle usages * Add link to Feeds from home screen (#4366) * Add link to feeds to home screen header * Center logo * Replace icons * Tweak spacing * Tweak spacing * Swap icon, sizing * Buttonize, size * Make menu same alignment on all screens * Remove FeedsTab support, enable drawer swipe on MessagesTab * Add note * Vertically align header * Swap in Pin * Use hashtag icon * Remove png * Fix reference * Ensure alignment with home and other screens
* Internationalize more strings (#2440)Stanislas Signoud2024-01-091-5/+8
| | | Co-authored-by: Ansh <anshnanda10@gmail.com>
* Fix empty state width (#2157)Eric Bailey2023-12-091-0/+1
|
* Fix bottom space on feeds (#2081)Eric Bailey2023-12-041-2/+7
| | | | | | | * Fix bottom space on feeds * Translate * Handle web better
* Onboarding & feed fixes (#1602)Paul Frazee2023-10-041-0/+100
* Fix: improve the 'end of feed' detection condition * Fix the feeds link on mobile in the empty state * Align the following empty state better on web * Dont autofocus the search input in the search tab * Fix the error boundary render * Add 'end of feed' CTA to following feed * Reduce the default feeds to discover now that we have feed-selection during onboarding * Fix case where loading spinner fails to stop rendering in bottom of feed * Fix: dont show loading spinner at footer of feed when refreshing * Fix: dont fire reminders during onboarding * Optimize adding feeds and update to mirror the api behaviors more closely * Use the lock in preferences to avoid clobbering in-flight updates * Refresh the feed after onboarding to ensure content is visible * Remove the now-incorrect comment * Tune copy