Samuel Newman
|
ae3864f9e2
|
revert some incorrect changes that creeped in
|
2024-04-10 13:49:09 +01:00 |
|
Hailey
|
fcbc63045c
|
revert some lints
|
2024-04-10 13:46:08 +01:00 |
|
Hailey
|
e5e5903669
|
revert some lints
|
2024-04-10 13:44:52 +01:00 |
|
Hailey
|
3c61c1b781
|
revert some lints
|
2024-04-10 13:43:33 +01:00 |
|
Hailey
|
e4b7e95ea7
|
cleanup lints that happened to test files
|
2024-04-10 13:40:36 +01:00 |
|
Samuel Newman
|
306c38df26
|
fix feed being hidden under header
|
2024-04-10 13:40:33 +01:00 |
|
Samuel Newman
|
4c78fd80f5
|
exempt native tablet from desktop tabbar style
|
2024-04-10 13:39:05 +01:00 |
|
Paul Frazee
|
00827c713c
|
Fix some bugs in tablet mode
|
2024-04-10 13:38:32 +01:00 |
|
Samuel Newman
|
93cba630ca
|
fix loggedout layout
|
2024-04-10 13:38:03 +01:00 |
|
Samuel Newman
|
a6f0dbc3f5
|
hide emoji picker
|
2024-04-10 13:38:03 +01:00 |
|
Samuel Newman
|
5d8a302880
|
fix load latest btn position
|
2024-04-10 13:38:03 +01:00 |
|
Samuel Newman
|
3fe97aab66
|
fix fab position
|
2024-04-10 13:38:03 +01:00 |
|
Samuel Newman
|
119da2cf43
|
fix feed being hidden under header
|
2024-04-10 13:38:03 +01:00 |
|
Samuel Newman
|
2ec6d662d9
|
exempt native tablet from desktop tabbar style
|
2024-04-10 13:38:00 +01:00 |
|
Samuel Newman
|
47b21dbce2
|
set max width on signin buttons
|
2024-04-10 13:36:30 +01:00 |
|
Paul Frazee
|
f5ed391146
|
Fix some bugs in tablet mode
|
2024-04-10 13:36:30 +01:00 |
|
Hailey
|
4d83452a92
|
Revert "prettier again"
This reverts commit a023aec017f54fe688931151e236ca2e9431ab41.
|
2024-04-10 13:21:20 +01:00 |
|
Paul Frazee
|
0bbfe966d8
|
Fix some bugs in tablet mode
|
2024-04-10 13:19:18 +01:00 |
|
Paul Frazee
|
98c7278867
|
Add tablet detection
|
2024-04-10 13:19:18 +01:00 |
|
Paul Frazee
|
106e494b8b
|
Enable tablet mode
|
2024-04-10 13:19:18 +01:00 |
|
Samuel Newman
|
a49a5a351d
|
Use ALF for the embed consent modal (#3336)
|
2024-04-09 00:58:18 +01:00 |
|
Eric Bailey
|
2bc20b1752
|
Onboarding tweaks (#3447)
* Remove feed
* Follow bsky.app
|
2024-04-08 14:32:00 -05:00 |
|
dan
|
6d3f9397f4
|
[Experiment] Ignore the persisted tab (#3442)
|
2024-04-08 18:39:32 +01:00 |
|
dan
|
f03390e4b2
|
[Experiment] Show "Follow Back" label (#3439)
|
2024-04-08 18:38:59 +01:00 |
|
dan
|
887fedabea
|
[Statsig] Track like/follow metadata (#3435)
* Track becoming mutuals
* Track poster/liker status
* Track post and followee clout
* Track follower and liker clout
* Extract utility
|
2024-04-08 18:38:51 +01:00 |
|
dan
|
8188f61e7d
|
[Experiment] Turn off interval polling for Discover (#3431)
* Include feed URL in feed events
* [Experiment] Turn off polling interval for Discover
|
2024-04-08 17:21:44 +01:00 |
|
dan
|
1150007d37
|
Auto-expand follow suggestions on web (#3432)
|
2024-04-08 17:20:58 +01:00 |
|
dan
|
ed5647d434
|
[Experiment] Disable min shell on foregrounding (#3430)
|
2024-04-08 17:20:41 +01:00 |
|
Hailey
|
731d94b973
|
Implement back button fix for all places in the app (#3434)
|
2024-04-08 09:09:40 -07:00 |
|
Hailey
|
a1ac84687f
|
Keep each deployment job in a separate concurrency group (#3446)
|
2024-04-08 08:54:50 -07:00 |
|
Hailey
|
00076ad1ff
|
Bump async-storage to comply with App Store guidelines (#3436)
|
2024-04-08 08:24:59 -07:00 |
|
Hailey
|
a6babaceaf
|
adjust app.config.js to prevent development manifest error (#3413)
|
2024-04-05 13:29:54 -07:00 |
|
Hailey
|
cd29dba761
|
fix dialog back button for android (#3428)
* fix types
* remove unused async
* add try/catch
|
2024-04-05 12:52:53 -07:00 |
|
Hailey
|
c80dcc565e
|
only run labelers for core team (#3426)
* use `pull_request_target` instead of `pull_request`
* adjust
* only run for core team
|
2024-04-05 08:58:28 -07:00 |
|
Hailey
|
443dfb5c3e
|
prevent deployment race conditions (#3416)
|
2024-04-05 08:27:22 -07:00 |
|
dan
|
46c112edfd
|
Enforce that text is wrapped in <Text>, remaining cases (#3421)
* Toggle.Button -> Toggle.ButtonWithText
* Simplify Prompt.Cancel/Action
* Move lines down for better diff
* Remove ButtonWithText
* Simplify types
* Enforce Button/ButtonText nesting
* Add suggested wrapper in linter error
* Check <Trans> ancestry too
* Also check literals
* Rm ts-ignore
|
2024-04-05 15:09:35 +01:00 |
|
dan
|
49266c355e
|
Remove special cases for some buttons with text (#3412)
* Toggle.Button -> Toggle.ButtonWithText
* Simplify Prompt.Cancel/Action
* Move lines down for better diff
* Remove ButtonWithText
* Simplify types
|
2024-04-05 14:57:53 +01:00 |
|
Hailey
|
9b087b721d
|
Lint and check types before building (#3424)
|
2024-04-04 23:15:59 -07:00 |
|
Hailey
|
40ccb574b8
|
properly import linear gradient (#3423)
|
2024-04-05 06:03:14 +01:00 |
|
Hailey
|
9bcb0a7a81
|
migrate to expo-linear-gradient (#3420)
* replace packages
* rm useless alias from webpack config
* fix accidental double commit
* replace all usages
|
2024-04-04 21:22:13 -07:00 |
|
Hailey
|
4e59914d2a
|
migrate to 'expo-haptics' (#3418)
* migrate to 'expo-haptics'
* run yarn install twice if necessary
|
2024-04-04 21:19:38 -07:00 |
|
Hailey
|
cddbbc4bd4
|
migrate to expo-application (#3417)
* migrate to `expo-application`
* replace additional usage
|
2024-04-04 21:19:28 -07:00 |
|
Hailey
|
0433f8ad68
|
migrate to expo-clipboard (#3419)
* replace package
* replace usages
|
2024-04-04 21:19:15 -07:00 |
|
Hailey
|
101d1589bf
|
Bump some Expo package, remove unused packages to prepare for migration (#3415)
* bump some package versions
* remove completely unused packages
* remove blurview
* update yarn.lock
|
2024-04-04 18:30:32 -07:00 |
|
Samuel Newman
|
93b606e55a
|
Use CSS keyframe animation for spinner on web (#3411)
* Use css keyframe animation for spinner on web
* duplicate css to index.html
|
2024-04-04 23:18:06 +01:00 |
|
dan
|
575f390d7b
|
Fix false positive DEV check (#3410)
|
2024-04-04 22:54:18 +01:00 |
|
Hailey
|
2e048706e9
|
fix comments on prs (#3406)
* fix comments on prs
* remove labels
* remove test
|
2024-04-04 13:52:38 -07:00 |
|
dan
|
3915bb4316
|
Enforce Text suffix for Text-rendering components (#3407)
* Rm unused
* Add Text suffix to Title/Description
* Add Text suffix to text components
* Add Text suffix to props
* Validate Text components returns
|
2024-04-04 21:34:55 +01:00 |
|
Hailey
|
c190fd58ec
|
replace deprecated term with q in search actor (#3405)
|
2024-04-04 11:13:11 -07:00 |
|
dan
|
b783745b2e
|
Extract query key roots to constants (#3404)
* Extract query key roots to constants
* Dedupe labelers-detailed-info
* Align naming
|
2024-04-04 18:57:38 +01:00 |
|