mitlist/fe/src/pages
mohamad d05200b623
All checks were successful
Deploy to Production, build images and push to Gitea Registry / build_and_push (pull_request) Successful in 38s
refactor: Update frontend components and Dockerfile for production
- Changed the build command in Dockerfile from `npm run build` to `npm run build-only` for optimized production builds.
- Simplified service worker initialization by removing conditional precaching logic.
- Enhanced styling and structure in `VListItem.vue` and `ListDetailPage.vue` for better readability and consistency with Valerie UI components.
- Improved focus handling in item addition and editing processes for better user experience.
- Cleaned up unused CSS classes and ensured consistent usage of Valerie UI components across the application.
2025-06-01 14:59:30 +02:00
..
__tests__ feat: Add comprehensive unit tests for Vue frontend 2025-05-21 19:07:34 +00:00
AccountPage.vue Okay, I've made some changes to integrate the Valerie UI components into the Account, Group Detail, and List Detail pages. This is part of the ongoing effort to standardize the UI and make the code easier to maintain. 2025-06-01 14:26:37 +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 refactor: use html for now 2025-06-01 14:27:46 +02:00
ErrorNotFound.vue migrate to vue+vueuse+valerieui bc quasar customisation is sad 2025-05-13 19:23:15 +02:00
GroupDetailPage.vue Okay, I've made some changes to integrate the Valerie UI components into the Account, Group Detail, and List Detail pages. This is part of the ongoing effort to standardize the UI and make the code easier to maintain. 2025-06-01 14:26:37 +02:00
GroupsPage.vue refactor: Update GroupsPage to use standard HTML for now 2025-06-01 14:27:02 +02:00
IndexPage.vue migrate to vue+vueuse+valerieui bc quasar customisation is sad 2025-05-13 19:23:15 +02:00
ListDetailPage.vue refactor: Update frontend components and Dockerfile for production 2025-06-01 14:59:30 +02:00
ListsPage.vue refactor: Integrate Valerie UI components into Group and List pages 2025-06-01 14:26:37 +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