Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -45,7 +45,9 @@ export function AuthSkeleton() {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{/* Logo + app name */}
|
{/* Logo + app name */}
|
||||||
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', gap: '12px' }}>
|
<div
|
||||||
|
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', gap: '12px' }}
|
||||||
|
>
|
||||||
<div style={{ ...shimmer, width: '64px', height: '64px', borderRadius: '50%' }} />
|
<div style={{ ...shimmer, width: '64px', height: '64px', borderRadius: '50%' }} />
|
||||||
<div style={{ ...shimmer, width: '100px', height: '20px' }} />
|
<div style={{ ...shimmer, width: '100px', height: '20px' }} />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -54,7 +54,15 @@ export function LobbySkeleton() {
|
|||||||
flexShrink: 0,
|
flexShrink: 0,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div style={{ ...shimmer, width: '32px', height: '32px', borderRadius: '50%', flexShrink: 0 }} />
|
<div
|
||||||
|
style={{
|
||||||
|
...shimmer,
|
||||||
|
width: '32px',
|
||||||
|
height: '32px',
|
||||||
|
borderRadius: '50%',
|
||||||
|
flexShrink: 0,
|
||||||
|
}}
|
||||||
|
/>
|
||||||
<div style={{ ...shimmer, width: '130px', height: '16px' }} />
|
<div style={{ ...shimmer, width: '130px', height: '16px' }} />
|
||||||
<div style={{ flex: 1 }} />
|
<div style={{ flex: 1 }} />
|
||||||
<div style={{ ...shimmer, width: '24px', height: '24px', borderRadius: '4px' }} />
|
<div style={{ ...shimmer, width: '24px', height: '24px', borderRadius: '4px' }} />
|
||||||
|
|||||||
Reference in New Issue
Block a user