style: add skeletons to paymentId and deviceId pages ♻️

This commit is contained in:
2025-09-24 18:20:35 +05:00
parent 31a05ae917
commit f8774f51e6
2 changed files with 40 additions and 34 deletions
@@ -8,6 +8,9 @@ export default function LoadingComponent() {
<Skeleton className="w-48 h-8" /> <Skeleton className="w-48 h-8" />
<Skeleton className="w-20 h-8" /> <Skeleton className="w-20 h-8" />
</div> </div>
<div>
<Skeleton className="w-full rounded-md mt-5 mb-6 sm:w-48 h-9" />
</div>
<div <div
id="user-filters" id="user-filters"
className=" pb-4 gap-4 flex sm:flex-row flex-col items-start justify-endO" className=" pb-4 gap-4 flex sm:flex-row flex-col items-start justify-endO"
+3
View File
@@ -8,6 +8,9 @@ export default function LoadingComponent() {
<Skeleton className="w-48 h-8" /> <Skeleton className="w-48 h-8" />
<Skeleton className="w-20 h-8" /> <Skeleton className="w-20 h-8" />
</div> </div>
<div>
<Skeleton className="w-full rounded-md mt-5 mb-6 sm:w-48 h-9" />
</div>
<div <div
id="user-filters" id="user-filters"
className=" pb-4 gap-4 flex sm:flex-row flex-col items-start justify-endO" className=" pb-4 gap-4 flex sm:flex-row flex-col items-start justify-endO"