opnform-host-nginx/client/components/forms/components
Chirag Chhatrala 75f82b3bc7
Refactor form components (#659)
* Add Barcode Input Component and Integrate Quagga for Scanning

- Introduced a new BarcodeInput component for scanning barcodes using the Quagga library.
- Updated package.json and package-lock.json to include Quagga as a dependency.
- Enhanced form themes to accommodate the new BarcodeInput component.
- Added localization support for barcode scanning actions in English.
- Updated blocks_types.json to register the new barcode input type.

These changes improve the application's functionality by allowing users to scan barcodes directly within forms, enhancing user experience and data input efficiency.

* Update Barcode scanner UI

* Barcode decoder as user selection

* improve barcode

* Refactor form components and update Tailwind configuration

- Removed unused box shadow styles from tailwind.config.js.
- Enhanced DateInput, FileInput, MatrixInput, RichTextAreaInput, and VSelect components with improved styling and error handling.
- Updated theme settings in form-themes.js to include new styles for MatrixInput and other form elements.
- Adjusted labels in FieldOptions.vue for clarity.
- Improved overall UI consistency and responsiveness across form components.

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
2025-01-03 16:15:47 +01:00
..
CameraUpload.vue Support for Barcode reader (#650) 2025-01-03 16:07:58 +01:00
CaptchaInput.vue Add reCAPTCHA support and update captcha provider handling (#647) 2024-12-18 16:35:09 +01:00
CheckboxIcon.vue Matrix Improvements (#606) 2024-11-20 17:06:11 +01:00
FormSubmissionFormatter.js Apply Mentions everywhere (#595) 2024-10-22 10:34:29 +02:00
HCaptchaV2.vue Add reCAPTCHA support and update captcha provider handling (#647) 2024-12-18 16:35:09 +01:00
InputHelp.vue Form editor v2 (#579) 2024-09-23 20:02:38 +02:00
InputLabel.vue Form Editor v2.5 (#599) 2024-10-23 10:34:51 +02:00
InputWrapper.vue Form Editor v2.5 (#599) 2024-10-23 10:34:51 +02:00
MentionDropdown.vue Apply Mentions everywhere (#595) 2024-10-22 10:34:29 +02:00
QuillyEditor.vue Apply Mentions everywhere (#595) 2024-10-22 10:34:29 +02:00
RadioButtonIcon.vue Matrix Improvements (#606) 2024-11-20 17:06:11 +01:00
RecaptchaV2.vue Add reCAPTCHA support and update captcha provider handling (#647) 2024-12-18 16:35:09 +01:00
UploadedFile.vue Manually upload signature (#521) 2024-08-16 16:49:23 +02:00
VCheckbox.vue Zapier integration (#491) 2024-08-12 11:14:02 +02:00
VSelect.vue Refactor form components (#659) 2025-01-03 16:15:47 +01:00