Paul Frazee
68d4d4142c
Update mutewords and hiddenposts to use the new sdk
2024-03-09 12:45:26 -08:00
Paul Frazee
2f8573b339
Switch moderation UIs to tertiary color
2024-03-09 11:08:40 -08:00
Paul Frazee
944d4c6a82
Add tertiary button color
2024-03-09 11:08:18 -08:00
Paul Frazee
6ac4b6be5c
Fix missing postAuthor
2024-03-07 23:05:04 -08:00
Paul Frazee
05f3be04b3
Merge branch 'main' into 3p-moderators
2024-03-07 23:02:14 -08:00
dan
dd86d0964d
Enable gating and experimentation on native, send init event ( #3149 )
...
* Add the mobile fork
* Add init event
2024-03-08 04:33:42 +00:00
Hailey
31826633cb
rm waitlist modal, button during sign up ( #3148 )
2024-03-07 20:14:24 -08:00
dan
c8e0fa9c97
Mark bundle start time on web ( #3147 )
...
* Mark bundle start time on web
* TS
2024-03-08 04:13:36 +00:00
Paul Frazee
b37c3adac3
Handle global moderation label prefs with the global settings
2024-03-07 17:58:09 -08:00
Paul Frazee
249eb46343
Use the default setting of custom labels
2024-03-07 17:49:15 -08:00
Paul Frazee
42a6b80399
Add adult-content-enabled behavior to label config
2024-03-07 17:47:09 -08:00
Paul Frazee
59d5c8ecc0
Update to use new sdk updates
2024-03-07 16:16:53 -08:00
Paul Frazee
b951bacdff
Update nudity descriptions
2024-03-07 16:01:02 -08:00
Eric Bailey
e21b72ee8b
Replace non-single-path SVG
2024-03-07 14:35:11 -06:00
Eric Bailey
94312ac8ed
Bit of ReportDialog cleanup
2024-03-07 14:29:44 -06:00
Eric Bailey
b6bf57fca7
Some work on Likes dialog, needs discussion
2024-03-07 14:05:53 -06:00
Eric Bailey
2826483fb9
Improve types of RQ
2024-03-07 13:15:46 -06:00
Eric Bailey
7d80e5db54
Fix lint errors
2024-03-07 13:00:03 -06:00
Eric Bailey
a2db4d6098
Fix type errors
2024-03-07 11:40:53 -06:00
Hailey
1cf49517b5
Allow all encoding for hashtags in URL ( #3131 )
2024-03-07 09:04:02 -08:00
Hailey
8b0e575f64
Adjust FlatList performance in main feeds ( #3134 )
...
* adjust flatlist perf settings
* calculate initial num to render based on screen height
* adjust window size
* don't react to screen height changes
2024-03-06 15:33:23 -08:00
Hailey
357b61d0a5
version bump (wait for release) ( #3095 )
2024-03-06 15:24:37 -08:00
Paul Frazee
38b217458a
Enforce limit of ten labeler subscriptions
2024-03-06 12:43:01 -08:00
Hailey
d5b0a33ae3
Run extract and compile when building for web ( #3132 )
2024-03-06 12:27:49 -08:00
Paul Frazee
aa70d0e2ef
Update onboarding
2024-03-06 11:50:55 -08:00
Hailey
800eecbfe4
fix internal links showing up as external pt2 ( #3129 )
...
* fix internal links showing up as external pt2
* fix internal links showing up as external pt2
2024-03-06 11:40:10 -08:00
Hailey
4e6020b88c
fix internal links showing up as external ( #3128 )
...
* fix internal links showing up as external
* fix internal links showing up as external
2024-03-06 11:34:48 -08:00
Hailey
2d9a5db967
Switch date picker libraries ( #3126 )
...
* Revert other base PR changes, switch date picker library
rm expo-linear-gradient
Revert "remove unused packages, switch to `expo-linear-gradient`"
This reverts commit 20a0ffcf
Revert "upgrade expo deps"
This reverts commit a43dca92ca .
Revert other library changes
This reverts commit 5219f66e
Revert "re-add normalize-url"
This reverts commit 654019c4ba .
Revert "add `expo-haptics`"
This reverts commit ff3a0399b1 .
Revert "add `expo-clipboard`"
This reverts commit 440ae91632 .
Revert "add `expo-file-system`"
This reverts commit c0fe0c9453 .
fix android alf
use modal on android
migrate to `react-native-date-picker`
rm `@reactnativecommunity/datetimepicker`
add `react-native-date-picker`
add `expo-file-system`
add `expo-clipboard`
add `expo-haptics`
re-add normalize-url
rm blur view
upgrade expo deps
remove unused packages, switch to `expo-linear-gradient`
* rm old library
* Use UTC for dates
---------
Co-authored-by: Eric Bailey <git@esb.lol >
2024-03-06 13:13:03 -06:00
Hailey
b8f36a8bca
Fix double border on web hashtag list ( #3091 )
...
* add `topBorder` to Views.tsx
* fix double border
2024-03-06 11:02:48 -08:00
Paul Frazee
c5872f6644
Get report flow working again with temporarily fixed report options
2024-03-06 10:43:08 -08:00
Jake Gold
7a592d8140
bskyweb: remove waitlist email endpoint ( #3127 )
2024-03-06 10:33:41 -08:00
Eiichi Yoshikawa
f61d1e1f94
Apply notification icon settings of FCM on Android ( #3113 )
...
Co-authored-by: Hailey <me@haileyok.com >
2024-03-06 10:24:08 -08:00
dan
5b8d116e33
By default, hide replies to people you don't follow in the Following feed ( #3124 )
...
* Show replies from followed by default
* Update @atproto/api
2024-03-06 17:27:59 +00:00
dan
2e0f806441
Fix jumpy moderation icon on desktop ( #3125 )
2024-03-06 16:12:37 +00:00
Paul Frazee
a1fe034c2e
Implement the label appeal flow
2024-03-06 00:17:09 -08:00
dan
eb298d2e60
Initial feature gating and A/B testing integration ( #3122 )
...
* Add statsig dependency
* Add SDK provider
* Move to separate file, add tier and hashing
* Disable local storage for now
* Add initial gate testing fixture
* Fork for web just in case
* More WIP
* wip
* Rm test gate
* Add shim on native
* Clarify
2024-03-06 05:55:34 +00:00
Eiichi Yoshikawa
26fc0cf66d
Improve splash display on android ( #3105 )
...
* Set window background during startup on android
* Set statusbar color to transparent and fine-tune it
2024-03-05 21:28:27 -08:00
Paul Frazee
26a338f586
Fix likes dialog on mobile
2024-03-05 21:27:47 -08:00
Paul Frazee
5100c6b93b
Cleanup
2024-03-05 21:18:07 -08:00
Paul Frazee
019cc9dd7e
Fix: remove text outside of text element
2024-03-05 21:18:01 -08:00
Paul Frazee
a610ce875f
Implement Likes dialog
2024-03-05 20:46:39 -08:00
Paul Frazee
2a7af0b8c0
Small cleanup
2024-03-05 19:15:46 -08:00
Eric Bailey
317e0cda7a
Add Menu component ( #3097 )
...
* Add POC menu abstraction
* Better platform handling
* Remove ignore
* Add some menu items
* Add controlled dropdown
* Pass through a11y props
* Ignore uninitialized context
* Tweaks
* Usability improvements
* Rename handlers to props
* Add radix comment
* Ignore known type
* Remove todo
* Move storybook item
* Improve Group matching
* Adjust theming
2024-03-05 21:15:42 -06:00
Hailey
e721f84a2c
add newArchEnabled: false flag to app.config.js ( #3115 )
2024-03-05 18:55:23 -08:00
Hailey
57854e6fc2
use onClose instead of onChange for close callback ( #3116 )
2024-03-05 16:55:20 -08:00
Paul Frazee
a84e264dae
Implement label handling
2024-03-05 16:18:49 -08:00
Paul Frazee
e794e84b48
Add asyncstorage query persistence
2024-03-05 11:34:28 -08:00
dan
20b88f43e2
Hide feeds topbar on scroll ( #3108 )
2024-03-05 16:45:08 +00:00
Paul Frazee
14a99cf3fc
Get moderation screen working
2024-03-04 23:03:19 -08:00
Paul Frazee
a4ad364781
Rework label pref ui
2024-03-04 22:02:18 -08:00