coolify/app/Livewire/Team
Andras Bacsai 5c4a265542 refactor(validation): implement centralized validation patterns across components
- Introduced `ValidationPatterns` class to standardize validation rules and messages for various fields across multiple components.
- Updated components including `General`, `StackForm`, `Create`, and `Show` to utilize the new validation patterns, ensuring consistent validation logic.
- Enhanced error messages for required fields and added regex validation for names and descriptions to improve user feedback.
- Adjusted styling in the `create.blade.php` view for better visual hierarchy.
2025-08-19 14:15:31 +02:00
..
Member Fix styling 2024-06-10 20:43:34 +00:00
Storage Fix styling 2024-06-10 20:43:34 +00:00
AdminView.php refactor(user): streamline user deletion process and enhance team management logic 2025-06-25 12:14:35 +02:00
Create.php refactor(validation): implement centralized validation patterns across components 2025-08-19 14:15:31 +02:00
Index.php refactor(validation): implement centralized validation patterns across components 2025-08-19 14:15:31 +02:00
Invitations.php refactor(user): streamline user deletion process and enhance team management logic 2025-06-25 12:14:35 +02:00
InviteLink.php refactor(invitation): rename methods for consistency and enhance invitation deletion logic 2025-06-25 11:45:55 +02:00
Member.php Add new role enum and apply authorization 2024-10-28 17:08:24 +01:00