coolify/app/Livewire/Project/Shared
Andras Bacsai 8366e150b1 feat(livewire): add selectedActions parameter and error handling to delete methods
- Add `$selectedActions = []` parameter to delete/remove methods in multiple
  Livewire components to support optional deletion actions
- Return error message string when password verification fails instead of
  silent return
- Return `true` on successful deletion to indicate completion
- Handle selectedActions to set component properties for cascading deletions
  (delete_volumes, delete_networks, delete_configurations, docker_cleanup)
- Add test coverage for Danger component delete functionality with password
  validation and selected actions handling
2026-03-11 15:04:45 +01:00
..
EnvironmentVariable Merge remote-tracking branch 'origin/next' into env-var-descriptions 2026-02-28 00:09:54 +01:00
ScheduledTask fix: prevent scheduled task input fields from losing focus 2026-02-27 19:07:28 +08:00
Storages feat(livewire): add selectedActions parameter and error handling to delete methods 2026-03-11 15:04:45 +01:00
ConfigurationChecker.php
Danger.php feat(livewire): add selectedActions parameter and error handling to delete methods 2026-03-11 15:04:45 +01:00
Destination.php feat(livewire): add selectedActions parameter and error handling to delete methods 2026-03-11 15:04:45 +01:00
ExecuteContainerCommand.php Squashed commit from '565g-9j4m-wqmr-cross-team-idor-logs-fix' 2026-03-10 22:11:52 +01:00
GetLogs.php feat(logs): Add loading indicator to download all logs buttons 2026-01-02 12:04:17 +01:00
HealthChecks.php fix(health-checks): sanitize and validate CMD healthcheck commands 2026-02-25 11:28:33 +01:00
Logs.php Squashed commit from '565g-9j4m-wqmr-cross-team-idor-logs-fix' 2026-03-10 22:11:52 +01:00
Metrics.php
ResourceLimits.php
ResourceOperations.php chore: prepare for PR 2026-02-25 11:18:46 +01:00
Tags.php
Terminal.php
UploadConfig.php
Webhooks.php