mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-11 06:27:29 -06:00
[frontend] Better autocapitalize/spellcheck settings on forms (#3077)
This commit is contained in:
parent
5769722c58
commit
bbbf6ebe37
20 changed files with 205 additions and 38 deletions
|
|
@ -78,14 +78,21 @@ function ModerateAccount({ account }: { account: AdminAccount }) {
|
|||
>
|
||||
<h3 id="account-moderation-actions">Account Moderation Actions</h3>
|
||||
<div>
|
||||
Currently only the "suspend" action is implemented.<br/>
|
||||
Suspending an account will delete it from your server, and remove all of its media, posts, relationships, etc.<br/>
|
||||
If the suspended account is local, suspending will also send out a "delete" message to other servers, requesting them to remove its data from their instance as well.<br/>
|
||||
Currently only the "suspend" action is implemented.
|
||||
<br/>
|
||||
Suspending an account will delete it from your server,
|
||||
and remove all of its media, posts, relationships, etc.
|
||||
<br/>
|
||||
If the suspended account is local, suspending will also
|
||||
send out a "delete" message to other servers, requesting
|
||||
them to remove its data from their instance as well.
|
||||
<br/>
|
||||
<b>Account suspension cannot be reversed.</b>
|
||||
</div>
|
||||
<TextInput
|
||||
field={form.reason}
|
||||
placeholder="Reason for this action"
|
||||
autoCapitalize="sentences"
|
||||
/>
|
||||
<div className="action-buttons">
|
||||
<MutationButton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue