cloaking
This commit is contained in:
@@ -8,6 +8,9 @@
|
|||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
<!-- Alpine.js -->
|
<!-- Alpine.js -->
|
||||||
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
||||||
|
<style>
|
||||||
|
[x-cloak] { display: none !important; }
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="h-screen flex flex-col m-0 bg-slate-50 text-slate-900">
|
<body class="h-screen flex flex-col m-0 bg-slate-50 text-slate-900">
|
||||||
<header class="border-b bg-white">
|
<header class="border-b bg-white">
|
||||||
|
|||||||
@@ -111,6 +111,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div x-show="showCompletedModal"
|
<div x-show="showCompletedModal"
|
||||||
|
x-cloak
|
||||||
x-transition
|
x-transition
|
||||||
class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50"
|
class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50"
|
||||||
@click.self="showCompletedModal = false">
|
@click.self="showCompletedModal = false">
|
||||||
@@ -166,6 +167,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div x-show="showPendingModal"
|
<div x-show="showPendingModal"
|
||||||
|
x-cloak
|
||||||
x-transition
|
x-transition
|
||||||
class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50"
|
class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50"
|
||||||
@click.self="showPendingModal = false">
|
@click.self="showPendingModal = false">
|
||||||
|
|||||||
Reference in New Issue
Block a user