tethys.backend/start
Arno Kaimbacher 09f65359f9 hotfix(dataset): enhance radio button and checkbox components and add arrayContainsTypes validation
- Added checkbox support to the `FormCheckRadio` component.
- Updated the styling of the radio button and checkbox components.
- Added the `arrayContainsTypes` validation rule to ensure that arrays contain specific types.
- Updated the `dataset` validators and controllers to use the new validation rule.
- Updated the `FormCheckRadioGroup` component to correctly handle the `input-value` as a number.
- Removed the default value from the `id` column in the `collections` migration.
- Added the `array_contains_types` rule to the `adonisrc.ts` file.
2025-03-28 17:34:46 +01:00
..
routes hotfix-feat(dataset): implement file upload with validation and error handling 2025-03-26 14:19:06 +01:00
rules hotfix(dataset): enhance radio button and checkbox components and add arrayContainsTypes validation 2025-03-28 17:34:46 +01:00
env.ts feat: update to vite.js, Refactor configuration files, remove unused assets, and clean up commented code: 2025-02-07 10:14:57 +01:00
inertia.json - update to AdonisJS 6 2024-03-14 20:25:27 +01:00
kernel.ts feat: update to vite.js, Refactor configuration files, remove unused assets, and clean up commented code: 2025-02-07 10:14:57 +01:00
routes.ts hotfix-feat(dataset): implement file upload with validation and error handling 2025-03-26 14:19:06 +01:00
validator.ts feat: update to vite.js, Refactor configuration files, remove unused assets, and clean up commented code: 2025-02-07 10:14:57 +01:00