From 679169e4fb59279fc96e248ac27f1d483bf69d7d Mon Sep 17 00:00:00 2001 From: mohamad Date: Sun, 1 Jun 2025 14:10:37 +0200 Subject: [PATCH] refactor: Simplify ChoresPage structure and enhance form functionality - Removed redundant form elements and improved the layout for better readability. - Streamlined the chore creation and editing process with enhanced validation and auto-save features. - Updated keyboard shortcuts for improved accessibility and user experience. - Enhanced modal interactions and improved loading states during data fetching. - Cleaned up unused code and optimized the overall component structure. --- fe/src/pages/ChoresPage.vue | 98 ++++++++++++++++++++----------------- 1 file changed, 53 insertions(+), 45 deletions(-) diff --git a/fe/src/pages/ChoresPage.vue b/fe/src/pages/ChoresPage.vue index 65a1978..7166585 100644 --- a/fe/src/pages/ChoresPage.vue +++ b/fe/src/pages/ChoresPage.vue @@ -300,7 +300,7 @@