about summary refs log tree commit diff
path: root/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
* Thread composer UI (#6050)dan2024-11-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Basic adding of posts * Switch active post on focus * Conditionally show plus button * Insert posts midthread * Track active/inactive post * Delete posts in a thread * Focus after deletion * Tweak empty post detection * Mix height for active only * Move toolbar with post on web * Fix footer positioning * Post All button * Fix reply to positioning * Improve memoization * Improve memoization for clearVideo * Remove unnecessary argument * Add some manual memoization to fix re-renders * Scroll to bottom on add new * Fix opacity on Android * Add backdrop * Fix videos * Check alt for video too * Clear pending publish on error * Fork alt message by type * Separate placeholder for next posts * Limit hitslop to avoid clashes
* Implement posting threads (#6049)dan2024-11-011-3/+46
| | | | | | | | | | | | | | | * Implement posting a thread Co-authored-by: Dan Abramov <dan.abramov@gmail.com> * Fix native build * Remove dependency on web crypto API * Fix unrelated TS error (wtf) --------- Co-authored-by: Mary <148872143+mary-ext@users.noreply.github.com>
* React compiler beta and reenable rule (#5898)Samuel Newman2024-10-301-84/+25
| | | | | | | | | * use react compiler beta and reenable rule * use react-compiler-runtime * error -> warn * move runtime out of dev deps
* Upgrade all tiptap deps to latest (#5232)Eric Bailey2024-10-291-252/+187
|
* Bump video to 0.2.3 (#5943)Hailey2024-10-281-4/+4
|
* Edit profile dialog ALF refresh (#5633)Samuel Newman2024-10-151-11/+1
|
* Release 1.92 (#5658)Paul Frazee2024-10-081-167/+157
| | | | | * Fix tests * intl extract
* Downgrade Radix packages for type compat (#5653)Eric Bailey2024-10-081-3/+282
|
* Move Dialogs to Radix (#5648)Samuel Newman2024-10-081-335/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use Redix FocusTrap (#5638) * Use Redix FocusTrap * force resolutions on radix libs * add focus guards * use @radix-ui/dismissable-layer for escape handling * fix banner menu keypress by using `Pressable` * add menu in dialog example to storybook --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com> * use DismissableLayer/FocusScope for composer * fix storybook dialog * thread Portal through Prompt and avatar/banner * fix dialog style regression * remove tamagui --------- Co-authored-by: Eric Bailey <git@esb.lol>
* [Video] Prevent screen from dimming while in full screen (#5637)Hailey2024-10-071-4/+4
|
* [Sheets] [Pt. 1] Root PR (#5557)Hailey2024-10-041-17/+8
| | | | | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: dan <dan.abramov@gmail.com> Co-authored-by: Hailey <me@haileyok.com>
* Bump SDK (#5602)Eric Bailey2024-10-041-4/+4
|
* Downgrade sentry to recommended 5.24.3 (#5604)Hailey2024-10-041-160/+154
|
* Pinned posts (#5055)Samuel Newman2024-09-281-12/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-271-1065/+9
|
* Header blurred banner on overscroll (take 2) (#5474)Samuel Newman2024-09-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Remove image resizer (#5464)Hailey2024-09-241-5/+0
|
* Remove `react-native-fs` (#5463)Hailey2024-09-251-14/+1
| | | | | | | | | * remove rnfs * tweak e2e * log * use `safeDeleteAsync`
* Revamp image editor (#5462)Mary2024-09-251-17/+6
| | | | | | | | | * new image editor * Rm react-avatar-editor --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* MobX removal take 2 (#5381)Mary2024-09-251-15/+0
| | | | | | | | | * mobx removal take 2 * Actually rm mobx --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Automatically optimise SVG assets (#5467)Samuel Newman2024-09-241-3/+74
| | | | | | | | | | | | | | | | | | | * add svgo as dev dep * prefer viewbox * manual config * fix config param names * align config with svgomg * add lint-staged svgo hook * edit hook * add trailing whitespace plugin * run svgo on existing assets
* [Neue] Handle emoji within custom font (#5449)Eric Bailey2024-09-241-0/+5
| | | | | | | | | | | | | * Support emoji in text with custom font * Add emoji support to elements that need it * Remove unused file causing lint failure * Fix a few more emoji locations * Couple more * No throw
* Validate TLD in signup (#5426)Hailey2024-09-201-0/+12
| | | | | | | | | | | | | | | | | | | | | | | * add lib * add validation * log * add some common typos * add tests * reset hasWarned state on edit * shorten path * Move test file, adjust regex, add test * Get real nit picky --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Language fixes (#5384)Eric Bailey2024-09-201-0/+27
| | | | | | | | | | | | | | | | | | | | | | | * Add some comments * Decouple language settings * Normalize on read/write * Refactor * Support device locale on app startup * Cleanup, port to web * Clean up comments * Comment * Try not to mutate * Protect util handling, update test * Dedupe array values
* [Neue] Base (#5395)Eric Bailey2024-09-181-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add fontScale, gate it, fix some computes * Add inter, integrate * Clean up * Apply to old Text component * Use numeric weight * Cleanup * Clean up appearance settings * Global tracking * Fix regular italic variant * Refactor settings and fontScale values * Remove flags * Get rid of lower weight font usage * Remove gate from settings * Refactor appearance settings for reuse * Add neue type nux * Update defaults * Load fonts, add fallback families * Load fonts via plugin in production * Fixes * Fix for web * Nits --------- Co-authored-by: Hailey <me@haileyok.com>
* remove expo-sentry (#5405)Hailey2024-09-181-226/+5
|
* Make it work with Xcode 16 (#5386)Samuel Newman2024-09-171-7/+208
|
* [Video] Additional android fixes (#5373)Hailey2024-09-171-4/+4
| | | | | | | * rm unused code * bump lib * invert bool
* [UITextView] Add background color support to iOS selectable text (#5335)Hailey2024-09-151-4/+4
|
* bump (#5348)Hailey2024-09-141-4/+4
|
* [Video] Fix regression on audio session at launch (#5338)Hailey2024-09-131-4/+4
|
* [Video] Bump video (#5333)Hailey2024-09-131-4/+4
|
* [Video] Remember mute state while scrolling (#5331)Hailey2024-09-131-4/+4
|
* [Video] Remove `expo-video`, use `bluesky-video` (#5282)Hailey2024-09-131-4/+5
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* NUX API (#5278)Eric Bailey2024-09-111-14/+15
| | | | | | | | | * Set up nux API * Bump SDK * Naming * Imports
* [Video] Handle push/pop on Android for autoplay (#5194)Hailey2024-09-061-2/+2
|
* [Video] Bump expo-video (#5173)Hailey2024-09-051-2/+2
|
* [Video] More adjustments for loading state jank (#5171)Hailey2024-09-051-1/+1
|
* Downgrade MMKV to 2.x (#5170)Hailey2024-09-051-4/+4
|
* Add MMKV interface (#5169)Eric Bailey2024-09-051-0/+5
|
* [Video] Fix CI (#5168)Hailey2024-09-051-2/+2
|
* [Video] Use `expo-video` from fork (#5159)Hailey2024-09-051-9/+3
|
* [Video] Misc player style tweaks (#5064)Samuel Newman2024-09-021-6/+6
| | | | | * use actual black rather than theme black * adjust time/mute indicators
* Remove new_user_guided_tour and tour code (#5023)dan2024-08-291-110/+9
|
* [Video] Lexicon implementation (#4881)Samuel Newman2024-08-291-8/+41
| | | | | | | | | | | | | | | | | | | | | | | | | * implement AppBskyEmbedVideo lexicon in player * add alt to native player * add prerelease package * update prerelease * add video embed view manually from record * fix type error on example video * black bg + use aspect ratio on web * add video to feeds * fix video overflowing aspect ratio * remove prerelease package --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* add `quoteCount` to view creators (#4972)Hailey2024-08-221-4/+4
|
* Detached QPs and hidden replies (#4878)Eric Bailey2024-08-211-8/+8
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Show quote posts (#4865)Samuel Newman2024-08-211-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * show quote posts * fix filter * fix keyExtractor * move likedby and repostedby to new file structure * use modern list component * remove relative imports * update quotes count after quoting * call `onPost` after updating quote count * Revert "update quotes count after quoting" This reverts commit 1f1887730a210c57c1e5a0eb0f47c42c42cf1b4b. * implement * update like count in quotes list * only add `onPostReply` where needed * Filter quotes with detached embeds * Bump SDK * Don't show error for no results --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com> Co-authored-by: Eric Bailey <git@esb.lol>
* Revert "[Video] Download videos" (#4945)Hailey2024-08-151-29/+0
|
* [Video] Download videos (#4886)Hailey2024-08-151-0/+29
| | | | Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>