opnform-host-nginx/client/composables
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
..
forms Decouple title from title block (#696) 2025-03-21 16:59:18 +01:00
lib/vForm Refactor form initialization and data management in OpenForm component (#709) 2025-03-03 14:29:15 +08:00
stores 0351d front end linting (#377) 2024-04-15 19:39:03 +02:00
useAlert.js Enhance ESLint Configuration and Improve Code Consistency 2025-03-27 11:07:39 +01:00
useAmplitude.js Pricing Upgrade Flow changes (#514) 2024-08-23 12:23:01 +02:00
useAuth.js Re-login modal (#717) 2025-03-25 10:41:11 +01:00
useCheckoutUrl.js Billing flow redirect (#713) 2025-03-05 19:16:33 +08:00
useConfetti.js 0351d front end linting (#377) 2024-04-15 19:39:03 +02:00
useCrisp.js 55919 form editor error boundary (#494) 2024-07-17 16:07:19 +02:00
useFeatureFlag.js Feature flags (#543) 2024-08-27 16:49:43 +02:00
useForm.js Migrate to nuxt settings page AND remove axios (#266) 2024-01-02 13:09:41 +01:00
useIsIframe.js fix: opt in to `import.meta.*` properties (#364) 2024-03-28 17:59:41 +01:00
useOpnApi.js Re-login modal (#717) 2025-03-25 10:41:11 +01:00
useOpnSeoMeta.js 0351d front end linting (#377) 2024-04-15 19:39:03 +02:00
useParseMention.js Fix mentions in front-end + email spam 2024-10-22 11:04:49 +02:00
useWindowMessage.js Re-login modal (#717) 2025-03-25 10:41:11 +01:00