From 90be95afdad59aa188e537eef289ae11bcb839b1 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Mon, 14 Apr 2025 21:42:52 +0200 Subject: [PATCH] Refactor CurrentlyBuilding to use centralized data store Replaced local state and fetching logic with a Vuex-like data store for better state management. Updated import paths, removed redundant code, and ensured reactive updates using computed properties and watchers. This enhances maintainability and reduces code duplication. --- frontend/src/components/CurrentlyBuilding.vue | 160 ++++++------------ .../QueuedPackagesList.vue | 0 2 files changed, 53 insertions(+), 107 deletions(-) rename frontend/src/components/{ => CurrentlyBuilding}/QueuedPackagesList.vue (100%) diff --git a/frontend/src/components/CurrentlyBuilding.vue b/frontend/src/components/CurrentlyBuilding.vue index 9398773..79be32d 100644 --- a/frontend/src/components/CurrentlyBuilding.vue +++ b/frontend/src/components/CurrentlyBuilding.vue @@ -74,138 +74,84 @@

Queued

- +