about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in StepFollowingFeed.tsx (#2643)surfdude292024-01-261-1/+1
* Two UI tweaks after recent updates (#2647)Paul Frazee2024-01-263-27/+16
* Account creation improvements & some other fixes (#2636)Paul Frazee2024-01-256-18/+28
* Add missing top border to notifications loading state (#2635)dan2024-01-251-2/+8
* Prefetch profile links on web (#2634)dan2024-01-254-1/+34
* Improve type checking for metrics events (#2632)Eric Bailey2024-01-253-37/+42
* Clean up some sentry logs (#2630)Eric Bailey2024-01-2539-147/+84
* New Onboarding (#2596)Eric Bailey2024-01-2556-172/+3453
* Add account-activation queueing to signup (#2613)Paul Frazee2024-01-258-6/+299
* Present highlighted post as part of the thread (#2628)dan2024-01-251-2/+13
* android alt text selection fix for expandable alt (#2629)Hailey2024-01-251-1/+2
* Fix post controls tap areas (#2627)dan2024-01-253-67/+87
* Dejank navigation between thread posts (#2625)dan2024-01-252-45/+23
* Show composer reply prompt on tablet (#2622)dan2024-01-251-3/+3
* Fix races for post like/repost toggle (#2617)dan2024-01-252-112/+150
* Derive shadow like count (#2616)dan2024-01-253-31/+27
* add English name after endonym for languages (#2608)surfdude292024-01-251-10/+10
* Remove dead code for optimistic updates (#2615)dan2024-01-251-138/+8
* Clean up the post controls UI (#2614)dan2024-01-254-41/+52
* Capitalize screen headers consistently (#2612)dan2024-01-244-4/+4
* Use consistent spinners for loading screens (#2611)dan2024-01-248-46/+31
* set icon colour to text colour (#2607)Samuel Newman2024-01-241-1/+1
* Re-enable german translationPaul Frazee2024-01-234-19/+13
* Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2024-01-231-1/+36
|\
| * Scroll feed search bar to top of screen on focus (#2602)Samuel Newman2024-01-231-1/+36
* | Merge branch 'patch-1' of https://github.com/snackpackwayne/social-app into s...Paul Frazee2024-01-231-557/+510
|\ \ | |/ |/|
| * Merge branch 'main' into patch-1SnackpackWayne2023-12-2723-120/+213
| |\
| * | Update messages.poSnackpackWayne2023-12-271-516/+430
* | | Move the leftnav back out 10pxPaul Frazee2024-01-231-1/+1
* | | Merge branch 'fix-margin' of https://github.com/quiple/social-app into quiple...Paul Frazee2024-01-234-4/+4
|\ \ \
| * | | Update FeedItem.tsxMinseo Lee2024-01-231-1/+1
| * | | Adjust LeftNavMinseo Lee2024-01-231-1/+1
| * | | Set left margin of new list buttonsMinseo Lee2024-01-232-2/+2
* | | | Disable scroll on the composer TextInput (close #2413) (#2603)Paul Frazee2024-01-231-0/+1
* | | | Merge branch 'feat/search-from-me' of https://github.com/mary-ext/fork-bsky-a...Paul Frazee2024-01-232-2/+31
|\ \ \ \
| * | | | feat: from:me search syntaxMary2024-01-122-2/+31
* | | | | fix: resolve handle in feed/list urls (#2497)Mary2024-01-232-7/+14
* | | | | Merge PR #2495 by haileyokPaul Frazee2024-01-235-21/+50
* | | | | basic implementation of search history (#2597)Paul Frazee2024-01-231-6/+131
* | | | | Resolve facets on list descriptions (#2485)Mary2024-01-234-24/+110
| |/ / / |/| | |
* | | | Update Korean localization (#2494)Minseo Lee2024-01-221-971/+375
* | | | fix: don't expose post content on no-unauthenticated (#2584)Mary2024-01-221-4/+22
* | | | Tweak positioningPaul Frazee2024-01-221-1/+3
* | | | Merge branch 'feat/image-dnd' of https://github.com/mary-ext/fork-bsky-app in...Paul Frazee2024-01-221-14/+107
|\ \ \ \
| * | | | fix: firefox edge-caseMary2024-01-211-5/+2
| * | | | fix: design adjustmentsMary2024-01-211-2/+3
| * | | | fix: always call preventDefaultMary2024-01-211-4/+12
| * | | | refactor: use right borderDarkMary2024-01-211-5/+1
| * | | | feat: new designMary2024-01-211-35/+81
| * | | | feat: web composer image drag and dropMary2024-01-211-9/+54