about summary refs log tree commit diff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* add back expo-system-ui (#6529)Samuel Newman2024-11-191-0/+1
|
* Remove usused direct dependencies on 'webpack' (#6466)Trivikram Kamat2024-11-191-10/+1
| | | | | * Remove usused direct dependencies on 'webpack' * Remove direct dependency on 'babel-plugin-react-native-web'
* Remove unused 'lodash' dependencies (#6472)Trivikram Kamat2024-11-191-10/+0
|
* Add Profiler build for Android (#6510)dan2024-11-191-0/+2
|
* Upgrade React Compiler (take two) (#6460)dan2024-11-171-3/+3
| | | | | | | | | * Revert "Revert "React compiler beta and reenable rule (#5898)" (#6071)" This reverts commit 7111e38cd48c1c7e2b35ae978708fcb7a60a5dd7. * Update the compiler * Don't inline compiler runtime import
* Fix build (#6459)dan2024-11-171-0/+1
|
* Remove unused 'react-scripts' devDependency (#6441)Trivikram Kamat2024-11-171-1/+0
|
* Upgrade react-native-drawer-layout version to v4.0.1 (#6274)Khuddite2024-11-121-1/+1
|
* Update Node.js to 20.x in Dockerfile (#6099)Trivikram Kamat2024-11-111-2/+2
| | | | | | | | | | | * Update Node.js to 20.x in Dockerfile * Update Node.js types and engines entry to 20.x * Update Node.js version in .nvmrc * Use node version from .nvmrc in linting job * Use Type Assertion for clearTimeout
* Update Reanimated (#6126)dan2024-11-051-1/+1
| | | | | | | | | * Update Reanimated * Fix types * Fix Reanimated value access warnings * Fix types
* Revert "React compiler beta and reenable rule (#5898)" (#6071)dan2024-11-011-3/+3
| | | This reverts commit 1fc684aaef6dd851b4d6c9a23673fcf4e7170722.
* Thread composer UI (#6050)dan2024-11-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-0/+2
| | | | | | | | | | | | | | | * 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-3/+3
| | | | | | | | | * 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-12/+12
|
* Bump 1.94.0 (#6006)Hailey2024-10-291-1/+1
|
* Bump video to 0.2.3 (#5943)Hailey2024-10-281-1/+1
|
* Edit profile dialog ALF refresh (#5633)Samuel Newman2024-10-151-1/+2
|
* Bump 1.93.0 (#5679)Hailey2024-10-101-1/+1
|
* Release 1.92 (#5658)Paul Frazee2024-10-081-1/+1
| | | | | * Fix tests * intl extract
* Downgrade Radix packages for type compat (#5653)Eric Bailey2024-10-081-5/+2
|
* Bump 1.92.0 (#5641)Hailey2024-10-081-1/+1
|
* Move Dialogs to Radix (#5648)Samuel Newman2024-10-081-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1/+1
|
* [Sheets] [Pt. 1] Root PR (#5557)Hailey2024-10-041-3/+2
| | | | | | | 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-1/+1
|
* Downgrade sentry to recommended 5.24.3 (#5604)Hailey2024-10-041-1/+1
|
* Pinned posts (#5055)Samuel Newman2024-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-4/+0
|
* Header blurred banner on overscroll (take 2) (#5474)Samuel Newman2024-09-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1/+0
|
* Remove `react-native-fs` (#5463)Hailey2024-09-251-1/+0
| | | | | | | | | * remove rnfs * tweak e2e * log * use `safeDeleteAsync`
* Revamp image editor (#5462)Mary2024-09-251-2/+1
| | | | | | | | | * new image editor * Rm react-avatar-editor --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* MobX removal take 2 (#5381)Mary2024-09-251-3/+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-1/+6
| | | | | | | | | | | | | | | | | | | * 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/+1
| | | | | | | | | | | | | * 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
* Resolve source files for fonts, remove hack (#5454)Eric Bailey2024-09-241-1/+3
| | | | | | | | | | | * Resolve source files for fonts, remove hack * Prettier * Prettier, add to hook --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Let Expo/Webpack handle CSS assets (#3942)Mary2024-09-231-1/+1
| | | | | | | | | | | | | * chore: handle built css assets * chore: let prettier handle css code * refactor: let webpack build css assets * chore: prettier on bskyembed * chore: touch empty.txt on css directory * chore: do the same to the workflow
* Validate TLD in signup (#5426)Hailey2024-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * 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/+1
| | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix font loading on web (#5412)Eric Bailey2024-09-181-1/+1
| | | | | * Copy font files during build * Fall back if error loading fonts
* [Neue] Base (#5395)Eric Bailey2024-09-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1/+0
|
* Make it work with Xcode 16 (#5386)Samuel Newman2024-09-171-2/+2
|
* Bump 1.91.2 (#5387)Hailey2024-09-171-1/+1
|
* [Video] Additional android fixes (#5373)Hailey2024-09-171-1/+1
| | | | | | | * rm unused code * bump lib * invert bool
* [UITextView] Add background color support to iOS selectable text (#5335)Hailey2024-09-151-1/+1
|
* bump (#5348)Hailey2024-09-141-1/+1
|
* [Video] Fix regression on audio session at launch (#5338)Hailey2024-09-131-1/+1
|
* [Video] Bump video (#5333)Hailey2024-09-131-1/+1
|