Commit graph

1751 commits

Author SHA1 Message Date
Igor Shevchenko
b2d4771b5f
chore: fix typos in testing.md () 2023-10-30 20:40:30 -07:00
Eric Bailey
ddf0a1cced
Filter non-self threads from profile view () 2023-10-30 20:40:06 -07:00
Paul Frazee
40752982da Merge branch 'main' of https://github.com/haideralipunjabi/social-app into main 2023-10-30 19:26:23 -07:00
Leo Lamprecht
68c809b09a
Use more beautiful title separator () 2023-10-30 19:25:19 -07:00
Pouria Delfanazari
21f7a2a247
Allow back navigation to home on profile header ()
Navigate back to home if there is no navigation history.
2023-10-30 19:23:41 -07:00
Paul Frazee
97ce9a73d2 Merge branch 'main' of github.com:bluesky-social/social-app into main 2023-10-30 19:18:34 -07:00
Paul Frazee
33ea9ccef7 Merge branch 'Tanza3D-improve-post-button' into main 2023-10-30 19:18:24 -07:00
Paul Frazee
33a87ca22e Yep, one pixel 2023-10-30 19:18:02 -07:00
dan
ef1d6ee490
Log time to first paint ()
* Log time to first paint

* Fix TS
2023-10-31 02:07:14 +00:00
Paul Frazee
1eb623ee2f Merge branch 'improve-post-button' of https://github.com/Tanza3D/social-app into Tanza3D-improve-post-button 2023-10-30 18:54:29 -07:00
Paul Frazee
d5c7b8ceb8 Merge branch 'main' of github.com:bluesky-social/social-app into main 2023-10-30 18:07:33 -07:00
Paul Frazee
bae429202a Merge branch 'liby-fix/step2-waitlist-link-accessibility' into main 2023-10-30 18:06:58 -07:00
Paul Frazee
0747193977 Fix a11y prop 2023-10-30 18:06:31 -07:00
dan
4a4106ba45
Don't inline-require Babel runtime helpers () 2023-10-31 00:59:00 +00:00
Paul Frazee
2577cbf252 Merge branch 'fix/step2-waitlist-link-accessibility' of https://github.com/liby/social-app into liby-fix/step2-waitlist-link-accessibility 2023-10-30 17:50:44 -07:00
Paul Frazee
9f33badfff Merge branch 'main' of github.com:bluesky-social/social-app into main 2023-10-30 17:50:31 -07:00
Paul Frazee
e18e7ce34a Merge branch 'liby-bugfix/desktop-web-text-link-media-query-issue' into main 2023-10-30 17:45:07 -07:00
Paul Frazee
9826e7c7b9 Rename component to match new behavior 2023-10-30 17:44:58 -07:00
dan
515c9d5529
Don't compile Hermes-supported features with Babel ()
* Don't transpile Hermes-supported features

* Disable the object spread plugin

We're using Hermes, and Hermes supports object spread.
We can remove this patch when we upgrade Expo because it'll be conditional there.
2023-10-31 00:23:01 +00:00
Paul Frazee
871ded193c Merge branch 'bugfix/desktop-web-text-link-media-query-issue' of https://github.com/liby/social-app into liby-bugfix/desktop-web-text-link-media-query-issue 2023-10-30 17:11:17 -07:00
Paul Frazee
e1dcedd87e Merge branch 'elijah-wright-patch-1' into main 2023-10-30 17:08:15 -07:00
Paul Frazee
1acf4969c5 Fix lint 2023-10-30 17:08:07 -07:00
Paul Frazee
dbbd71c6d0 Merge branch 'patch-1' of https://github.com/elijah-wright/social-app into elijah-wright-patch-1 2023-10-30 17:03:34 -07:00
dan
84ee64025f
Let Metro handle import/export instead of Babel ()
* Let Metro handle import/export instead of Babel

* Keep using Babel for ESM->CJS in tests
2023-10-30 21:54:23 +00:00
Paul Frazee
6c11c0b81d 1.55 2023-10-30 09:58:58 -07:00
dan
7ebf1ed371
Initialize screen modules lazily ()
* Initialize screen modules lazily

* Use getComponent (thanks @ecreeth for the tip)
2023-10-27 19:06:28 +01:00
dan
53afafb04f
Remove redundant linking listeners () 2023-10-26 21:05:48 -07:00
dan
3e5a64b454
Fix white flash on startup () 2023-10-27 04:06:40 +01:00
dan
46f3265936
Enable inline requires () 2023-10-26 17:54:15 -07:00
Paul Frazee
a1a61ef2e5 Merge branch 'main' of github.com:bluesky-social/social-app into main 2023-10-26 10:40:35 -07:00
Ansh
927cee18d9
Update Analytics () 2023-10-26 08:37:14 -07:00
Haider Ali Punjabi
7fa0708e0e Added show more for long posts 2023-10-26 19:38:39 +05:30
Ansh
c13b6946ba
1721 Update support link ()
* change support page copy

* fix grammar
2023-10-25 10:00:46 -07:00
Ansh
ee80cae75f
add scroll indicator on web to profile suggested follows card () 2023-10-25 09:54:52 -07:00
Ansh
1781b3aab7
allow enter key to trigger waitlist signup () 2023-10-25 09:54:04 -07:00
elliot
3426b24f67
Fixed CropImage modal aspect ratio buttons visibility in dark mode () 2023-10-25 09:41:56 -07:00
dan
4a4be1de1a
Remove MobX from Link ()
* Remove MobX from Link

* Keep memo() though

We previously had observer() apply it automatically, so re-add it
2023-10-25 08:47:21 -07:00
dan
32fbb9dba7
Simplify the avatar component ()
* Copypaste UserAvatar to EditableUserAvatar

* Swap usages with onSelectNewAvatar to EditableUserAvatar

* Split prop types into UserAvatarProps and EditableUserAvatarProps

* Remove dead branches from EditableUserAvatar

* Remove dead branches from UserAvatar
2023-10-25 04:57:34 +01:00
dan
c6e28f88e5
Fix four gallery images for Firefox () 2023-10-18 15:08:12 -04:00
Tanza3D
db0de651ba Fix wonky comment 2023-10-18 14:14:45 +01:00
Tanza3D
6848ade046 Shrink to 16 again 2023-10-18 13:53:55 +01:00
Tanza3D
de94acb6c8 Improve New Post button 2023-10-18 13:53:00 +01:00
Bryan Lee
78b374b43d
Improved accessibility and interaction for waitlist Link in Step2 component 2023-10-15 06:26:56 +08:00
Paul Frazee
01e25c912c 1.54 2023-10-14 10:32:11 -07:00
Ansh
8e9cf182c2
Performance optimization ()
* upgrade sentry to support profiling monitoring

* remove console logs in production builds

* feeds tab bar and bottom bar animation centralized

* refactor FeedPage out of Home

* add script to start in production mode

* move FAB inner to reanimated

* move FABInner back to `Animated` RN animation

* add perf commands

* add testing with Maestro and perf with Flashlight

* fix merge conflicts

* fix resourceClass name in eas.json

* fix onEndReachedThreshold in Feed

* memoize styles

* go back to old styling for LoadLatestBtn

* remove reanimated code from useMinimalShellMode

* move shell animations to hook/reanimated for perf

* fix empty state issue

* make shell animation feel smoother

* make shell animation more smooth

* run animation with autorun

* specify keys for tab bar properly

* remove comments

* remove already imported dep

* fix lint

* add testing instructions

* mock sentry-expo for jest

* fix jest mocks

* Fix the load-latest button on desktop and tablet

* Fix: don't move the FAB in tablet mode

* Fix type error

* Fix tabs bar positioning on tablet

* Fix types

---------

Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2023-10-13 18:54:35 -07:00
dan
9042f503c2
Scope drawer drag workaround to feed pagers () 2023-10-13 15:15:36 -07:00
dan
abfd9a8c0b
Toggle lightbox controls on tap ()
* Make the lightbox controls animation smoother

* Toggle controls on tap

* Disable pointer events when hidden
2023-10-13 20:10:27 +01:00
dan
f447eaa669
Fix profile preview jump ()
* Add top inset for profile preview to match target screen

* Avoid flicker by waiting for profile screen navigation

* Fix glimmer to align with the content

* A more reliable (but non-scientific) fix for the flash

* Lower the timeout
2023-10-13 20:10:15 +01:00
dan
d5ccbd76d5
Disable events on hidden bars () 2023-10-13 15:29:50 +01:00
dan
eba9f8a166
Fix profile layout shift () 2023-10-13 15:25:16 +01:00