about summary refs log tree commit diff
path: root/src/view/com
Commit message (Collapse)AuthorAgeFilesLines
...
| * Make load-latest button same on webPaul Frazee2023-05-251-12/+12
| |
| * Tune the footer text ui a bitPaul Frazee2023-05-241-8/+6
| |
| * Add feed discovery pagePaul Frazee2023-05-241-14/+27
| |
| * Tune the custom feed headerPaul Frazee2023-05-241-1/+6
| |
| * Merge branch 'custom-algos' of github.com:bluesky-social/social-app into ↵Paul Frazee2023-05-243-3/+19
| |\ | | | | | | | | | custom-algos
| | * make tab bar scroll view draggable on webAnsh Nanda2023-05-243-3/+19
| | |
| * | Refactor the scroll-to-top UXPaul Frazee2023-05-244-28/+17
| |/
| * fix scrollToTop for webAnsh Nanda2023-05-241-0/+3
| |
| * add isWeb check to disable haptics on webAnsh Nanda2023-05-241-12/+4
| |
| * show scroll to top button when scrolling stopsAnsh Nanda2023-05-231-1/+7
| |
| * refactor load latest btnAnsh Nanda2023-05-232-5/+5
| |
| * add haptics to save, like, and pin actions on feedAnsh Nanda2023-05-221-8/+7
| |
| * add refreshControl to tab ViewSelectorAnsh Nanda2023-05-191-2/+0
| |
| * fix refresh control color in ViewSelector.tsxAnsh Nanda2023-05-191-1/+9
| |
| * A few more UX tweaksPaul Frazee2023-05-183-11/+32
| |
| * Some fixesPaul Frazee2023-05-181-16/+0
| |
| * Add list-type avatarPaul Frazee2023-05-184-4/+30
| |
| * Fix lintPaul Frazee2023-05-181-1/+1
| |
| * Add feed sharingPaul Frazee2023-05-181-2/+20
| |
| * Drop the hard-coded what's hot algoPaul Frazee2023-05-184-17/+28
| |
| * Merge branch 'custom-algos' of github.com:bluesky-social/social-app into ↵Paul Frazee2023-05-181-0/+1
| |\ | | | | | | | | | custom-algos
| | * fix spacing when user has no feedsAnsh Nanda2023-05-181-0/+1
| | |
| * | Update saved feeds to use preferencesPaul Frazee2023-05-183-6/+6
| |/
| * Tab bar fixesPaul Frazee2023-05-182-3/+3
| |
| * Store/sync pinned feeds on the serverPaul Frazee2023-05-183-59/+68
| |
| * Improve pinned feed managementPaul Frazee2023-05-171-66/+59
| |
| * Desktop styling fixesPaul Frazee2023-05-175-33/+62
| |
| * Remove redundant componentPaul Frazee2023-05-171-66/+0
| |
| * Add custom feed liked by screenPaul Frazee2023-05-171-1/+1
| |
| * Remove redundant feed-settings pagePaul Frazee2023-05-171-1/+1
| |
| * Fixes to the tab barPaul Frazee2023-05-173-111/+46
| |
| * Usability improvements to feedsPaul Frazee2023-05-175-105/+83
| |
| * Add 'my feeds' tabPaul Frazee2023-05-173-1/+167
| |
| * Rework the UI for the custom feed viewPaul Frazee2023-05-171-2/+1
| |
| * Remove a focus-effect that was triggering a rerender loopPaul Frazee2023-05-172-21/+18
| |
| * Clean up the custom-feed modelPaul Frazee2023-05-172-1/+2
| |
| * Unify the display name fallback behaviorPaul Frazee2023-05-171-5/+6
| |
| * Dont show save button in embed cardsPaul Frazee2023-05-172-15/+23
| |
| * Fix some palette issuesPaul Frazee2023-05-171-4/+2
| |
| * Tune up the custom feed card renderingPaul Frazee2023-05-173-52/+42
| |
| * Reorganize custom feeds in the view layerPaul Frazee2023-05-174-33/+6
| |
| * Reorganize custom-feed state models and add the missing _reactKey attributePaul Frazee2023-05-174-10/+16
| |
| * Add 'algo' variant of avatarsPaul Frazee2023-05-172-19/+43
| |
| * Merge branch 'main' into custom-algosPaul Frazee2023-05-1738-355/+2045
| |\
| * | fix re-rendering issueAnsh Nanda2023-05-161-0/+3
| | |
| * | make sure TabBar re-rerenders when pinned feeds changesAnsh Nanda2023-05-162-1/+2
| | |
| * | allow changing pinned feed order on webAnsh Nanda2023-05-162-3/+14
| | |
| * | fix routing on webAnsh Nanda2023-05-162-2/+9
| | |
| * | drag to rearrange pinned itemsAnsh Nanda2023-05-162-5/+53
| | |
| * | bad fix to the tab bar animationAnsh Nanda2023-05-162-73/+82
| | |