coolify/app/Livewire/Project/Service
Andras Bacsai b4cfb78f86 feat(storage): add read-only volume handling and UI notifications
- Introduced `isReadOnlyVolume` method in `LocalFileVolume` and `LocalPersistentVolume` models to determine if a volume is read-only based on Docker Compose configuration.
- Updated `FileStorage` and `Show` components to set `isReadOnly` state during mounting.
- Enhanced UI to display notifications for read-only volumes, preventing modification actions in the interface.
- Refactored file storage and directory management forms to conditionally enable or disable actions based on read-only status.
2025-10-03 20:05:43 +02:00
..
Configuration.php feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled. 2025-08-26 10:27:38 +02:00
Database.php feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled. 2025-08-26 10:27:38 +02:00
EditCompose.php fix(ui): Restrict service retrieval to current team 2025-02-27 12:17:23 +01:00
EditDomain.php move domain trimming before URL validation 2025-08-29 09:09:03 -04:00
FileStorage.php feat(storage): add read-only volume handling and UI notifications 2025-10-03 20:05:43 +02:00
Heading.php fix(service): ensure configuration changes are properly tracked and dispatched 2025-07-03 15:08:13 +02:00
Index.php feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled. 2025-08-26 10:27:38 +02:00
ServiceApplicationView.php move domain trimming before URL validation 2025-08-29 09:09:03 -04:00
StackForm.php refactor(validation): implement centralized validation patterns across components 2025-08-19 14:15:31 +02:00
Storage.php feat(storage): consolidate storage management into a single component with enhanced UI 2025-10-01 18:46:21 +02:00