From 0b811b5ef6b151844551b9c0442ed8127bd9d67e Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 18 Aug 2026 18:58:34 +0200 Subject: [PATCH] feat(ui): add copy button to environment variable page --- .../shared/environment-variable/show-hardcoded.blade.php | 5 ++++- .../project/shared/environment-variable/show.blade.php | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/project/shared/environment-variable/show-hardcoded.blade.php b/resources/views/livewire/project/shared/environment-variable/show-hardcoded.blade.php index 84d03c0fe..5492d33f9 100644 --- a/resources/views/livewire/project/shared/environment-variable/show-hardcoded.blade.php +++ b/resources/views/livewire/project/shared/environment-variable/show-hardcoded.blade.php @@ -28,7 +28,10 @@ class="env-key-label min-w-0 truncate text-left font-mono text-[13px] text-black - - - -
+
+ @unless (auth()->user()?->isMember() ?? true) + + @endunless