saving details modal
This commit is contained in:
@@ -136,6 +136,14 @@ function close() {
|
|||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Saving overlay -->
|
||||||
|
<div v-if="saving" class="confirm-overlay saving-overlay">
|
||||||
|
<div class="confirm-box">
|
||||||
|
<i class="pi pi-spin pi-spinner" style="font-size: 1.4rem; color: #89d4e0;" />
|
||||||
|
<p>The AI assistant is programming your changes. Please wait…</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Confirm-cancel overlay -->
|
<!-- Confirm-cancel overlay -->
|
||||||
<div v-if="showConfirmCancel" class="confirm-overlay">
|
<div v-if="showConfirmCancel" class="confirm-overlay">
|
||||||
<div class="confirm-box">
|
<div class="confirm-box">
|
||||||
|
|||||||
Reference in New Issue
Block a user