mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-21 03:21:10 +00:00
Widen upgrade popup and add dev mode simulation
- Set modal width to consistent 48rem for both upgrade states - Remove max-width constraint from progress stepper - Add dev mode with Simulate button for local testing - Simulate cycles through all upgrade steps with 2-second delays
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
The currentStep variable is inherited from parent Alpine component (upgradeModal).
|
||||
--}}
|
||||
<div class="w-full max-w-md mx-auto" x-data="{ activeStep: {{ $step }} }" x-effect="activeStep = $el.closest('[x-data]')?.__x?.$data?.currentStep ?? {{ $step }}">
|
||||
<div class="w-full" x-data="{ activeStep: {{ $step }} }" x-effect="activeStep = $el.closest('[x-data]')?.__x?.$data?.currentStep ?? {{ $step }}">
|
||||
<div class="flex items-center justify-between">
|
||||
{{-- Step 1: Preparing --}}
|
||||
<div class="flex items-center flex-1">
|
||||
|
||||
Reference in New Issue
Block a user