Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make reply prompt more subtle on desktop (#5569) | Samuel Newman | 2024-10-02 | 2 | -8/+44 | |
| | | | | | | | | | | | * make reply prompt more subtle on desktop * fix alignment * Tweak transition timing --------- Co-authored-by: Eric Bailey <git@esb.lol> | |||||
* | import order (#5571) | Hailey | 2024-10-02 | 1 | -2/+2 | |
| | ||||||
* | Add suspense boundary in onboarding (#5556) | Eric Bailey | 2024-10-02 | 1 | -23/+25 | |
| | ||||||
* | Tweak verify email dialog (#5555) | Eric Bailey | 2024-10-02 | 1 | -43/+43 | |
| | | | | | * Add intent/verify-email to go server * Tweak verify intent dialog | |||||
* | Include ghost hook to statically export fonts (#5553) | Eric Bailey | 2024-10-01 | 1 | -0/+14 | |
| | ||||||
* | Introduce a composer reducer and move image state there (#5547) | dan | 2024-10-02 | 4 | -16/+162 | |
| | | | | | | | | | | | | | | | | | | | * Add composer reducer * Support adding images Co-authored-by: Mary <git@mary.my.id> * Support updating and deleting images Co-authored-by: Mary <git@mary.my.id> * Derive images state from composer state Co-authored-by: Mary <git@mary.my.id> --------- Co-authored-by: Mary <git@mary.my.id> | |||||
* | Paralellize image uploads (#5535) | dan | 2024-10-02 | 1 | -137/+117 | |
| | | | | | | | | | | | | | | | * Remove unsafe type coercions from posting embed * Extract resolveEmbed into a separate function * Refactor to if-else because these are mutually exclusive * Refactor resolveEmbed to early returns * Separate resolving embed and media * Parallelize image upload * Prioritize not dropping media | |||||
* | Remove local file check (#5544) | Eric Bailey | 2024-09-30 | 1 | -4/+2 | |
| | ||||||
* | ALF text input for generic search input (#5511) | Samuel Newman | 2024-09-30 | 8 | -253/+129 | |
| | | | | | | | | | | | | | | | | | | | | | * alf text input for generic search input * clearer ref naming * Adjust props and definition * Migrate props * Migrate props * Migrate props * Replace on search screen * rm old props --------- Co-authored-by: Eric Bailey <git@esb.lol> | |||||
* | Use Inter variable font (#5540) | Eric Bailey | 2024-09-30 | 2 | -111/+10 | |
| | ||||||
* | Fix sticky offset, gear color (#5537) | Eric Bailey | 2024-09-30 | 1 | -5/+5 | |
| | ||||||
* | Move email test to root tests dir (#5527) | Hailey | 2024-09-30 | 1 | -82/+0 | |
| | ||||||
* | use PressableScale for animation (#5541) | Samuel Newman | 2024-09-30 | 2 | -44/+33 | |
| | ||||||
* | Rework native autocomplete (#5521) | Hailey | 2024-09-27 | 4 | -120/+105 | |
| | | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com> | |||||
* | Pinned posts (#5055) | Samuel Newman | 2024-09-28 | 8 | -22/+178 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add to dropdown menu * use normal profile mutation hook * add pin as reason * request pins * shadow update * rm logs * get prev pinned from getProfile * fix toasts * invalidate after appview ready * don't mutate params * rm log * use checkCommited rather than manual whenAppViewReady * move to mutation * even more optimistic optimistic update * allow pins in `posts_and_author_threads` * update @atproto/api * add reasonPin type * fix strange type error in unrelated query * another missing type | |||||
* | Remove Segment (#5518) | Hailey | 2024-09-27 | 56 | -904/+212 | |
| | ||||||
* | Fix alignment of cancel button on search (#5520) | Hailey | 2024-09-27 | 1 | -3/+3 | |
| | ||||||
* | Ignore bogus onScroll values (#5499) | Samuel Newman | 2024-09-27 | 1 | -3/+10 | |
| | ||||||
* | add podcasts to spotify embeds (#5514) | Hailey | 2024-09-27 | 1 | -2/+16 | |
| | ||||||
* | Tweak font size of "Write your reply" (#5513) | Hailey | 2024-09-26 | 1 | -5/+1 | |
| | ||||||
* | Lazy load ViewShot (#5517) | Hailey | 2024-09-27 | 6 | -67/+97 | |
| | | | | | | | | | | | * lazy one spot * lazy signup * fix type * tweak type, fix missing viewshot type * only import type oops | |||||
* | tab change on press rather than pressIn (#5508) | Samuel Newman | 2024-09-26 | 1 | -2/+1 | |
| | ||||||
* | Add margin to bottom of search input (#5510) | Hailey | 2024-09-26 | 1 | -1/+1 | |
| | ||||||
* | [Share Extension] Move away from deprecated API, implement JS side of things ↵ | Hailey | 2024-09-26 | 6 | -26/+55 | |
| | | | | (#5509) | |||||
* | Fix weird button wrapping on splash (#5507) | Eric Bailey | 2024-09-26 | 2 | -10/+6 | |
| | | | | | * Fix weird button wrapping on splash * Web | |||||
* | Fix handle collapse on Android (#5504) | Eric Bailey | 2024-09-26 | 1 | -6/+9 | |
| | ||||||
* | Adjust header offset (#5501) | Eric Bailey | 2024-09-27 | 1 | -3/+3 | |
| | ||||||
* | Adjust dialog timing (#5502) | Eric Bailey | 2024-09-27 | 1 | -1/+1 | |
| | ||||||
* | Remove 10milly dialog, revert header logo changes (#5503) | Eric Bailey | 2024-09-26 | 10 | -1050/+28 | |
| | ||||||
* | Fix font loading (#5500) | Eric Bailey | 2024-09-27 | 2 | -15/+18 | |
| | ||||||
* | Clean up left nav on web (#5488) | Eric Bailey | 2024-09-26 | 4 | -93/+68 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Tweak nav item count style * Fix nav item icon width and alignment * Just refactor the thing * New compose button * Z index * Rounded * Tweak gradient * Tweak gradient * Tweak gradient * Solid * Adjust position of counter * Always a circle | |||||
* | Adjust line height to not cut off emoji (#5496) | Eric Bailey | 2024-09-26 | 1 | -8/+4 | |
| | ||||||
* | Emoji in account list (#5497) | Eric Bailey | 2024-09-26 | 1 | -2/+4 | |
| | ||||||
* | Make the counter more rounded (#5083) | Igor Adrov | 2024-09-26 | 1 | -1/+1 | |
| | ||||||
* | add emoji prop to composer reply to text (#5495) | Samuel Newman | 2024-09-26 | 1 | -8/+9 | |
| | ||||||
* | Fix banner height in edit profile modal (#5494) | Samuel Newman | 2024-09-26 | 2 | -5/+5 | |
| | | | | | * fix banner height * fix user banner, it's not edit profile's fault | |||||
* | Messages list - make avatars link to profile (#5484) | Samuel Newman | 2024-09-26 | 1 | -7/+18 | |
| | ||||||
* | Add back empty placeholder (#5489) | Eric Bailey | 2024-09-25 | 1 | -0/+1 | |
| | ||||||
* | Filter errors that get sent to Sentry (#5247) | Hailey | 2024-09-25 | 3 | -8/+23 | |
| | ||||||
* | Add language filtering UI to search (#5459) | Eric Bailey | 2024-09-25 | 7 | -149/+427 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use new TextField for search bar * Add lang dropdown * Dialog * Revert "Dialog" This reverts commit 257573cd9c2a70d29df4ef5bdd503eea4ae411fe. * Extract util, test, cleanup * Fix formatting * Pass through other params * Fix sticky header * Fix stale data, hide/show * Improve query parsing * Replace memo * Couple tweaks * Revert cancel change * Remove unused placeholder | |||||
* | Support emojis in settings account cards (#5487) | Eric Bailey | 2024-09-25 | 1 | -2/+6 | |
| | ||||||
* | Ensure notifications align with new post alignment (#5486) | Eric Bailey | 2024-09-25 | 1 | -1/+1 | |
| | ||||||
* | constrain blur (#5485) | Samuel Newman | 2024-09-25 | 1 | -2/+2 | |
| | ||||||
* | Use scale animation for tabs (#5483) | Samuel Newman | 2024-09-25 | 2 | -17/+26 | |
| | | | | | * fix passing PressableScale oPressIn prop * use PressableScale for tabs | |||||
* | [Video] use dynamic import for hls.js (#5429) | Hailey | 2024-09-25 | 2 | -10/+50 | |
| | | | | Co-authored-by: Dan Abramov <dan.abramov@gmail.com> | |||||
* | show a toast when a haptic is meant to fire while using simulator (#5481) | Samuel Newman | 2024-09-25 | 1 | -0/+7 | |
| | | | buzzz! | |||||
* | Reduce display name size (#5482) | Samuel Newman | 2024-09-25 | 1 | -2/+9 | |
| | | | | | * reduce displayname size * only apply to small screens | |||||
* | Add gate to increase post-feed page size (#5473) | Eric Bailey | 2024-09-25 | 2 | -5/+21 | |
| | | | | | | | | | | | * Add gate to increase post-feed page size * Exclude Discover * Remove exception * Clarify intent * Let gate cache | |||||
* | Improve style of reply bar (#5447) | Hailey | 2024-09-25 | 2 | -41/+107 | |
| | | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com> | |||||
* | subtle avatar grow animation (#5480) | Samuel Newman | 2024-09-25 | 2 | -22/+88 | |
| |