Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | fix scrollToTop for web | Ansh Nanda | 2023-05-24 | 2 | -17/+37 | |
| | | | ||||||
| | * | add isWeb check to disable haptics on web | Ansh Nanda | 2023-05-24 | 2 | -19/+27 | |
| | | | ||||||
| | * | show scroll to top button when scrolling stops | Ansh Nanda | 2023-05-23 | 3 | -3/+28 | |
| | | | ||||||
| | * | refactor load latest btn | Ansh Nanda | 2023-05-23 | 4 | -7/+7 | |
| | | | ||||||
| | * | slight performance improvements | Ansh Nanda | 2023-05-23 | 4 | -4/+33 | |
| | | | ||||||
| | * | add button to reset preferences in dev mode | Ansh Nanda | 2023-05-23 | 2 | -0/+47 | |
| | | | ||||||
| | * | update pinned feed from custom feed view | Ansh Nanda | 2023-05-22 | 2 | -14/+48 | |
| | | | ||||||
| | * | increase pin button hitslop | Ansh Nanda | 2023-05-22 | 1 | -0/+1 | |
| | | | ||||||
| | * | decrease long press time required to reoreder pinned feed | Ansh Nanda | 2023-05-22 | 1 | -0/+1 | |
| | | | ||||||
| | * | add haptics to save, like, and pin actions on feed | Ansh Nanda | 2023-05-22 | 4 | -16/+44 | |
| | | | ||||||
| | * | optimistic updates for liking custom feeds | Ansh Nanda | 2023-05-22 | 2 | -12/+40 | |
| | | | ||||||
| | * | fix prod default feeds not working | Ansh Nanda | 2023-05-22 | 1 | -8/+8 | |
| | | | ||||||
| | * | add refreshControl to tab ViewSelector | Ansh Nanda | 2023-05-19 | 1 | -2/+0 | |
| | | | ||||||
| | * | fix dark mode color for creator handle on CustomFeed screen | Ansh Nanda | 2023-05-19 | 1 | -0/+1 | |
| | | | ||||||
| | * | fix refresh control color in ViewSelector.tsx | Ansh Nanda | 2023-05-19 | 1 | -1/+9 | |
| | | | ||||||
| | * | A few more UX tweaks | Paul Frazee | 2023-05-18 | 4 | -21/+36 | |
| | | | ||||||
| | * | Some fixes | Paul Frazee | 2023-05-18 | 2 | -17/+0 | |
| | | | ||||||
| | * | Add list-type avatar | Paul Frazee | 2023-05-18 | 4 | -4/+30 | |
| | | | ||||||
| | * | Only show algos and lists on profiles if there are items | Paul Frazee | 2023-05-18 | 1 | -8/+9 | |
| | | | ||||||
| | * | Fix lint | Paul Frazee | 2023-05-18 | 3 | -3/+1 | |
| | | | ||||||
| | * | Add feed sharing | Paul Frazee | 2023-05-18 | 5 | -48/+141 | |
| | | | ||||||
| | * | Drop the hard-coded what's hot algo | Paul Frazee | 2023-05-18 | 6 | -100/+36 | |
| | | | ||||||
| | * | Set default feeds | Paul Frazee | 2023-05-18 | 2 | -2/+75 | |
| | | | ||||||
| | * | Merge branch 'custom-algos' of github.com:bluesky-social/social-app into ↵ | Paul Frazee | 2023-05-18 | 2 | -2/+28 | |
| | |\ | | | | | | | | | | | | | custom-algos | |||||
| | | * | fix spacing when user has no feeds | Ansh Nanda | 2023-05-18 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | fix error & empty state when rendering custom feeds on profile | Ansh Nanda | 2023-05-18 | 1 | -2/+27 | |
| | | | | ||||||
| | * | | Update saved feeds to use preferences | Paul Frazee | 2023-05-18 | 8 | -50/+68 | |
| | |/ | ||||||
| | * | Tab bar fixes | Paul Frazee | 2023-05-18 | 2 | -3/+3 | |
| | | | ||||||
| | * | Fix custom feed header on desktop web | Paul Frazee | 2023-05-18 | 1 | -26/+41 | |
| | | | ||||||
| | * | Store/sync pinned feeds on the server | Paul Frazee | 2023-05-18 | 8 | -240/+278 | |
| | | | ||||||
| | * | Improve web titles | Paul Frazee | 2023-05-17 | 2 | -6/+5 | |
| | | | ||||||
| | * | Add web titles | Paul Frazee | 2023-05-17 | 1 | -2/+15 | |
| | | | ||||||
| | * | Improve pinned feed management | Paul Frazee | 2023-05-17 | 3 | -71/+79 | |
| | | | ||||||
| | * | Desktop styling fixes | Paul Frazee | 2023-05-17 | 6 | -42/+84 | |
| | | | ||||||
| | * | Remove redundant component | Paul Frazee | 2023-05-17 | 2 | -70/+28 | |
| | | | ||||||
| | * | Add custom feed liked by screen | Paul Frazee | 2023-05-17 | 6 | -73/+51 | |
| | | | ||||||
| | * | Remove redundant feed-settings page | Paul Frazee | 2023-05-17 | 8 | -290/+94 | |
| | | | ||||||
| | * | Fixes to the tab bar | Paul Frazee | 2023-05-17 | 3 | -111/+46 | |
| | | | ||||||
| | * | Usability improvements to feeds | Paul Frazee | 2023-05-17 | 8 | -141/+119 | |
| | | | ||||||
| | * | Add 'my feeds' tab | Paul Frazee | 2023-05-17 | 5 | -24/+198 | |
| | | | ||||||
| | * | Rework the UI for the custom feed view | Paul Frazee | 2023-05-17 | 8 | -177/+300 | |
| | | | ||||||
| | * | Remove a focus-effect that was triggering a rerender loop | Paul Frazee | 2023-05-17 | 2 | -21/+18 | |
| | | | ||||||
| | * | Clean up the custom-feed model | Paul Frazee | 2023-05-17 | 5 | -89/+45 | |
| | | | ||||||
| | * | Unify the display name fallback behavior | Paul Frazee | 2023-05-17 | 3 | -11/+16 | |
| | | | ||||||
| | * | Dont show save button in embed cards | Paul Frazee | 2023-05-17 | 3 | -16/+24 | |
| | | | ||||||
| | * | Fix some palette issues | Paul Frazee | 2023-05-17 | 1 | -4/+2 | |
| | | | ||||||
| | * | Tune up the custom feed card rendering | Paul Frazee | 2023-05-17 | 4 | -54/+44 | |
| | | | ||||||
| | * | Reorganize custom feeds in the view layer | Paul Frazee | 2023-05-17 | 9 | -15/+11 | |
| | | | ||||||
| | * | Reorganize custom-feed state models and add the missing _reactKey attribute | Paul Frazee | 2023-05-17 | 12 | -38/+44 | |
| | | | ||||||
| | * | Add 'algo' variant of avatars | Paul Frazee | 2023-05-17 | 4 | -21/+53 | |
| | | |