mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-31 23:12:25 -05: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
|
|
@ -66,9 +66,11 @@ export default function DomainPermissionsOverview() {
|
|||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
<h1>Domain {permTypeUpper}s</h1>
|
||||
{ permType == "block" ? <BlockHelperText/> : <AllowHelperText/> }
|
||||
<div className={`domain-${permType}`}>
|
||||
<div className="form-section-docs">
|
||||
<h1>Domain {permTypeUpper}s</h1>
|
||||
{ permType == "block" ? <BlockHelperText/> : <AllowHelperText/> }
|
||||
</div>
|
||||
<DomainPermsList
|
||||
data={data}
|
||||
permType={permType}
|
||||
|
|
@ -77,7 +79,7 @@ export default function DomainPermissionsOverview() {
|
|||
<Link to={`~${baseUrl}/import-export`}>
|
||||
Or use the bulk import/export interface
|
||||
</Link>
|
||||
</>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue