opnform-host-nginx/client/components/open/forms
Julien Nahum 3dd3147b19 Enhance ESLint Configuration and Improve Code Consistency
- Updated ESLint configuration in `.eslintrc.cjs` to enforce error handling for unused variables, allowing for better code quality and maintainability.
- Added `clone-deep` import in `OpenForm.vue` to facilitate deep cloning of objects, enhancing functionality.
- Refactored variable destructuring in `ColumnCondition.vue` and `useAlert.js` to improve readability by using underscore for ignored parameters.
- Modified `pinia-history.js` to use underscore for unused parameters in the `get` and `set` functions, aligning with the new ESLint rules.

These changes aim to improve code quality, maintainability, and consistency across the codebase.
2025-03-27 11:07:39 +01:00
..
components Enhance ESLint Configuration and Improve Code Consistency 2025-03-27 11:07:39 +01:00
fields Refactor Form Submission and Field Management Logic 2025-03-25 18:42:53 +01:00
FormTimer.vue refactor(FormTimer.vue): change timer variable from let to ref for reactivity 2024-09-19 10:11:34 +02:00
OpenCompleteForm.vue Enhance Error Handling and Validation Feedback in Form Components 2025-03-26 20:05:23 +01:00
OpenForm.vue Enhance ESLint Configuration and Improve Code Consistency 2025-03-27 11:07:39 +01:00
OpenFormButton.vue 41db1 submission editor theme fix (#501) 2024-07-26 11:54:15 +02:00
OpenFormField.vue Decouple title from title block (#696) 2025-03-21 16:59:18 +01:00