coolify/resources/views/components/forms
Andras Bacsai 118966e810 fix: show shared env scopes dropdown even when no variables exist
Previously, when no shared environment variables existed in any scope (team, project, environment), the dropdown would not appear at all when users typed '{{'. This made the feature appear broken.

Now the dropdown always shows the available scopes, and when a user selects a scope with no variables, they see a helpful "No shared variables found in {scope} scope" message with a link to add variables.

Changes:
- Removed isAutocompleteDisabled() method that blocked dropdown
- Removed early return check that prevented showing scopes
- Existing empty state handling already works correctly

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 09:44:36 +01:00
..
button.blade.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
checkbox.blade.php Fix duplicate HTML ID warnings in form components 2025-10-14 10:27:41 +02:00
copy-button.blade.php fix(ui): only show copy button on https 2025-04-02 19:38:53 +02:00
datalist.blade.php fix: eliminate layout shift on input border indicator using box-shadow 2025-11-21 15:29:06 +01:00
env-var-input.blade.php fix: show shared env scopes dropdown even when no variables exist 2025-11-26 09:44:36 +01:00
input.blade.php fix: eliminate layout shift on input border indicator using box-shadow 2025-11-21 15:29:06 +01:00
monaco-editor.blade.php fix: Monaco editor empty for docker compose applications 2025-10-27 12:48:20 +01:00
select.blade.php fix: eliminate layout shift on input border indicator using box-shadow 2025-11-21 15:29:06 +01:00
textarea.blade.php fix: eliminate layout shift on input border indicator using box-shadow 2025-11-21 15:29:06 +01:00