-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐴] Appeal form for disabled DMs #4126
Conversation
Your Render PR Server URL is https://social-app-pr-4126.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cp5rm5nsc6pc738p1ik0. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Let's just do something more accessible for the trigger
{convoState.convo?.muted && ( | ||
<> | ||
{' '} | ||
·{' '} | ||
<BellStroke size="xs" style={t.atoms.text_contrast_medium} /> | ||
</> | ||
)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heh nice
mostly a straight copy of
LabelsOnMeDialog
, although I improved the onSubmit action by usinguseMutation
and backported it toLabelsOnMeDialog