From 89f29072a12a9acf1386df98eb5ae0855e66cdb0 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 5 Aug 2020 01:10:03 -0600 Subject: [PATCH 1/3] Update Profile.vue, add atom feed link to context menu. Fixes #2313 --- resources/assets/js/components/Profile.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/assets/js/components/Profile.vue b/resources/assets/js/components/Profile.vue index 92febd6df..95e01481b 100644 --- a/resources/assets/js/components/Profile.vue +++ b/resources/assets/js/components/Profile.vue @@ -499,7 +499,10 @@
Settings
-
+
+ Atom Feed +
+
Close
From c675157713807e36a2cc24de93ecac210d6afa61 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 5 Aug 2020 01:12:34 -0600 Subject: [PATCH 2/3] Update compiled assets --- public/js/profile.js | Bin 111442 -> 111670 bytes public/mix-manifest.json | Bin 1939 -> 1939 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/public/js/profile.js b/public/js/profile.js index d9d09582fc3dfb2d44687cc04d17346527962505..0d603f38e77c92f4f1be129d20d25310cec092de 100644 GIT binary patch delta 402 zcmccgjBVQswhe8pn~$)z+pq*V`Fd~mcj}IttTR(!a&4n1XHjZOW>IQ#iN@rGRl@wC z#i>PkiMgrTN_vSU`MHz*7l?B@0vQT!si`TG8|R2mo}bJ)Ss;pc@`V{(lON2{nA|^) zZSvKLLX$<4!RBpRSir-PW|3l?nqp)yxniyCW`}jQ0?ghi29xzRNwJhgdIn7{6zpUP zDECR8EcnxG^2Q@|U{_66e5=my4^*e5X`QE+r;(|tm$+H?Xn`3-4@l{@eZmN%FYYry z<|s_o+%JeMAU8PyS)g+N0)(vM0TTo#_CPvWH_xINA05v|9BLDyZ delta 337 zcmdn?g6+~Xwhe8p%wg%~lM~rB_}z-le3Ue;^YrpGGBx!QH#f0%+prh`Wj6~tb;q&h zmX@TZOg|XKsJMB>!U7%+BhwU4>0|^*@7e*G)M{t_IFFDT1{|=T=gQ6Ue Qhc}xY2r%2+_-E^O04{TYZvX%Q diff --git a/public/mix-manifest.json b/public/mix-manifest.json index bddae28770ed5bf290120db7250c17bf62d07e09..27f00d9ba86e1fcc014b31ee724d54d0b1c861ef 100644 GIT binary patch delta 31 mcmbQtKbe1nB&(3Au|-l!a$;hlv7v#nabilc!DemN3?=}MR|v2G delta 31 mcmbQtKbe1nB&(36g=tc9a&k(dnVFf1sd2JN>Sk@$3?=}MLI|P& From 6375bf4a282080233a97ac1874a0ea9a5f462507 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 5 Aug 2020 01:12:46 -0600 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a3a3e22..507566408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,7 @@ - Updated Timeline.vue component, fixes ([#2352](https://github.com/pixelfed/pixelfed/issues/2352)) and ([#2343](https://github.com/pixelfed/pixelfed/issues/2343)). ([e134a9ac](https://github.com/pixelfed/pixelfed/commit/e134a9ac)) - Updated PostComponent.vue, improve MetroUI and fixes ([#2363](https://github.com/pixelfed/pixelfed/issues/2363)). ([0c8ebf26](https://github.com/pixelfed/pixelfed/commit/0c8ebf26)) - Updated Timeline.vue, fixes ([#2363](https://github.com/pixelfed/pixelfed/issues/2363)). ([f53f10fd](https://github.com/pixelfed/pixelfed/commit/f53f10fd)) +- Updated Profile.vue, add atom feed link to context menu. Fixes ([#2313](https://github.com/pixelfed/pixelfed/issues/2313)). ([89f29072](https://github.com/pixelfed/pixelfed/commit/89f29072)) ## [v0.10.9 (2020-04-17)](https://github.com/pixelfed/pixelfed/compare/v0.10.8...v0.10.9) ### Added