about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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
| | |
| | * Fix missed change in mergePaul Frazee2023-05-171-2/+0
| | |
| | * Merge branch 'main' into custom-algosPaul Frazee2023-05-1779-595/+3757
| | |\
| | * | fix re-rendering issueAnsh Nanda2023-05-162-56/+61
| | | |
| | * | make sure TabBar re-rerenders when pinned feeds changesAnsh Nanda2023-05-162-1/+2
| | | |
| | * | allow changing pinned feed order on webAnsh Nanda2023-05-166-25/+116
| | | |
| | * | use uri instead of rkey to get feed dataAnsh Nanda2023-05-161-3/+6
| | | |
| | * | fix routing on webAnsh Nanda2023-05-165-67/+87
| | | |
| | * | fix dark mode stylingAnsh Nanda2023-05-163-9/+19
| | | |
| | * | drag to rearrange pinned itemsAnsh Nanda2023-05-167-39/+256
| | | |
| | * | bad fix to the tab bar animationAnsh Nanda2023-05-162-73/+82
| | | |
| | * | fix edge case when feed is liked only by one personAnsh Nanda2023-05-161-2/+6
| | | |
| | * | fix unlikingAnsh Nanda2023-05-161-1/+1
| | | |