From 66d8ff02030e008e40cc69062394d0ffefe6aae8 Mon Sep 17 00:00:00 2001 From: enki Date: Tue, 19 May 2026 23:51:31 -0700 Subject: [PATCH] Rewrite UI text to be more plain and human --- src/ui/settings.rs | 100 +++++++++++++++++++-------------------------- 1 file changed, 43 insertions(+), 57 deletions(-) diff --git a/src/ui/settings.rs b/src/ui/settings.rs index dfa96e2..89056e7 100644 --- a/src/ui/settings.rs +++ b/src/ui/settings.rs @@ -72,7 +72,7 @@ async fn render(state: &AppState, params: &PageParams) -> anyhow::Result -
Network / Proxy restart required
+
Proxy needs restart
{proxy_radios}
@@ -104,7 +104,7 @@ async fn render(state: &AppState, params: &PageParams) -> anyhow::Result -
Relays restart required
+
Relays needs restart
{relay_rows}
@@ -122,17 +122,17 @@ async fn render(state: &AppState, params: &PageParams) -> anyhow::Result -
Curation & Trust
+
Trust
-
- Only index publishers in my follow graph + Only index posts from people I follow
-
@@ -166,11 +166,11 @@ async fn render(state: &AppState, params: &PageParams) -> anyhow::Result -
Ingest restart required
+
History needs restart
-
@@ -190,7 +190,7 @@ async fn render(state: &AppState, params: &PageParams) -> anyhow::Result