emile 10 months ago
parent f5816c7609
commit 1c2d781e81

Binary file not shown.

@ -155,7 +155,7 @@
</div>
<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>
{% if status.time_ago == '0min ago' %}
<p class="text-sm text-gray-500">Just Now</p>

@ -57,6 +57,8 @@ document.addEventListener("DOMContentLoaded", function () {
webSocket.onclose = function(event) {
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) {

@ -311,6 +311,7 @@
<select id="filePathInput" name="filePath" multiple hidden></select>
</div>
<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">
Send

Loading…
Cancel
Save