about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* A few more UX tweaksPaul Frazee2023-05-184-21/+36
|
* Some fixesPaul Frazee2023-05-182-17/+0
|
* Add list-type avatarPaul Frazee2023-05-184-4/+30
|
* Only show algos and lists on profiles if there are itemsPaul Frazee2023-05-181-8/+9
|
* Fix lintPaul Frazee2023-05-183-3/+1
|
* Add feed sharingPaul Frazee2023-05-185-48/+141
|
* Drop the hard-coded what's hot algoPaul Frazee2023-05-186-100/+36
|
* Set default feedsPaul Frazee2023-05-182-2/+75
|
* Merge branch 'custom-algos' of github.com:bluesky-social/social-app into ↵Paul Frazee2023-05-182-2/+28
|\ | | | | | | custom-algos
| * fix spacing when user has no feedsAnsh Nanda2023-05-181-0/+1
| |
| * fix error & empty state when rendering custom feeds on profileAnsh Nanda2023-05-181-2/+27
| |
* | Update saved feeds to use preferencesPaul Frazee2023-05-188-50/+68
|/
* Tab bar fixesPaul Frazee2023-05-182-3/+3
|
* Fix custom feed header on desktop webPaul Frazee2023-05-181-26/+41
|
* Store/sync pinned feeds on the serverPaul Frazee2023-05-188-240/+278
|
* Improve web titlesPaul Frazee2023-05-172-6/+5
|
* Add web titlesPaul Frazee2023-05-171-2/+15
|
* Improve pinned feed managementPaul Frazee2023-05-173-71/+79
|
* Desktop styling fixesPaul Frazee2023-05-176-42/+84
|
* Remove redundant componentPaul Frazee2023-05-172-70/+28
|
* Add custom feed liked by screenPaul Frazee2023-05-176-73/+51
|
* Remove redundant feed-settings pagePaul Frazee2023-05-178-290/+94
|
* Fixes to the tab barPaul Frazee2023-05-173-111/+46
|
* Usability improvements to feedsPaul Frazee2023-05-178-141/+119
|
* Add 'my feeds' tabPaul Frazee2023-05-175-24/+198
|
* Rework the UI for the custom feed viewPaul Frazee2023-05-178-177/+300
|
* Remove a focus-effect that was triggering a rerender loopPaul Frazee2023-05-172-21/+18
|
* Clean up the custom-feed modelPaul Frazee2023-05-175-89/+45
|
* Unify the display name fallback behaviorPaul Frazee2023-05-173-11/+16
|
* Dont show save button in embed cardsPaul Frazee2023-05-173-16/+24
|
* Fix some palette issuesPaul Frazee2023-05-171-4/+2
|
* Tune up the custom feed card renderingPaul Frazee2023-05-174-54/+44
|
* Reorganize custom feeds in the view layerPaul Frazee2023-05-179-15/+11
|
* Reorganize custom-feed state models and add the missing _reactKey attributePaul Frazee2023-05-1712-38/+44
|
* Add 'algo' variant of avatarsPaul Frazee2023-05-174-21/+53
|
* Fix missed change in mergePaul Frazee2023-05-171-2/+0
|
* Merge branch 'main' into custom-algosPaul Frazee2023-05-1779-595/+3757
|\
| * Update to empty hint if no notificationsrenahlee2023-05-172-2/+2
| |
| * Update hint for notificationsrenahlee2023-05-172-3/+12
| |
| * feat: add basic visual feedback on Button interactions (#708)Paul Frazee2023-05-172-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)LW2023-05-173-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 H2023-05-172-3/+14
| |
| * hidereport button on own post (#676)Richard Gordon2023-05-171-1/+1
| |
| * Properly set isInputFocused (#666)William2023-05-171-1/+1
| |
| * fix theme opposite labels (#700)Mohammad Reza Mahmoudi2023-05-172-3/+38
| |
| * fix: Add vendor prefix for web blur. (#678)Jacques Favreau2023-05-161-1/+2
| |
| * Fix line break in New Post button (#657)Michi Hoffmann2023-05-161-1/+1
| |
| * Replace image picker with expo-image-picker (#649)Ollie H2023-05-166-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)LW2023-05-168-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 Magnuson2023-05-161-1/+1
| |