mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-29 20:33:33 -06:00
[chore] Update + add fonts for additional scripts, use locally installed font if available
This commit is contained in:
parent
c8a780e12a
commit
e190c3df88
105 changed files with 634 additions and 62 deletions
|
|
@ -122,6 +122,7 @@ export default function NewApp() {
|
|||
/>
|
||||
|
||||
<TextArea
|
||||
className="monospace"
|
||||
field={form.redirect_uris}
|
||||
label="Redirect URIs (optional, newline-separated entries)"
|
||||
placeholder={`https://example.org/my_cool_application`}
|
||||
|
|
@ -132,6 +133,7 @@ export default function NewApp() {
|
|||
/>
|
||||
|
||||
<TextInput
|
||||
className="monospace"
|
||||
field={form.scopes}
|
||||
label="Scopes (optional, space-separated entries)"
|
||||
placeholder={`read write push`}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue