about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix sticky offset, gear color (#5537)Eric Bailey2024-09-301-5/+5
|
* Move email test to root tests dir (#5527)Hailey2024-09-301-82/+0
|
* use PressableScale for animation (#5541)Samuel Newman2024-09-302-44/+33
|
* Rework native autocomplete (#5521)Hailey2024-09-274-120/+105
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Pinned posts (#5055)Samuel Newman2024-09-288-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)Hailey2024-09-2756-904/+212
|
* Fix alignment of cancel button on search (#5520)Hailey2024-09-271-3/+3
|
* Ignore bogus onScroll values (#5499)Samuel Newman2024-09-271-3/+10
|
* add podcasts to spotify embeds (#5514)Hailey2024-09-271-2/+16
|
* Tweak font size of "Write your reply" (#5513)Hailey2024-09-261-5/+1
|
* Lazy load ViewShot (#5517)Hailey2024-09-276-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 Newman2024-09-261-2/+1
|
* Add margin to bottom of search input (#5510)Hailey2024-09-261-1/+1
|
* [Share Extension] Move away from deprecated API, implement JS side of things ↵Hailey2024-09-266-26/+55
| | | | (#5509)
* Fix weird button wrapping on splash (#5507)Eric Bailey2024-09-262-10/+6
| | | | | * Fix weird button wrapping on splash * Web
* Fix handle collapse on Android (#5504)Eric Bailey2024-09-261-6/+9
|
* Adjust header offset (#5501)Eric Bailey2024-09-271-3/+3
|
* Adjust dialog timing (#5502)Eric Bailey2024-09-271-1/+1
|
* Remove 10milly dialog, revert header logo changes (#5503)Eric Bailey2024-09-2610-1050/+28
|
* Fix font loading (#5500)Eric Bailey2024-09-272-15/+18
|
* Clean up left nav on web (#5488)Eric Bailey2024-09-264-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 Bailey2024-09-261-8/+4
|
* Emoji in account list (#5497)Eric Bailey2024-09-261-2/+4
|
* Make the counter more rounded (#5083)Igor Adrov2024-09-261-1/+1
|
* add emoji prop to composer reply to text (#5495)Samuel Newman2024-09-261-8/+9
|
* Fix banner height in edit profile modal (#5494)Samuel Newman2024-09-262-5/+5
| | | | | * fix banner height * fix user banner, it's not edit profile's fault
* Messages list - make avatars link to profile (#5484)Samuel Newman2024-09-261-7/+18
|
* Add back empty placeholder (#5489)Eric Bailey2024-09-251-0/+1
|
* Filter errors that get sent to Sentry (#5247)Hailey2024-09-253-8/+23
|
* Add language filtering UI to search (#5459)Eric Bailey2024-09-257-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 Bailey2024-09-251-2/+6
|
* Ensure notifications align with new post alignment (#5486)Eric Bailey2024-09-251-1/+1
|
* constrain blur (#5485)Samuel Newman2024-09-251-2/+2
|
* Use scale animation for tabs (#5483)Samuel Newman2024-09-252-17/+26
| | | | | * fix passing PressableScale oPressIn prop * use PressableScale for tabs
* [Video] use dynamic import for hls.js (#5429)Hailey2024-09-252-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 Newman2024-09-251-0/+7
| | | buzzz!
* Reduce display name size (#5482)Samuel Newman2024-09-251-2/+9
| | | | | * reduce displayname size * only apply to small screens
* Add gate to increase post-feed page size (#5473)Eric Bailey2024-09-252-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)Hailey2024-09-252-41/+107
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* subtle avatar grow animation (#5480)Samuel Newman2024-09-252-22/+88
|
* Header blurred banner on overscroll (take 2) (#5474)Samuel Newman2024-09-259-63/+335
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * grow banner when overscrolling * add blurview * make backdrop blur as it scrolls * add activity indicator * use rotated spinner instead of arrow * persist position of back button * make back button prettier * make blur less jarring * Unify effects * Tweak impl * determine if should animate based on scroll amount * sign comment --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Allow profile header to overscroll (#5457)Samuel Newman2024-09-2510-47/+72
| | | | | | | | | * add allowoverscroll prop * ensure spinner is visible * more generic prop for `<List>` * rename to allowHeaderOverScroll
* delete extractHtmlMeta (#5478)noriaki watanabe2024-09-253-122/+0
|
* [Neue] Post avi, `PostMeta` cleanup (#5450)Eric Bailey2024-09-2410-117/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support emoji in text with custom font * Add emoji support to elements that need it * Remove unused file causing lint failure * Add web only link variant * Refactor PostMeta * Reduce avi size in feeds * Fix alignment, emoji, in PostMeta * Smaller avis in notifications * Shrink post placeholder avi * Handle the handle again * Link cleanup * Cleanup unused props * Fix text wrapping in timestamp * Fix underline color * Tighten up spacing * Web only whiteSpace
* Fix composer jumpiness on native (#5476)Eric Bailey2024-09-241-30/+20
|
* [Video] Refactor HLS logic (#5468)dan2024-09-241-104/+121
| | | | | | | | | | | | | * Extract HLS interop into useHLS * Rename variable * Move flushing outside an effect * use continue instead of return --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* add a bunch of settings-related icons (#5471)Samuel Newman2024-09-2414-1/+64
|
* Remove image resizer (#5464)Hailey2024-09-242-29/+71
|
* Remove `react-native-fs` (#5463)Hailey2024-09-252-14/+28
| | | | | | | | | * remove rnfs * tweak e2e * log * use `safeDeleteAsync`
* Revamp image editor (#5462)Mary2024-09-2512-274/+311
| | | | | | | | | * new image editor * Rm react-avatar-editor --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>