From e65fc34dd57b1e697f7f28201ec182b2e85a23ef Mon Sep 17 00:00:00 2001 From: Pouria Delfanazari Date: Wed, 6 May 2026 15:17:30 -0700 Subject: [PATCH] feat: feed settings descriptions --- .../FeedSettingsContainer.tsx | 37 ++++++++++++++++--- 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/src/webapp/features/settings/containers/feedSettingsContainer/FeedSettingsContainer.tsx b/src/webapp/features/settings/containers/feedSettingsContainer/FeedSettingsContainer.tsx index 4725c836..b5ac876a 100644 --- a/src/webapp/features/settings/containers/feedSettingsContainer/FeedSettingsContainer.tsx +++ b/src/webapp/features/settings/containers/feedSettingsContainer/FeedSettingsContainer.tsx @@ -51,7 +51,14 @@ export default function FeedSettingsContainer() { - Source + + Source + + Where activity comes from. Semble can show data from other AT + Protocol apps that use compatible lexicons + + + - Feed + + Feed + + Global shows activity from all accounts, while following only + shows people you follow + + updateSetting('feedView', value as FeedView)} @@ -96,7 +109,12 @@ export default function FeedSettingsContainer() { - Activity Type + + Activity Type + + Show all activity, or narrow to just new cards or connections + + @@ -125,7 +143,13 @@ export default function FeedSettingsContainer() { - Card Type + + Card Type + + Filter cards by content type + + +