emile 11 months ago
parent f5816c7609
commit 1c2d781e81

Binary file not shown.

@ -155,7 +155,7 @@
</div> </div>
<div class="flex flex-col"> <div class="flex flex-col">
<h1 class="text-sm text-secondosiblue font-semibold">xxxxxxxx{{status.staff.user.first_name}} <h1 class="text-sm text-secondosiblue font-semibold">{{status.staff.user.first_name}}
{{status.staff.user.last_name}}</h1> {{status.staff.user.last_name}}</h1>
{% if status.time_ago == '0min ago' %} {% if status.time_ago == '0min ago' %}
<p class="text-sm text-gray-500">Just Now</p> <p class="text-sm text-gray-500">Just Now</p>

@ -55,8 +55,10 @@ document.addEventListener("DOMContentLoaded", function () {
} }
}; };
webSocket.onclose = function (event) { webSocket.onclose = function(event) {
console.log("WebSocket connection to online closed"); console.log("WebSocket connection to online closed");
console.log("Close event code:", event.code);
console.log("Close event reason:", event.reason);
}; };
webSocket.onerror = function (error) { webSocket.onerror = function (error) {

@ -310,6 +310,7 @@
class="opacity-0 absolute top-1/2 left-1/2 w-[25px] -translate-x-1/2 -translate-y-1/2 z-10"> class="opacity-0 absolute top-1/2 left-1/2 w-[25px] -translate-x-1/2 -translate-y-1/2 z-10">
<select id="filePathInput" name="filePath" multiple hidden></select> <select id="filePathInput" name="filePath" multiple hidden></select>
</div> </div>
<button <button
class="w-full s:w-fit bg-secondosiblue border border-secondosiblue text-white rounded-md cursor-pointer hover:bg-white hover:text-secondosiblue duration-300 px-9 py-3"> class="w-full s:w-fit bg-secondosiblue border border-secondosiblue text-white rounded-md cursor-pointer hover:bg-white hover:text-secondosiblue duration-300 px-9 py-3">

Loading…
Cancel
Save