about summary refs log tree commit diff
path: root/src/view/shell
Commit message (Collapse)AuthorAgeFilesLines
* Fix leaking background (#6642)dan2024-11-221-1/+3
|
* Fix some overdraw (#6617)dan2024-11-211-6/+3
|
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-193-3/+1
| | | | | | | | | config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
* Use compiler-safe Reanimated get/set APIs (#6391)dan2024-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | * Convert lightbox to get/set * Work around software-mansion/react-native-reanimated#6613 * Use get/set in more places * Port MainScrollProvider to get/set * Port more to get/set * Port composer to get/set * Remove unnecessary thread hops in composer * Port more things to get/set * Convert more to get/set, remove redundant runOnJS * Convert remaining cases to get/set
* manually implement drawertype logic (#6419)Samuel Newman2024-11-161-0/+1
|
* Slightly reduce rerenders in drawer (#6270)Samuel Newman2024-11-121-31/+38
| | | | | * slightly reduce renders in drawer * fix missing hook
* Increase bottom padding for mobile login/signup footer (#6254)Khuddite2024-11-121-1/+1
|
* Fix unscrollable body when returning to desktop mode from mobile mode with ↵JustSNguyen2024-11-111-2/+3
| | | | | | | | | | | navigation drawer open. (#6201) * fix: only lock body when drawer is opened and not in desktop mode * Reuse variable --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Fix non-home screen soft resetting when feed is selected from right nav (#6158)gpp-02024-11-081-1/+1
|
* Improve accessibility for navigation on web (#6120)Samuel Newman2024-11-054-69/+169
| | | | | | | | | * improve accessibility for bottom bar tabs * improve a11y for left nav * group main content into <main> * use flex_1 rather than absoluteFill
* Improve focus-visible outlines in navigation (#6061)Yaël Guilloux2024-11-011-1/+8
| | | | | | | | | | | * feat add focus_visible atom * feat use focus_visible atom in Button.tsx style * Tweak --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Sort imports (#6009)dan2024-10-291-3/+3
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* Fix drawer icon alignment (#5991)Eric Bailey2024-10-281-0/+1
|
* drawer border (#5893)Samuel Newman2024-10-281-1/+3
|
* Refactor post meta to return PostView (#5645)dan2024-10-243-3/+0
|
* tweak hover state (#5892)Samuel Newman2024-10-211-109/+104
|
* Fix NavSignupCard on web (#5813)Eric Bailey2024-10-212-3/+3
|
* Logged out improvments (#5771)Samuel Newman2024-10-172-3/+6
| | | | | | | | | | | | | | | | | * fetch all accounts in one go * delete unused component * add safeareaview to logged out layout * add safe area insets to LoggedOut view * add safe area insets to the error boundary * sanitize displaynames/handles * use button for X * increase spacing
* Fix up drawer background (#5785)Eric Bailey2024-10-173-8/+27
|
* Unified 'Chats' in drawers into 'Chat' (#5790)Frudrax Cheng2024-10-171-2/+2
|
* Mark "Logo by ..." in RightNav translatable like it in Drawer (#5788)Takayuki KUSANO2024-10-171-14/+16
|
* Clean up drawer (#5761)Samuel Newman2024-10-163-346/+265
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * clean up drawer * add a lil bit of padding * Drawer nits (#5778) * Avi stuff * Rm SafeAreaView, not working on Android * Dividers and spacing * Fix count on android, ended up refactoring the whole MenuItem * Litttttle more space * Improve NavSignupCard * format nit --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com> --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Remove top padding from shell, move down into individual screens (#5548)Samuel Newman2024-10-142-26/+17
|
* Move composer open shortcut to shell (#5723)Hailey2024-10-111-3/+7
| | | | | | | | | * move composer shortcut hook * put intent handler in same place * dont allow shortcuts if no session * revert change
* Move intent handler to a child of `InnerApp` (#5695)Hailey2024-10-111-0/+3
|
* Allow nested sheets without boilerplate (#5660)Samuel Newman2024-10-091-0/+2
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Make 'em round (#5654)Eric Bailey2024-10-082-1/+2
|
* Move Dialogs to Radix (#5648)Samuel Newman2024-10-081-42/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* [Sheets] [Pt. 1] Root PR (#5557)Hailey2024-10-042-69/+45
| | | | | | | 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>
* Font tweaks (#5597)Eric Bailey2024-10-031-2/+3
| | | | | | | * Increase fontWeight on android * Use atoms for a couple stray fontWeights * Rm unused file
* ALF text input for generic search input (#5511)Samuel Newman2024-09-301-5/+5
| | | | | | | | | | | | | | | | | | | | | * 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>
* Rework native autocomplete (#5521)Hailey2024-09-271-4/+3
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Remove Segment (#5518)Hailey2024-09-272-18/+7
|
* tab change on press rather than pressIn (#5508)Samuel Newman2024-09-261-2/+1
|
* [Share Extension] Move away from deprecated API, implement JS side of things ↵Hailey2024-09-262-0/+2
| | | | (#5509)
* Clean up left nav on web (#5488)Eric Bailey2024-09-261-88/+53
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Make the counter more rounded (#5083)Igor Adrov2024-09-261-1/+1
|
* Use scale animation for tabs (#5483)Samuel Newman2024-09-251-6/+10
| | | | | * fix passing PressableScale oPressIn prop * use PressableScale for tabs
* MobX removal take 2 (#5381)Mary2024-09-252-15/+7
| | | | | | | | | * mobx removal take 2 * Actually rm mobx --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* [Neue] Handle emoji within custom font (#5449)Eric Bailey2024-09-241-5/+6
| | | | | | | | | | | | | * 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
* [Neue] Font weights (#5442)Eric Bailey2024-09-204-32/+32
| | | | | | | * Align all font weights * Only load necessary fonts * Also comment out from hook
* WIPEric Bailey2024-09-111-0/+1
|
* Release 1.91 prep (#5215)Paul Frazee2024-09-071-1/+1
| | | | | | | * Run intl:extract * Test fixes * Update pt-BR translations for video
* Add emoji picker to chat composer (#5196)Eric Bailey2024-09-061-1/+1
| | | | | Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Adrov Igor <nucleartux@gmail.com>
* [Video] Handle push/pop on Android for autoplay (#5194)Hailey2024-09-061-1/+24
|
* Localize dates, counts (#5027)Eric Bailey2024-08-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | * refactor: consistent localized formatting * refactor: localized date time * refactor: localize relative time with strings * chore: fix typo from copy-paste * Clean up useTimeAgo * Remove old ago * Const * Reuse * Prettier --------- Co-authored-by: Mary <git@mary.my.id>
* Remove new_user_guided_tour and tour code (#5023)dan2024-08-293-35/+23
|
* Show quote posts (#4865)Samuel Newman2024-08-213-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Improve styles (#4916)Minseo Lee2024-08-113-105/+51
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Remove native_pwi_disabled (#4896)Eric Bailey2024-08-081-8/+1
| | | | | * Remove native_pwi_disabled * Remove search button