mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-10 16:22:38 +02:00
chore: ran frontend linting
This commit is contained in:
parent
66a3c877ef
commit
03e38ab178
11 changed files with 68 additions and 70 deletions
|
|
@ -30,8 +30,8 @@ export function GlobalLoadingProvider({ children }: { children: React.ReactNode
|
|||
<div
|
||||
className={cn(
|
||||
"fixed inset-0 z-[9999]",
|
||||
isLoading
|
||||
? "opacity-100 pointer-events-auto"
|
||||
isLoading
|
||||
? "opacity-100 pointer-events-auto"
|
||||
: "opacity-0 pointer-events-none transition-opacity duration-150"
|
||||
)}
|
||||
aria-hidden={!isLoading}
|
||||
|
|
@ -77,4 +77,3 @@ export function GlobalLoadingProvider({ children }: { children: React.ReactNode
|
|||
</>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue