From db9c7ee5239781e23efb3c99037dd3c4ab075475 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Mon, 7 Apr 2025 20:51:32 +0200 Subject: [PATCH] Refactor Packages component for better readability and maintainability Simplified logic by extracting helper functions and constants, and improved state management with more descriptive variable names. Enhanced URL parameter handling and adjusted watchers to dynamically update based on changes, ensuring cleaner and more modular code. --- frontend/src/components/Packages.vue | 391 ++++++++++++--------------- 1 file changed, 170 insertions(+), 221 deletions(-) diff --git a/frontend/src/components/Packages.vue b/frontend/src/components/Packages.vue index ab12321..60a0b52 100644 --- a/frontend/src/components/Packages.vue +++ b/frontend/src/components/Packages.vue @@ -1,8 +1,7 @@