about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * fix scrollToTop for webAnsh Nanda2023-05-242-17/+37
| | |
| | * add isWeb check to disable haptics on webAnsh Nanda2023-05-242-19/+27
| | |
| | * show scroll to top button when scrolling stopsAnsh Nanda2023-05-233-3/+28
| | |
| | * refactor load latest btnAnsh Nanda2023-05-234-7/+7
| | |
| | * slight performance improvementsAnsh Nanda2023-05-234-4/+33
| | |
| | * add button to reset preferences in dev modeAnsh Nanda2023-05-232-0/+47
| | |
| | * update pinned feed from custom feed viewAnsh Nanda2023-05-222-14/+48
| | |
| | * increase pin button hitslopAnsh Nanda2023-05-221-0/+1
| | |
| | * decrease long press time required to reoreder pinned feedAnsh Nanda2023-05-221-0/+1
| | |
| | * add haptics to save, like, and pin actions on feedAnsh Nanda2023-05-224-16/+44
| | |
| | * optimistic updates for liking custom feedsAnsh Nanda2023-05-222-12/+40
| | |
| | * fix prod default feeds not workingAnsh Nanda2023-05-221-8/+8
| | |
| | * add refreshControl to tab ViewSelectorAnsh Nanda2023-05-191-2/+0
| | |
| | * fix dark mode color for creator handle on CustomFeed screenAnsh Nanda2023-05-191-0/+1
| | |
| | * fix refresh control color in ViewSelector.tsxAnsh Nanda2023-05-191-1/+9
| | |
| | * A few more UX tweaksPaul Frazee2023-05-184-21/+36
| | |
| | * Some fixesPaul Frazee2023-05-182-17/+0
| | |
| | * Add list-type avatarPaul Frazee2023-05-184-4/+30
| | |
| | * Only show algos and lists on profiles if there are itemsPaul Frazee2023-05-181-8/+9
| | |
| | * Fix lintPaul Frazee2023-05-183-3/+1
| | |
| | * Add feed sharingPaul Frazee2023-05-185-48/+141
| | |
| | * Drop the hard-coded what's hot algoPaul Frazee2023-05-186-100/+36
| | |
| | * Set default feedsPaul Frazee2023-05-182-2/+75
| | |
| | * Merge branch 'custom-algos' of github.com:bluesky-social/social-app into ↵Paul Frazee2023-05-182-2/+28
| | |\ | | | | | | | | | | | | custom-algos
| | | * fix spacing when user has no feedsAnsh Nanda2023-05-181-0/+1
| | | |
| | | * fix error & empty state when rendering custom feeds on profileAnsh Nanda2023-05-181-2/+27
| | | |
| | * | Update saved feeds to use preferencesPaul Frazee2023-05-188-50/+68
| | |/
| | * Tab bar fixesPaul Frazee2023-05-182-3/+3
| | |
| | * Fix custom feed header on desktop webPaul Frazee2023-05-181-26/+41
| | |
| | * Store/sync pinned feeds on the serverPaul Frazee2023-05-188-240/+278
| | |
| | * Improve web titlesPaul Frazee2023-05-172-6/+5
| | |
| | * Add web titlesPaul Frazee2023-05-171-2/+15
| | |
| | * Improve pinned feed managementPaul Frazee2023-05-173-71/+79
| | |
| | * Desktop styling fixesPaul Frazee2023-05-176-42/+84
| | |
| | * Remove redundant componentPaul Frazee2023-05-172-70/+28
| | |
| | * Add custom feed liked by screenPaul Frazee2023-05-176-73/+51
| | |
| | * Remove redundant feed-settings pagePaul Frazee2023-05-178-290/+94
| | |
| | * Fixes to the tab barPaul Frazee2023-05-173-111/+46
| | |
| | * Usability improvements to feedsPaul Frazee2023-05-178-141/+119
| | |
| | * Add 'my feeds' tabPaul Frazee2023-05-175-24/+198
| | |
| | * Rework the UI for the custom feed viewPaul Frazee2023-05-178-177/+300
| | |
| | * Remove a focus-effect that was triggering a rerender loopPaul Frazee2023-05-172-21/+18
| | |
| | * Clean up the custom-feed modelPaul Frazee2023-05-175-89/+45
| | |
| | * Unify the display name fallback behaviorPaul Frazee2023-05-173-11/+16
| | |
| | * Dont show save button in embed cardsPaul Frazee2023-05-173-16/+24
| | |
| | * Fix some palette issuesPaul Frazee2023-05-171-4/+2
| | |
| | * Tune up the custom feed card renderingPaul Frazee2023-05-174-54/+44
| | |
| | * Reorganize custom feeds in the view layerPaul Frazee2023-05-179-15/+11
| | |
| | * Reorganize custom-feed state models and add the missing _reactKey attributePaul Frazee2023-05-1712-38/+44
| | |
| | * Add 'algo' variant of avatarsPaul Frazee2023-05-174-21/+53
| | |