From 01d5a97a4fab5f311f977b897e779a1393c1cd05 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 1 Jul 2022 23:42:03 +0900 Subject: [PATCH] feat(client): poll highlights in explore page --- CHANGELOG.md | 1 + packages/client/src/pages/explore.featured.vue | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df3f477ca2..7ddc123994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ You should also include the user name that made the change. - Client: Add instance-cloud widget @syuilo - Client: Add rss-marquee widget @syuilo - Client: Removing entries from a clip @futchitwo +- Client: Poll highlights in explore page @syuilo - Make possible to delete an account by admin @syuilo - Improve player detection in URL preview @mei23 - Add Badge Image to Push Notification #8012 @tamaina diff --git a/packages/client/src/pages/explore.featured.vue b/packages/client/src/pages/explore.featured.vue index 12de9e412c..ecb68928a1 100644 --- a/packages/client/src/pages/explore.featured.vue +++ b/packages/client/src/pages/explore.featured.vue @@ -1,16 +1,30 @@