Merge pull request #379 from cloudflare/improve-server-settings-ui

Improve server settings UI
pull/381/head
Sven Sauleau 2023-03-07 14:11:49 +01:00 zatwierdzone przez GitHub
commit 2f2c0e110e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
4 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ export default component$(() => {
const saveAction = action() const saveAction = action()
return ( return (
<Form action={saveAction} spaReset> <Form action={saveAction}>
<p class="mt-12 mb-9">Provide in-depth information about how the server is operated, moderated, funded.</p> <p class="mt-12 mb-9">Provide in-depth information about how the server is operated, moderated, funded.</p>
<div class="mb-12"> <div class="mb-12">

Wyświetl plik

@ -37,7 +37,7 @@ export default component$(() => {
const saveAction = action() const saveAction = action()
return ( return (
<Form action={saveAction} spaReset> <Form action={saveAction}>
<p class="mt-12 mb-9"> <p class="mt-12 mb-9">
Your server's branding differentiates it from other servers in the network. This information may be displayed Your server's branding differentiates it from other servers in the network. This information may be displayed
across a variety of environments, such as Mastodon's web interface, native applications, in link previews on across a variety of environments, such as Mastodon's web interface, native applications, in link previews on

Wyświetl plik

@ -63,7 +63,7 @@ export default component$(() => {
return ( return (
<> <>
<Form action={editActionObj} spaReset> <Form action={editActionObj}>
<p class="mt-12 mb-9"> <p class="mt-12 mb-9">
While most claim to have read and agree to the terms of service, usually people do not read through until While most claim to have read and agree to the terms of service, usually people do not read through until
after a problem arises. Make it easier to see your server's rules at a glance by providing them in a flat after a problem arises. Make it easier to see your server's rules at a glance by providing them in a flat