mitlist/fe/src/pages
mohamad ee6d96d9ec 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.
2025-06-01 13:19:28 +02:00
..
__tests__ feat: Add comprehensive unit tests for Vue frontend 2025-05-21 19:07:34 +00:00
AccountPage.vue Refactor frontend components and styles for improved UI consistency and responsiveness. Update HTML structure in index.html, enhance SCSS variables in valerie-ui.scss, and implement new layout styles across various pages. Adjust component props and event emissions for better data handling in CreateListModal and ConflictResolutionDialog. Add Material Icons for better visual representation in navigation. Ensure all changes align with the overall design system for a cohesive user experience. 2025-05-20 01:19:52 +02:00
AuthCallbackPage.vue Enhance OAuth token handling in authentication flow; update frontend to support access and refresh tokens. Refactor auth store to manage refresh token state and improve token storage logic. 2025-05-16 22:08:56 +02:00
ChoresPage.vue feat: Revamp ChoresPage with enhanced UI and functionality 2025-06-01 13:19:28 +02:00
ErrorNotFound.vue migrate to vue+vueuse+valerieui bc quasar customisation is sad 2025-05-13 19:23:15 +02:00
GroupDetailPage.vue feat: Add Recurrence Pattern and Update Expense Schema 2025-05-23 21:01:49 +02:00
GroupsPage.vue feat: Implement chore management feature with personal and group chores 2025-05-21 18:18:22 +02:00
IndexPage.vue migrate to vue+vueuse+valerieui bc quasar customisation is sad 2025-05-13 19:23:15 +02:00
ListDetailPage.vue feat: Update deployment workflow and enhance ListDetailPage functionality 2025-05-31 14:08:40 +02:00
ListsPage.vue feat: Update deployment workflow and enhance ListDetailPage functionality 2025-05-31 14:08:40 +02:00
LoginPage.vue Add conflict resolution for list creation and updates; implement offline action handling for list items. Enhance service worker with background sync capabilities and improve UI for offline states. 2025-05-16 02:07:41 +02:00
MyChoresPage.vue feat: Add comprehensive notes and tasks for project stabilization and enhancements 2025-05-24 21:36:57 +02:00
PersonalChoresPage.vue feat: Implement chore management feature with personal and group chores 2025-05-21 18:18:22 +02:00
SignupPage.vue Refactor input elements for consistency and readability; update styles for better alignment and spacing in SignupPage and ListDetailPage. 2025-05-13 22:46:40 +02:00