mitlist/fe/src
mohamad 6d5e950918
All checks were successful
Deploy to Production, build images and push to Gitea Registry / build_and_push (pull_request) Successful in 1m16s
Refactor API routing and update login URLs
- Updated the OAuth routes to be included under the main API prefix for better organization.
- Changed the Google login URL in the SocialLoginButtons component to reflect the new API structure.

These changes aim to improve the clarity and consistency of the API routing and enhance the login flow for users.
2025-06-01 22:37:44 +02:00
..
assets Refactor: Update styling and functionality in various components 2025-06-01 20:41:04 +02:00
components Refactor API routing and update login URLs 2025-06-01 22:37:44 +02:00
composables feat: Implement recurring expenses feature with scheduling and management 2025-05-22 16:37:14 +02:00
config Update API base URL in api-config.ts to point to the new production environment 2025-06-01 22:16:36 +02:00
i18n Svelte to Quasar 2025-05-08 15:02:09 +02:00
layouts feat: Add comprehensive notes and tasks for project stabilization and enhancements 2025-05-24 21:36:57 +02:00
pages Enhance styling and animations in ListsPage component 2025-06-01 22:03:08 +02:00
router feat: Implement chore management feature with personal and group chores 2025-05-21 18:18:22 +02:00
services feat: Implement refresh token functionality in authentication flow 2025-05-25 12:51:02 +02:00
stores feat: Add comprehensive notes and tasks for project stabilization and enhancements 2025-05-24 21:36:57 +02:00
stories feat: Integrate Storybook for component development 2025-05-31 14:43:59 +02:00
types Enhance ChoresPage accessibility and functionality 2025-06-01 22:00:11 +02:00
App.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
main.ts Add Sentry integration for error tracking; update requirements and configuration files. Introduce new Alembic migration for missing indexes and constraints in the database schema. 2025-05-13 21:45:45 +02:00
sw.ts refactor: Update frontend components and Dockerfile for production 2025-06-01 14:59:30 +02:00