From 3eb736a8c214a833d9e34c3a999086f82398ac6f Mon Sep 17 00:00:00 2001 From: mabasian <54101509+mabasian@users.noreply.github.com> Date: Mon, 22 Apr 2024 23:03:15 +0200 Subject: [PATCH 1/2] Optimize Contributor Loading and Enhance Fast State Management --- .../credit-page/section/ContributorsList.vue | 132 ++++++++---------- .../UI/setting-page/SettingScreen.vue | 40 +++++- launcher/src/store/nodeHeader.js | 2 + 3 files changed, 102 insertions(+), 72 deletions(-) diff --git a/launcher/src/components/UI/credit-page/section/ContributorsList.vue b/launcher/src/components/UI/credit-page/section/ContributorsList.vue index 20307a64f..7efa9786b 100755 --- a/launcher/src/components/UI/credit-page/section/ContributorsList.vue +++ b/launcher/src/components/UI/credit-page/section/ContributorsList.vue @@ -2,9 +2,7 @@