diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e842c1..e05f4a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,14 @@ - Basque language (#1013) - Unit tests for ActivityPub (#1021) +- Move to action area after liking/boosting/commenting (#1074) ### Changed - Bump Rust to nightly 2022-01-26 (#1015) - Remove "Latest articles" timeline (#1069) - Change order of timeline tabs (#1069, #1070, #1072) -- Migrate ActivityPub-related crates from activitypub 0.1 to activitystreams 0.7 +- Migrate ActivityPub-related crates from activitypub 0.1 to activitystreams 0.7 (#1022) ### Fixed diff --git a/templates/posts/details.rs.html b/templates/posts/details.rs.html index a6674748..8ffd6ca8 100644 --- a/templates/posts/details.rs.html +++ b/templates/posts/details.rs.html @@ -78,7 +78,7 @@ @if ctx.2.is_some() {
-
+

@n_likes

@@ -89,7 +89,7 @@ }
-
+

@n_reshares

@@ -108,14 +108,14 @@ ))

-
-
+

@i18n!(ctx.1, "Comments")

@if ctx.2.is_some() { - + @(Input::new("warning", i18n!(ctx.1, "Content warning")) .default(&comment_form.warning) .error(&comment_errors) @@ -155,7 +155,7 @@ @if let Some(ref prev) = previous_comment { } - + }