Andras Bacsai
6c0840d4e0
refactor: improve cloud-init script UX and remove description field
...
Changes:
1. Remove description field from cloud-init scripts
- Updated migration to remove description column
- Updated model to remove description from fillable array
2. Redesign script name input layout
- Move script name input next to checkbox (always visible)
- Remove conditional rendering - input always shown
- Use placeholder instead of label for cleaner look
3. Fix dropdown type error
- Replace wire:change event with wire:model.live
- Use updatedSelectedCloudInitScriptId() lifecycle hook
- Add "disabled" attribute to placeholder option
- Properly handle empty string vs null in type casting
4. Improve validation
- Require both script content AND name for saving
- Remove description validation rule
- Add selected_cloud_init_script_id validation
5. Auto-populate name when loading saved script
- When user selects saved script, auto-fill the name field
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-11 11:16:28 +02:00
..
2024-08-23 16:53:13 +02:00
2024-10-01 10:37:40 +02:00
2024-10-31 17:44:01 +01:00
2024-10-31 17:44:01 +01:00
2024-10-31 17:44:01 +01:00
2024-10-31 17:44:01 +01:00
2024-10-31 17:44:01 +01:00
2024-10-31 17:44:01 +01:00
2024-10-31 17:44:01 +01:00
2024-10-31 17:44:01 +01:00
2024-10-31 17:44:01 +01:00
2024-10-31 17:44:01 +01:00
2024-10-31 17:44:01 +01:00
2024-10-31 17:44:01 +01:00
2024-10-31 17:44:01 +01:00
2024-10-31 17:44:01 +01:00
2024-12-10 18:31:40 +01:00
2024-10-14 12:07:37 +02:00
2024-06-20 13:17:06 +02:00
2024-06-21 16:46:13 +02:00
2024-06-22 10:22:57 +02:00
2024-11-06 12:39:37 +01:00
2024-07-01 16:26:50 +02:00
2024-07-05 14:04:52 +02:00
2024-07-11 10:55:15 +02:00
2024-07-17 14:52:40 +02:00
2024-07-18 13:14:07 +02:00
2024-10-15 13:39:19 +02:00
2024-07-19 15:40:44 +02:00
2024-07-23 14:20:53 +02:00
2024-08-07 11:55:16 +02:00
2024-08-07 18:27:50 +02:00
2024-10-31 17:44:01 +01:00
2024-08-12 16:06:24 +02:00
2024-08-16 16:00:30 +02:00
2024-08-14 20:35:08 +02:00
2024-08-15 14:05:17 +02:00
2024-08-16 13:56:47 +02:00
2024-08-27 16:02:52 +02:00
2024-09-05 11:04:58 +02:00
2024-09-06 08:46:24 +02:00
2024-09-08 12:40:53 +02:00
2024-09-23 19:51:31 +02:00
2024-10-31 17:44:01 +01:00
2024-09-23 19:50:26 +02:00
2024-09-22 20:02:51 +02:00
2024-09-26 10:45:18 +02:00
2024-10-03 12:39:45 +02:00
2024-10-10 10:24:11 +02:00
2024-10-11 14:38:22 +02:00
2024-10-17 10:04:38 +02:00
2024-10-16 13:20:26 +02:00
2024-10-21 13:43:34 +02:00
2024-10-17 12:07:35 +02:00
2024-10-17 14:56:36 +02:00
2024-10-22 14:01:36 +02:00
2024-10-22 14:47:01 +02:00
2024-10-29 10:48:49 +01:00
2024-12-11 21:38:31 +01:00
2024-11-03 09:02:14 +01:00
2024-11-11 14:37:36 +01:00
2024-11-22 10:27:43 +01:00
2024-11-22 15:04:08 +01:00
2024-12-05 10:46:27 +01:00
2024-12-10 16:04:11 +01:00
2024-12-10 16:04:11 +01:00
2024-12-11 23:13:13 +01:00
2024-12-11 11:37:56 +01:00
2024-12-11 10:14:12 +01:00
2024-12-11 23:13:13 +01:00
2024-12-11 19:43:58 +01:00
2024-12-09 12:00:54 +01:00
2024-12-23 17:41:38 +01:00
2024-12-11 12:04:58 +01:00
2024-12-11 19:43:58 +01:00
2024-12-11 17:19:49 +01:00
2024-12-13 11:42:01 +01:00
2024-12-17 10:38:42 +01:00
2024-12-17 15:20:28 +01:00
2024-12-23 17:58:56 +01:00
2025-04-09 08:42:50 +02:00
2025-01-08 17:05:11 +01:00
2025-01-10 18:27:48 +01:00
2025-01-13 19:49:12 +01:00
2025-01-16 15:12:57 +01:00
2025-01-16 14:42:33 +01:00
2025-01-16 15:12:57 +01:00
2025-01-21 14:02:29 +01:00
2025-01-22 10:21:51 +01:00
2025-03-17 13:58:31 +01:00
2025-02-07 18:11:26 +01:00
2025-03-25 13:39:30 +01:00
2025-02-27 14:04:22 +01:00
2025-03-01 12:43:12 +01:00
2025-03-14 15:28:12 +01:00
2025-03-21 12:16:33 +01:00
2025-03-26 09:45:57 +01:00
2025-04-01 08:49:07 +02:00
2025-03-31 15:10:50 +02:00
2025-04-14 10:30:43 +02:00
2025-04-23 13:22:01 +02:00
2025-04-30 16:43:59 +02:00
2025-05-26 14:03:59 +02:00
2025-05-29 14:09:05 +02:00
2025-06-06 14:47:54 +02:00
2025-06-16 14:49:01 +02:00
2025-06-25 15:18:39 +02:00
2025-06-26 22:21:07 +02:00
2025-07-14 21:17:40 +02:00
2025-07-18 15:47:14 +02:00
2025-08-12 10:07:11 +02:00
2025-08-17 12:34:20 +02:00
2025-08-18 14:54:08 +02:00
2025-08-18 17:47:21 +02:00
2025-08-21 10:16:57 +02:00
2025-09-05 14:30:51 +02:00
2025-09-10 19:35:53 +02:00
2025-09-10 19:35:53 +02:00
2025-09-10 19:35:53 +02:00
2025-09-11 16:51:56 +02:00
2025-09-11 17:38:16 +02:00
2025-09-17 10:34:38 +02:00
2025-09-18 18:14:54 +02:00
2025-10-09 10:41:29 +02:00
2025-10-07 15:02:23 +02:00
2025-10-08 20:47:50 +02:00
2025-10-09 10:41:29 +02:00
2025-10-09 12:53:57 +02:00
2025-10-09 16:54:13 +02:00
2025-10-09 16:54:13 +02:00
2025-10-11 11:16:28 +02:00