mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
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
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:
parent
b8438f7f33
commit
4d49554a0e
7 changed files with 85 additions and 13 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue