Commit Graph

3906 Commits

Author SHA1 Message Date
Hailey 8a1b22d5d6 web adjustments 2024-06-07 12:02:13 -07:00
Hailey 3a78c20616 adjust button on details 2024-06-07 11:53:20 -07:00
Hailey 07f548cb6c more copy edit 2024-06-07 11:45:47 -07:00
Hailey a306c32468 edit copy 2024-06-07 11:39:46 -07:00
Hailey 068a7f83f6 add entry hook for web 2024-06-07 10:59:46 -07:00
Hailey 070873ebbc add store 2024-06-07 10:51:49 -07:00
Hailey 49f1ef2218 add entry provider 2024-06-07 10:45:20 -07:00
Hailey 9dc39f51bf change wording 2024-06-07 10:41:14 -07:00
Hailey 09d8e0c089 add "joined this week" 2024-06-07 10:40:38 -07:00
Hailey b65074dc83 add screen transitions 2024-06-07 10:38:28 -07:00
Hailey b8e4863845 rm a log 2024-06-07 10:05:33 -07:00
Hailey e8a335ccc2 rm todo 2024-06-07 10:03:17 -07:00
Hailey 4275b6c710 types 2024-06-07 09:59:59 -07:00
Hailey 2de2e44ed6 hide lists tab correctly 2024-06-07 09:30:26 -07:00
Hailey a8dd1e1ae3 fix profiles map 2024-06-07 09:27:05 -07:00
Hailey 4ce7298d03 more typecheck 2024-06-07 01:15:47 -07:00
Hailey ce662afe15 typecheck 2024-06-07 01:15:37 -07:00
Hailey 81ac943450 use real data in landing 2024-06-07 01:00:00 -07:00
Hailey 48d2b17fd6 update nav routes 2024-06-06 23:36:10 -07:00
Hailey 9644e745e5 use real info on starter pack card 2024-06-06 23:23:52 -07:00
Hailey 146a0641d6 populate the real starter packs 2024-06-06 23:04:06 -07:00
Hailey 964dbf1fa2 Merge branch 'main' into starter-packs 2024-06-06 22:50:40 -07:00
Hailey fefae27396 scope enable/disable of keyboard controller in composer to only android (#4412) 2024-06-06 22:29:34 -07:00
Minseo Lee 2540616f43 Fix horizontal padding of tab within profile header (#3924)
Co-authored-by: Hailey <me@haileyok.com>
2024-06-06 21:41:03 -07:00
Hailey a4ab145c77 close dialog after saving qr code 2024-06-06 21:16:53 -07:00
Hailey ce651b1bb5 add delete starterpack mutation 2024-06-06 21:15:05 -07:00
Hailey 000e4abb2f add starter pack query 2024-06-06 21:09:01 -07:00
Hailey 2e51c48db3 filter out reference lists 2024-06-06 21:04:39 -07:00
Hailey e89a3270ea oops 2024-06-06 21:01:49 -07:00
Hailey 3ebdccfce2 add processing state to button 2024-06-06 20:59:31 -07:00
Hailey 2ea6501e6f fix writes 2024-06-06 19:06:28 -07:00
Hailey f680d04a4c Merge branch 'hailey/list-web-empty-component' into starter-packs 2024-06-06 16:25:28 -07:00
Hailey a19bfe5c8a don't render onEndReached or onStartReached Visibility if empty 2024-06-06 16:16:41 -07:00
Hailey b0315cb558 change header and footer to be in line with emptyComponent 2024-06-06 16:14:34 -07:00
Hailey 5b976972f5 add support for ListEmptyComponent, allow undefined data 2024-06-06 15:59:38 -07:00
Hailey e9c0bfa8e5 add query 2024-06-06 15:36:57 -07:00
Hailey e3cec97385 upgrade to RC api 2024-06-06 14:20:34 -07:00
Hailey 90fd15ce42 merge in main 2024-06-06 14:17:54 -07:00
Paul Frazee bd1e6fced9 1.85.1 1.85.1 2024-06-06 12:18:08 -07:00
Hailey 885ad2c756 disable keyboard controller in the composer screen (#4399)
* disable keyboard controller in the composer screen

* add comment

* oops

* destructure

* rename to keyboard context for clarity

* move destructure

* cleanup
2024-06-06 12:15:36 -07:00
Paul Frazee fef16e060f Fix notifications pagination on web (#4400)
* Fix notifications pagination on web

* Preserve larger threshold on native
2024-06-06 12:10:50 -07:00
dan ac25e43bef Patch Expo Modules for Android crash (#4398)
* Patch Expo Modules for Android crash

* rm intermediaries, add a readme

---------

Co-authored-by: Hailey <me@haileyok.com>
2024-06-06 11:21:38 -07:00
Hailey 094c08ea60 Revert "Change Android's MainActivity launchMode to singleTop" (#4397)
* Revert "Change Android's MainActivity launchMode to singleTop (#4255)"

This reverts commit 65ad16e394.

* Update bundle-deploy-eas-update.yml

---------

Co-authored-by: dan <dan.abramov@gmail.com>
2024-06-06 19:08:20 +01:00
dan 559764156d Fix tall image lightbox on Android (#4393) 2024-06-06 15:13:53 +01:00
dan 3801932902 Fix prettier (#4392) 2024-06-06 15:00:05 +01:00
Hailey 72f46ed734 cancel animations before updating value for min-shell animation (#4386)
* cancel animations before updating value

* comment
2024-06-06 14:28:02 +01:00
Samuel Newman 85e676257e Composer - make sure android keyboard opens (#4390)
* keep trying to open keyboard until it's open

* limit number of retries

* keep the original 50ms one as well

* Proper fix!

* disable autoFocus if not visible

* Reset derived state

* Revert "Reset derived state"

This reverts commit 71f57391ae.

* Use derived state pattern

* Rename for clarity

---------

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2024-06-06 14:21:22 +01:00
dan 48796449ea Switch to withSpring to work around Reanimated regression (#4391) 2024-06-06 14:17:26 +01:00
Hailey e607f45b43 rework wizard 2024-06-06 00:45:26 -07:00
Hailey 371a1b84e5 add props 2024-06-05 23:59:38 -07:00