Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
| * | Properly set isInputFocused (#666) | William | 2023-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | fix theme opposite labels (#700) | Mohammad Reza Mahmoudi | 2023-05-17 | 2 | -3/+38 | |
| | | ||||||
| * | fix: Add vendor prefix for web blur. (#678) | Jacques Favreau | 2023-05-16 | 1 | -1/+2 | |
| | | ||||||
| * | Fix line break in New Post button (#657) | Michi Hoffmann | 2023-05-16 | 1 | -1/+1 | |
| | | ||||||
| * | Replace image picker with expo-image-picker (#649) | Ollie H | 2023-05-16 | 6 | -44/+49 | |
| | | | | | | | | | | | | | | | | | | * Replace image picker with expo-image-picker * Fix cropper & picker on web --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | |||||
| * | feat: Update HTML `title` on web #626 #599 (#655) | LW | 2023-05-16 | 8 | -21/+180 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For any `Screen` that shows on desktop, `title` is "(1) ... - Bluesky" where "(1)" is the unread notification count. The titles are unlocalized and the string "Bluesky" is hardcoded, following the pattern of the rest of the app. Display names and post content are loaded into the title as effects. Tested: * all screens * screen changes / component mounts/unmounts * long posts with links and images * display name set/unset * spamming myself with notifications, clearing notifications * /profile/did:... links * lint (only my changed files), jest, e2e. New utilities: `useUnreadCountLabel`, `bskyTitle`, `combinedDisplayName`, `useSetTitle`. resolves: #626 #599 | |||||
| * | Remove surrounding spaces in parentheses. (#667) | Markus Amalthea Magnuson | 2023-05-16 | 1 | -1/+1 | |
| | |