[chore] Update + add fonts for additional scripts, use locally installed font if available (#3997)

* [chore] Update + add fonts for additional scripts, use locally installed font if available

* update comments
This commit is contained in:
tobi 2025-04-14 12:57:58 +02:00 committed by GitHub
commit a44065726c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
105 changed files with 656 additions and 62 deletions

View file

@ -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`}