New unlogged homepage
With fancy illustrations ✨ Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -133,6 +133,7 @@ export const ADMIN_SETTINGS_FRAGMENT = gql`
|
||||
instanceName
|
||||
instanceDescription
|
||||
instanceLongDescription
|
||||
instanceSlogan
|
||||
contact
|
||||
instanceTerms
|
||||
instanceTermsType
|
||||
@@ -160,6 +161,7 @@ export const SAVE_ADMIN_SETTINGS = gql`
|
||||
$instanceName: String
|
||||
$instanceDescription: String
|
||||
$instanceLongDescription: String
|
||||
$instanceSlogan: String
|
||||
$contact: String
|
||||
$instanceTerms: String
|
||||
$instanceTermsType: InstanceTermsType
|
||||
@@ -175,6 +177,7 @@ export const SAVE_ADMIN_SETTINGS = gql`
|
||||
instanceName: $instanceName
|
||||
instanceDescription: $instanceDescription
|
||||
instanceLongDescription: $instanceLongDescription
|
||||
instanceSlogan: $instanceSlogan
|
||||
contact: $contact
|
||||
instanceTerms: $instanceTerms
|
||||
instanceTermsType: $instanceTermsType
|
||||
|
||||
@@ -5,6 +5,7 @@ export const CONFIG = gql`
|
||||
config {
|
||||
name
|
||||
description
|
||||
slogan
|
||||
registrationsOpen
|
||||
registrationsAllowlist
|
||||
demoMode
|
||||
|
||||
@@ -11,6 +11,7 @@ export const GET_TODO = gql`
|
||||
actor {
|
||||
id
|
||||
preferredUsername
|
||||
domain
|
||||
name
|
||||
}
|
||||
title
|
||||
|
||||
Reference in New Issue
Block a user