the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use RGBA colors for skeleton rows

+8 -8
+2 -2
apps/web/src/pages/settings/files/Files.tsx
··· 17 17 speed={1.5} 18 18 width="100%" 19 19 height={48} 20 - backgroundColor="oklch(var(--b2))" 21 - foregroundColor="oklch(var(--b3))" 20 + backgroundColor="rgba(255,255,255,0.06)" 21 + foregroundColor="rgba(255,255,255,0.13)" 22 22 style={{ width: "100%" }} 23 23 uniqueKey={`file-row-skeleton-${index}`} 24 24 >
+2 -2
apps/web/src/pages/settings/secrets/Secrets.tsx
··· 17 17 speed={1.5} 18 18 width="100%" 19 19 height={48} 20 - backgroundColor="oklch(var(--b2))" 21 - foregroundColor="oklch(var(--b3))" 20 + backgroundColor="rgba(255,255,255,0.06)" 21 + foregroundColor="rgba(255,255,255,0.13)" 22 22 style={{ width: "100%" }} 23 23 uniqueKey={`secret-row-skeleton-${index}`} 24 24 >
+2 -2
apps/web/src/pages/settings/variables/Variables.tsx
··· 17 17 speed={1.5} 18 18 width="100%" 19 19 height={48} 20 - backgroundColor="oklch(var(--b2))" 21 - foregroundColor="oklch(var(--b3))" 20 + backgroundColor="rgba(255,255,255,0.06)" 21 + foregroundColor="rgba(255,255,255,0.13)" 22 22 style={{ width: "100%" }} 23 23 uniqueKey={`variable-row-skeleton-${index}`} 24 24 >
+2 -2
apps/web/src/pages/settings/volumes/Volumes.tsx
··· 17 17 speed={1.5} 18 18 width="100%" 19 19 height={48} 20 - backgroundColor="oklch(var(--b2))" 21 - foregroundColor="oklch(var(--b3))" 20 + backgroundColor="rgba(255,255,255,0.06)" 21 + foregroundColor="rgba(255,255,255,0.13)" 22 22 style={{ width: "100%" }} 23 23 uniqueKey={`volume-row-skeleton-${index}`} 24 24 >