add: display warning in profile settings if your text contrast is horrible
This commit is contained in:
parent
434f2ba00d
commit
f867abcb34
5 changed files with 172 additions and 16 deletions
|
@ -19,7 +19,7 @@ tower-http = { version = "0.6.2", features = ["trace", "fs"] }
|
|||
axum = { version = "0.8.3", features = ["macros"] }
|
||||
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] }
|
||||
axum-extra = { version = "0.10.1", features = ["cookie", "multipart"] }
|
||||
ammonia = "4.0.0"
|
||||
ammonia = "4.1.0"
|
||||
tetratto-shared = { path = "../shared" }
|
||||
tetratto-core = { path = "../core", features = [
|
||||
"redis",
|
||||
|
@ -32,3 +32,4 @@ regex = "1.11.1"
|
|||
serde_json = "1.0.140"
|
||||
mime_guess = "2.0.5"
|
||||
cf-turnstile = "0.2.0"
|
||||
contrasted = "0.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue