Add .dev.env & update basic logoutuser.ts & made a basic blur login
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run

system & also normal logging in broke  :(
This commit is contained in:
yuanhau 2025-06-05 12:03:05 +08:00
parent b8438f7f33
commit 4d49554a0e
7 changed files with 85 additions and 13 deletions

View file

@ -244,7 +244,7 @@ const isLoading = computed(() => contentArray.value.length === 0);
<!-- Publisher and Date Skeleton -->
<div class="flex items-center justify-center gap-2 mb-2">
<div class="h-4 w-24 bg-gray-300 animate-pulse rounded"></div>
<div class="h-4 w-4 bg-gray-300 animate-pulse rounded">--</div>
<div class="h-4 w-4 animate-pulse">--</div>
<div class="h-4 w-32 bg-gray-300 animate-pulse rounded"></div>
</div>