From 7647e724bc8800faf91c1dccf72a87ae6982565d Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 6 Jul 2021 21:12:37 -0600 Subject: [PATCH 1/3] Update RemotePost.vue, fix content warning button --- resources/assets/js/components/RemotePost.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/assets/js/components/RemotePost.vue b/resources/assets/js/components/RemotePost.vue index 775871541..ff6806bb0 100644 --- a/resources/assets/js/components/RemotePost.vue +++ b/resources/assets/js/components/RemotePost.vue @@ -46,7 +46,7 @@
- +
@@ -106,12 +106,12 @@
-
+
{{truncate(status.account.username,15)}} This comment may contain sensitive material - Show + Show
From fe5a0d2697cba8414494d2317c28979e84e091e0 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 6 Jul 2021 21:14:15 -0600 Subject: [PATCH 2/3] Update compiled assets --- public/js/rempos.js | Bin 74974 -> 75032 bytes public/mix-manifest.json | Bin 2125 -> 2125 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/public/js/rempos.js b/public/js/rempos.js index 93fd6fa7c99268d2a5c3cf7889c639e28da59507..d90beabbd212f4c82a772cbef695335f9202b1e1 100644 GIT binary patch delta 414 zcmcb2l4ZszmJMrJS1Ws(J2%hO%FAK_Y1_;{HHFVWCqK`sx+Fh6JtsA}+$ya!FS#T$KTji7v${mD zxFoTpv{vtMBzO8lRz}OIEsWx7 z2F50)X(GfmQyCex z5xg0Uj4|9W)v*fI(+{vQN>7(!VyuO$nOvZ(HvK3QqYzwV`h6xwO9W4Wnb8cvi(_Uq zLhxoVGp8q#Be34#dqX`cwEO&zaA$*>zqHuY{qZZHZoSMt-?- zVgV?`?29#&QZmbwCVyNcIoWNC=VskCk&L_ud0Rz;%`?`r2f`h*dHKJEjN3P|GN#J| E04aQfR{#J2 diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 2687ab6d75e884aae0ec069a6239fe179fbb8d6f..d8f6afeaab03d4551d5fa9fb67df771c204c0e92 100644 GIT binary patch delta 32 ocmX>ra8_W$LN?(<<0Qj03j?E6BTHjTbMus>WV6j%*k&>U0I_QdTmS$7 delta 32 ocmX>ra8_W$LN?)KLvzElBx5s!)D$C=RC7av#H7tz*k&>U0J5qIcmMzZ From 7dbf6690f59252aac8d0f46aa8a5642ded82460b Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 6 Jul 2021 21:14:29 -0600 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2758166f..9b72b817d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ - Updated NotificationService, use zrevrangebyscore for api. ([d43e6d8d](https://github.com/pixelfed/pixelfed/commit/d43e6d8d)) - Updated ApiV1Controller, use PublicTimelineService. ([f67c67bc](https://github.com/pixelfed/pixelfed/commit/f67c67bc)) - Updated ApiV1Controller, use ProfileService for verify_credentials. ([352aa573](https://github.com/pixelfed/pixelfed/commit/352aa573)) +- Updated RemotePost.vue, fix content warning button. ([7647e724](https://github.com/pixelfed/pixelfed/commit/7647e724)) - ([](https://github.com/pixelfed/pixelfed/commit/)) ## [v0.11.0 (2021-06-01)](https://github.com/pixelfed/pixelfed/compare/v0.10.10...v0.11.0)