coolify/resources/views/livewire
Andras Bacsai 4e329053dd feat: add comment field to shared environment variables
Add comment field support to the "New Shared Variable" modal, ensuring it's saved properly for both normal and shared environment variables at all levels (Team, Project, Environment).

Changes:
- Add comment property, validation, and dispatch to Add component (Livewire & view)
- Update saveKey methods in Team, Project, and Environment to accept comment
- Replace SharedEnvironmentVariable model's $guarded with explicit $fillable array
- Include comment field in creation flow for all shared variable types

The comment field (max 256 chars, optional) is now available when creating shared variables and is consistently saved across all variable types.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-27 15:24:09 +01:00
..
admin Refactor UI components to use 'coolbox' class for consistent styling across various views 2025-11-28 13:55:54 +01:00
boarding feat: add async prerequisite installation with retry logic and visual feedback 2025-11-24 08:44:04 +01:00
destination Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
notifications feat(proxy): add Traefik version tracking with notifications and dismissible UI warnings 2025-11-18 14:53:49 +01:00
profile feat(project): enhance project index with resource creation capabilities 2025-10-07 17:17:31 +02:00
project feat: add comment field to shared environment variables 2025-12-27 15:24:09 +01:00
security Simplify cloud provider token button labels 2025-12-18 12:18:18 +01:00
server fix(ui): broken hyperlink to sentinel page on server metrics page 2025-12-23 18:44:01 +01:00
settings Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
shared-variables Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
source/github Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
storage Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
subscription Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
tags Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
team Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
terminal Changes auto-committed by Conductor 2025-10-20 14:07:45 +02:00
activity-monitor.blade.php feat: add async prerequisite installation with retry logic and visual feedback 2025-11-24 08:44:04 +01:00
dashboard.blade.php Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
deployments-indicator.blade.php Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
force-password-reset.blade.php
global-search.blade.php Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
help.blade.php
layout-popups.blade.php Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
navbar-delete-team.blade.php
settings-backup.blade.php Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
settings-dropdown.blade.php fix: eliminate dark mode white screen flicker on page transitions 2025-10-23 20:46:58 +02:00
settings-email.blade.php fix: change SMTP port input type to number for better validation 2025-10-29 20:40:16 +01:00
settings-oauth.blade.php refactor: simplify project data retrieval and enhance OAuth settings handling 2025-10-27 17:03:19 +01:00
switch-team.blade.php refactor(switch-team): remove label from team selection component for cleaner UI 2025-10-08 19:50:19 +02:00
upgrade.blade.php fix(ui): improve upgrade modal loading indicators visibility in light mode 2025-12-25 18:18:26 +00:00
verify-email.blade.php