about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'small-pfp-desktop-2' of https://github.com/Tanza3D/social-app ↵Paul Frazee2023-09-281-1/+1
|\ | | | | | | into Tanza3D-small-pfp-desktop-2
| * Small PFP on desktopTanza3D2023-09-261-1/+1
| |
* | Email verification and change flows (#1560)Paul Frazee2023-09-2814-16/+856
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix 'Reposted by' text overflow * Add email verification flow * Implement change email flow * Add verify email reminder on load * Bump @atproto/api@0.6.20 * Trim the inputs * Accessibility fixes * Fix typo * Fix: include the day in the sharding check * Update auto behaviors * Update yarn.lock * Temporary error message --------- Co-authored-by: Eric Bailey <git@esb.lol>
* | Handle long feed listings on the right nav with scrolling (#1562)Paul Frazee2023-09-282-2/+5
| |
* | Merge branch 'mozzius-expand-author-pressable' into mainPaul Frazee2023-09-281-9/+46
|\ \
| * | Fix pointerPaul Frazee2023-09-281-1/+7
| | |
| * | Merge branch 'expand-author-pressable' of ↵Paul Frazee2023-09-281-9/+40
|/| | | | | | | | | | | https://github.com/mozzius/bluesky-official-app into mozzius-expand-author-pressable
| * | Don't render a pressable if there's only one notification authorSamuel Newman2023-09-281-9/+40
| | |
* | | Merge branch 'left-padding-on-sidebar' of ↵Paul Frazee2023-09-280-0/+0
|\ \ \ | | | | | | | | | | | | https://github.com/Tanza3D/social-app into main
| * | | Move sidebar by 10px for more even paddingTanza3D2023-09-261-1/+1
| | |/ | |/|
* | | Move sidebar by 10px for more even padding (#1543)Tanza2023-09-281-1/+1
| |/ |/|
* | fix link highlighting with mention present (#1544)Eric Bailey2023-09-274-80/+44
| |
* | Merge pull request #1553 from mozzius/refreshed-web-repost-dropdownEric Bailey2023-09-271-37/+54
|\ \ | | | | | | Use refreshed dropdown style for repost/quote post dropdown
| * | replace dropdown componentSamuel Newman2023-09-271-37/+54
| | |
* | | Improve image cropping on android and introduce aspect ratio field (#1525)Paul Frazee2023-09-274-7/+21
| | | | | | | | | | | | | | | * Fix image cropping on android * Store and use aspect ratio field in post images (close #1392)
* | | Improvements to auto-mentioning users from their profiles (#1556)Eric Bailey2023-09-272-6/+22
|/ / | | | | | | | | | | | | | | | | | | | | | | | | * Don't automatically mention users with invalid handles * don't mention when using did urls * resolve profile from cache * a little clearer --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* / fix 'Reposted by' text overflow (#1535)Eric Bailey2023-09-261-1/+2
|/
* Add instructions for running on device (#1541)dan2023-09-261-0/+1
|
* :lipstick: Remove report option on my own post (#1537)Foysal Ahamed2023-09-261-1/+1
|
* Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2023-09-251-6/+36
|\
| * Fix gallery image size (#1474)Sasha Mansurov2023-09-251-6/+36
| | | | | | Fixes #1323
* | Bump android version codePaul Frazee2023-09-221-1/+1
|/
* Bump ios build numberPaul Frazee2023-09-221-1/+1
|
* Fixes to tests (#1518)Paul Frazee2023-09-224-8/+24
|
* Trim whitespace on invite code (#1517)Paul Frazee2023-09-221-1/+1
|
* Accessibility fixes: add missing labels, dynamically scale home header (#1516)Paul Frazee2023-09-2210-32/+52
| | | | | * Improve labels * Dynanically adjust home header to account for font scaling
* Update backend routes to match frontend (#1515)Paul Frazee2023-09-221-1/+2
|
* Merge pull request #1513 from ↵Eric Bailey2023-09-221-3/+5
|\ | | | | | | | | bluesky-social/eric/app-855-update-language-settings-in-app update translator link show logic
| * boolEric Bailey2023-09-221-2/+4
| |
| * update translator link show logicEric Bailey2023-09-221-3/+3
|/
* Bump ios buildnumberPaul Frazee2023-09-211-1/+1
|
* Move home feed and thread preferences to server (#1507)Paul Frazee2023-09-218-162/+205
| | | | | | | | | | | * Move home feed and thread preferences to server * Fix thread usage of prefs * Remove log * Bump @atproto/api@0.6.16 * Improve type usage
* Switch the date input web version to the date-input web control (#1510)Paul Frazee2023-09-211-47/+30
| | | | | * Switch the date input web version to the date-input web control * Fix types
* Wrap the post thread screen in an observer (#1509)Paul Frazee2023-09-211-67/+70
|
* Dont reposition load latest button on desktop (#1508)Paul Frazee2023-09-211-1/+2
|
* Minor alignment fixPaul Frazee2023-09-211-1/+1
|
* Tune the treeview mode to use larger immediate-children (#1506)Paul Frazee2023-09-212-20/+14
| | | | | * Tune the treeview mode to use larger immediate-children * Fix display name alignment
* Language settings updates, new primary language setting (#1471)Eric Bailey2023-09-2113-14/+272
| | | | | | | | | | | | | | | * move content languages to screen * add dropdown library, style primary lang select * update settings button * show selected langauges in button * use primary language in translator link * update copy * lint
* Bump ios build numberPaul Frazee2023-09-201-1/+1
|
* add suggested follows metrics (#1503)Eric Bailey2023-09-203-3/+18
|
* Prefilter the mergefeed to ensure a better mix of following and custom feeds ↵Paul Frazee2023-09-2030-165/+519
| | | | | | | | | | | | | | | (#1498) * Prefilter the mergefeed to ensure a better mix of following and custom feeds * Test suite improvements & tests for the mergefeed (#1499) * Disable invite codes test for now * Update test sim to latest iphone * Introduce TestCtrls driver * Add mergefeed tests
* Improve consistency of floating button positioning (#1501)Paul Frazee2023-09-202-26/+17
|
* Updates InviteCodes modal to use dynamic/responsive styles on web (#1502)Bryan Lee2023-09-201-1/+10
|
* add suggested follow section to profile header (#1481)Eric Bailey2023-09-205-34/+406
| | | | | | | | | | | | | * add suggested follow section to profile header * fix button overflow * don't even render on preview * fix useFollowDid and FollowButton race condition * add section header, close button, active state * lighten icon
* Tune the treeview UI a bit more (#1494)Paul Frazee2023-09-203-61/+69
|
* Dont show the reply prompt if minimal shell mode triggers (#1495)Paul Frazee2023-09-201-1/+1
|
* Even less intrusive status line for posts (#1496)Paul Frazee2023-09-201-41/+40
|
* Fix a mobx complaint about mutations (#1500)Paul Frazee2023-09-201-1/+4
|
* Add a tip about Android emulator memory limit (#1492)dan2023-09-201-0/+1
|
* Merge pull request #1476 from bluesky-social/bnewbold/bump-api-depEric Bailey2023-09-202-62/+1
|\ | | | | yarn: bump @atproto/api to remove redundant deps