Paul Frazee
816a48e975
Fix attrs
2024-03-10 13:14:15 -07:00
Paul Frazee
74f1495417
Avoid dups due to bad config
2024-03-10 13:14:08 -07:00
Paul Frazee
a40ebfa795
Merge branch '3p-moderators' of github.com:bluesky-social/social-app into 3p-moderators
2024-03-10 13:08:21 -07:00
Paul Frazee
c1b554a619
Update the default labeler avatar to a shield
2024-03-10 13:08:12 -07:00
Eric Bailey
0a1fad8332
Tweaks
2024-03-10 15:07:29 -05:00
Paul Frazee
8c4b9aebe2
Add special handling of the mod authorities
2024-03-10 12:47:20 -07:00
Paul Frazee
f0144e7439
Change how onboarding handles adult content enabled/disabled
2024-03-10 11:09:43 -07:00
Paul Frazee
d21f4d9c7f
Merge branch '3p-moderators' of github.com:bluesky-social/social-app into 3p-moderators
2024-03-10 10:45:51 -07:00
Eric Bailey
5566f586b5
Merge remote-tracking branch 'origin/main' into 3p-moderators
...
* origin/main:
Fix font styles on web (#3162 )
Fix `aria-label` on the Share button (#3159 )
Fix RSS URLs treated as internal (#3156 )
Poll Statsig for config changes (#3158 )
Fix missing check for invite code (#3157 )
Adjustments to ALF prompt buttons (Dialogs Pt. 2) (#3144 )
Make ALF prompt scrollable for accessibility (#3150 )
Fix reactivity of dialogs (Dialogs Pt. 1) (#3146 )
Refactor `PostDropdownBtn` to use new `Menu` (#3112 )
2024-03-10 12:43:29 -05:00
Eric Bailey
6f4556d479
Cleanup
2024-03-10 12:35:16 -05:00
Eric Bailey
db5749124f
Fix optimistic like
2024-03-10 12:31:21 -05:00
Paul Frazee
c7e20a4b3d
Rework the moderationlabelpref
2024-03-09 17:50:29 -08:00
Eric Bailey
7a02e9dcb5
Liked by screen
2024-03-09 19:29:46 -06:00
Eric Bailey
ee08469b4d
Remove focused overrides from toggles
2024-03-09 17:54:53 -06:00
Paul Frazee
af124516b3
Fix some colors
2024-03-09 15:39:59 -08:00
Paul Frazee
86de3d630a
Ditch tertiary button color, lighten secondary button
2024-03-09 15:32:44 -08:00
Paul Frazee
e0f93cb9e6
Fixes to the adult content age-gating in moderaiton
2024-03-09 15:27:09 -08:00
Paul Frazee
0bd52704da
Remove focus styles from buttons - let the browser behavior handle it
2024-03-09 15:11:14 -08:00
Paul Frazee
3030825a69
Move nudity out of the adult content control
2024-03-09 14:33:17 -08:00
Paul Frazee
fb05cffdd6
Switch 'gore' to 'graphic-media'
2024-03-09 13:35:00 -08:00
Paul Frazee
185c3d6ee1
Add test-environment mod authority
2024-03-09 13:25:22 -08:00
Alice
f6685419d8
Fix aria-label on the Share button ( #3159 )
...
It had the same one as the Like button for some reason
2024-03-09 13:07:56 -08:00
Paul Frazee
8862c1f540
Merge branch '3p-moderators' of github.com:bluesky-social/social-app into 3p-moderators
2024-03-09 12:47:36 -08:00
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
Eric Bailey
ed91041448
Design tweaks for mod pref dialog
2024-03-09 11:25:21 -06:00
Eric Bailey
594958c6dc
Fix RSS URLs treated as internal ( #3156 )
...
* Fix RSS URLs treated as internal
* Add utils to patch relative RSS external links
* modify router to support multiple paths
---------
Co-authored-by: Hailey <me@haileyok.com >
2024-03-09 10:35:23 -06:00
dan
aad8c080ed
Poll Statsig for config changes ( #3158 )
2024-03-08 16:29:31 -08:00
Hailey
7899a6fd09
Fix missing check for invite code ( #3157 )
2024-03-08 15:25:33 -08:00
Hailey
62e57c3b08
Adjustments to ALF prompt buttons (Dialogs Pt. 2) ( #3144 )
...
* Improve a11y on ios
* Format
* Remove android
* Fix android
* small adjustment to buttons in prompt
* full width below gtmobile
* Revert some changes
* use sharedvalue for `importantForAccessibility`
* add back `isOpen`
* fix some more types
* small adjustment to buttons in prompt
* full width below gtmobile
---------
Co-authored-by: Eric Bailey <git@esb.lol >
2024-03-08 14:43:28 -08:00
Hailey
8ee325e73d
Make ALF prompt scrollable for accessibility ( #3150 )
...
* make alf prompt scrollable
* padding
2024-03-08 14:31:50 -08:00
Hailey
0f9f08b1ef
Fix reactivity of dialogs (Dialogs Pt. 1) ( #3146 )
...
* Improve a11y on ios
* Format
* Remove android
* Fix android
* Revert some changes
* use sharedvalue for `importantForAccessibility`
* add back `isOpen`
* fix some more types
---------
Co-authored-by: Eric Bailey <git@esb.lol >
2024-03-08 14:31:24 -08:00
Eric Bailey
8f623c3bdf
Refactor PostDropdownBtn to use new Menu ( #3112 )
...
* Refactor PostDropdownBtn
(cherry picked from commit 0adf6cb75e3d4b7c1630cf6153c0d7e289e1b859)
* Update icons
(cherry picked from commit ac89ef9b28721c00736b1388455f3f5f092de0ad)
* Port over fixes
* fix scrollbar disappearing
* Try CSS solution
* Disable arrow for now
---------
Co-authored-by: Hailey <me@haileyok.com >
2024-03-08 14:45:59 -06:00
Eric Bailey
ca561de2d0
Tweaks to Labeler profile
2024-03-08 11:20:42 -06:00
Eric Bailey
1a9f6fcf73
Like button improvements
2024-03-08 11:01:15 -06:00
Eric Bailey
040e9bf63c
Swap in RichText
2024-03-08 10:47:16 -06:00
Eric Bailey
0b621d4f9c
Adjust font sizes
2024-03-08 10:35:06 -06:00
Eric Bailey
e88eaf2d16
Handle underage users on mod screen
2024-03-08 10:33:40 -06:00
Eric Bailey
7a7c234909
Remove deprecated global labels
2024-03-08 10:15:17 -06:00
Eric Bailey
c94999e3ce
Tweak adult setting styles
2024-03-08 10:13:35 -06:00
Eric Bailey
cb6674a69e
Add mutewords control back to Mod screen
2024-03-08 10:10:26 -06:00
Eric Bailey
db14378cff
Fix empty moderation page
2024-03-08 10:05:01 -06: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