From ee6d96d9ecd2fd0bf533cf4c0ef356b3c093d581 Mon Sep 17 00:00:00 2001 From: mohamad Date: Sat, 31 May 2025 15:37:50 +0200 Subject: [PATCH] feat: Revamp ChoresPage with enhanced UI and functionality - Redesigned the ChoresPage layout to improve user experience, introducing a new header with tabs for viewing overdue, today, upcoming, all pending, and completed chores. - Implemented a calendar view for better visualization of chores, allowing users to navigate between months and add chores directly on specific dates. - Added a loading state to enhance feedback during data fetching. - Introduced a shortcuts modal to display keyboard shortcuts for improved accessibility. - Enhanced chore card interactions with improved styling and responsiveness, including a transition effect for list items. - Updated chore management functionalities, including create, edit, and delete operations, with better validation and auto-save features. --- fe/src/pages/ChoresPage.vue | 1774 +++++++++++++++++++++++++---------- 1 file changed, 1266 insertions(+), 508 deletions(-) diff --git a/fe/src/pages/ChoresPage.vue b/fe/src/pages/ChoresPage.vue index e88e866..c4603db 100644 --- a/fe/src/pages/ChoresPage.vue +++ b/fe/src/pages/ChoresPage.vue @@ -1,109 +1,158 @@ + + \ No newline at end of file