add: slightly more advanced theming

add: profile "before you view" warning
This commit is contained in:
trisua 2025-04-11 18:08:51 -04:00
parent 52ac144953
commit 2ec7e54a8e
20 changed files with 790 additions and 153 deletions

View file

@ -198,7 +198,7 @@ impl Default for PostContext {
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct RepostContext {
/// Should be `false` is `repost_of` is `Some`.
/// Should be `false` is `reposting` is `Some`.
///
/// Declares the post to be a repost of another post.
pub is_repost: bool,