
All checks were successful
Deploy to Production, build images and push to Gitea Registry / build_and_push (pull_request) Successful in 1m47s
- Changed logging level from WARNING to INFO in config.py for better visibility during development. - Adjusted chore update logic in chores.py to ensure correct payload structure. - Improved invite acceptance process in invites.py by refining error handling and updating response models for better clarity. - Updated API endpoint configurations in api-config.ts for consistency and added new endpoints for list statuses. - Enhanced UI components in ChoresPage.vue and GroupsPage.vue for improved user experience and accessibility.
6 lines
119 B
JSON
6 lines
119 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"printWidth": 150
|
|
} |