From b8b0ef7f2152c50ce86352a795c5933ae52010e1 Mon Sep 17 00:00:00 2001 From: trisua Date: Sun, 18 May 2025 14:47:24 -0400 Subject: [PATCH] add: user settings following page add: comments to be seen by owner of the post they're on (even if the owner is private) --- .../app/src/public/html/profile/settings.html | 81 ++++++++++++++++++- crates/app/src/routes/pages/communities.rs | 23 +++++- crates/app/src/routes/pages/profile.rs | 15 ++++ crates/core/src/database/posts.rs | 42 +++++++++- 4 files changed, 154 insertions(+), 7 deletions(-) diff --git a/crates/app/src/public/html/profile/settings.html b/crates/app/src/public/html/profile/settings.html index 47a34ad..a86fe69 100644 --- a/crates/app/src/public/html/profile/settings.html +++ b/crates/app/src/public/html/profile/settings.html @@ -44,12 +44,23 @@ {{ text "settings:tab.security" }} + + {{ icon "rss" }} + {{ text "auth:label.following" }} + + {{ icon "shield" }} {{ text "settings:tab.blocks" }} - + {{ icon "image-up" }} {{ text "settings:tab.uploads" }} @@ -357,6 +368,74 @@ + +