Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Fix lint | Paul Frazee | 2023-05-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add feed sharing | Paul Frazee | 2023-05-18 | 2 | -4/+53 | |
| | | | ||||||
| | * | Drop the hard-coded what's hot algo | Paul Frazee | 2023-05-18 | 5 | -46/+34 | |
| | | | ||||||
| | * | 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 | 3 | -6/+6 | |
| | |/ | ||||||
| | * | 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 | 5 | -87/+140 | |
| | | | ||||||
| | * | Improve web titles | Paul Frazee | 2023-05-17 | 1 | -0/+3 | |
| | | | ||||||
| | * | Improve pinned feed management | Paul Frazee | 2023-05-17 | 2 | -70/+78 | |
| | | | ||||||
| | * | 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 | 3 | -70/+41 | |
| | | | ||||||
| | * | Remove redundant feed-settings page | Paul Frazee | 2023-05-17 | 5 | -285/+93 | |
| | | | ||||||
| | * | Fixes to the tab bar | Paul Frazee | 2023-05-17 | 3 | -111/+46 | |
| | | | ||||||
| | * | Usability improvements to feeds | Paul Frazee | 2023-05-17 | 7 | -131/+109 | |
| | | | ||||||
| | * | Add 'my feeds' tab | Paul Frazee | 2023-05-17 | 4 | -3/+175 | |
| | | | ||||||
| | * | Rework the UI for the custom feed view | Paul Frazee | 2023-05-17 | 5 | -172/+295 | |
| | | | ||||||
| | * | 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 | 3 | -2/+3 | |
| | | | ||||||
| | * | Unify the display name fallback behavior | Paul Frazee | 2023-05-17 | 1 | -5/+6 | |
| | | | ||||||
| | * | 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 | 8 | -38/+11 | |
| | | | ||||||
| | * | Reorganize custom-feed state models and add the missing _reactKey attribute | Paul Frazee | 2023-05-17 | 7 | -15/+21 | |
| | | | ||||||
| | * | Add 'algo' variant of avatars | Paul Frazee | 2023-05-17 | 4 | -21/+53 | |
| | | | ||||||
| | * | Merge branch 'main' into custom-algos | Paul Frazee | 2023-05-17 | 54 | -460/+2658 | |
| | |\ | ||||||
| | * | | fix re-rendering issue | Ansh Nanda | 2023-05-16 | 2 | -56/+61 | |
| | | | | ||||||
| | * | | make sure TabBar re-rerenders when pinned feeds changes | Ansh Nanda | 2023-05-16 | 2 | -1/+2 | |
| | | | | ||||||
| | * | | allow changing pinned feed order on web | Ansh Nanda | 2023-05-16 | 5 | -24/+78 | |
| | | | | ||||||
| | * | | use uri instead of rkey to get feed data | Ansh Nanda | 2023-05-16 | 1 | -3/+6 | |
| | | | | ||||||
| | * | | fix routing on web | Ansh Nanda | 2023-05-16 | 4 | -66/+86 | |
| | | | | ||||||
| | * | | fix dark mode styling | Ansh Nanda | 2023-05-16 | 3 | -9/+19 | |
| | | | | ||||||
| | * | | drag to rearrange pinned items | Ansh Nanda | 2023-05-16 | 4 | -39/+252 | |
| | | | | ||||||
| | * | | bad fix to the tab bar animation | Ansh Nanda | 2023-05-16 | 2 | -73/+82 | |
| | | | | ||||||
| | * | | fix edge case when feed is liked only by one person | Ansh Nanda | 2023-05-16 | 1 | -2/+6 | |
| | | | | ||||||
| | * | | reload AlgoItem on focus via prop | Ansh Nanda | 2023-05-16 | 2 | -1/+6 | |
| | | | | ||||||
| | * | | make sure state is being synced across components | Ansh Nanda | 2023-05-16 | 4 | -13/+18 | |
| | | | | ||||||
| | * | | allow for pinning saved feeds | Ansh Nanda | 2023-05-16 | 4 | -58/+120 | |
| | | | | ||||||
| | * | | add heart icon to AlgoItem | Ansh Nanda | 2023-05-16 | 1 | -2/+4 | |
| | | | | ||||||
| | * | | link to user who created custom feed from preview | Ansh Nanda | 2023-05-16 | 1 | -4/+8 | |
| | | | | ||||||
| | * | | like/unlike improvements WIP | Ansh Nanda | 2023-05-15 | 1 | -3/+11 | |
| | | | | ||||||
| | * | | new design for custom feed preview | Ansh Nanda | 2023-05-15 | 4 | -16/+134 | |
| | | | | ||||||
| | * | | remove tab bar underline animation | Ansh Nanda | 2023-05-15 | 3 | -68/+81 | |
| | | | | ||||||
| | * | | saved feeds in tab bar | Ansh Nanda | 2023-05-15 | 4 | -22/+40 | |
| | | | | ||||||
| | * | | custom feed screen | Ansh Nanda | 2023-05-15 | 2 | -3/+71 | |
| | | | | ||||||
| | * | | renamed page to savedfeeds | Ansh Nanda | 2023-05-14 | 1 | -4/+2 | |
| | | | |