Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix missed change in merge | Paul Frazee | 2023-05-17 | 1 | -2/+0 |
| | |||||
* | Merge branch 'main' into custom-algos | Paul Frazee | 2023-05-17 | 79 | -595/+3757 |
|\ | |||||
| * | Update to empty hint if no notifications | renahlee | 2023-05-17 | 2 | -2/+2 |
| | | |||||
| * | Update hint for notifications | renahlee | 2023-05-17 | 2 | -3/+12 |
| | | |||||
| * | feat: add basic visual feedback on Button interactions (#708) | Paul Frazee | 2023-05-17 | 2 | -6/+20 |
| | | | | | | | | | | | | | | | | | | | | | | * feat: add basic visual feedback on Button interaction * Use a more efficient approach to providing visual feedback * Fix some lint issues left over from another PR --------- Co-authored-by: Simek <gosimek@gmail.com> | ||||
| * | style: remove `useUnreadCountLabel` hack from `50c1841` (#655) (#686) | LW | 2023-05-17 | 3 | -25/+9 |
| | | | | | | | | I just realized how `mobx` works (never used before lol) and now I feel dumb. | ||||
| * | Close active elements on state change (#677) | Ollie H | 2023-05-17 | 2 | -3/+14 |
| | | |||||
| * | hidereport button on own post (#676) | Richard Gordon | 2023-05-17 | 1 | -1/+1 |
| | |