ui: new modal component

This commit is contained in:
Andras Bacsai
2024-01-31 14:18:59 +01:00
parent f1a9e28d5a
commit 8ff7aeb78b
10 changed files with 75 additions and 25 deletions

View File

@@ -3,6 +3,7 @@
<div class="flex items-end gap-2">
<h1>Environment: {{ data_get($environment, 'name') }}</h1>
<x-forms.button type="submit">Save</x-forms.button>
<livewire:project.delete-environment :disabled="!$environment->isEmpty()" :environment_id="$environment->id" />
</div>
<nav class="flex pt-2 pb-10">
<ol class="flex items-center">