From 7c991efbb8b75e821afdc0c095984cc5161eb6fa Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 13 May 2025 11:46:13 +0200 Subject: [PATCH] add auto polling in frontend for contributions list, default off --- .../src/components/Contributions/ContributionList.vue | 8 +++++--- .../src/components/Contributions/ContributionListItem.vue | 7 +++++++ frontend/src/config/index.js | 1 + frontend/src/config/schema.js | 7 +++++++ frontend/vite.config.js | 1 + 5 files changed, 21 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Contributions/ContributionList.vue b/frontend/src/components/Contributions/ContributionList.vue index be4702a09..7abc786c1 100644 --- a/frontend/src/components/Contributions/ContributionList.vue +++ b/frontend/src/components/Contributions/ContributionList.vue @@ -29,13 +29,14 @@