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.

Simplify volume name input placeholder

+1 -1
+1 -1
apps/web/src/components/contextmenu/AddVolumeModal/AddVolumeModal.tsx
··· 126 126 > 127 127 <input 128 128 type="text" 129 - placeholder="Your Volume Name" 129 + placeholder="Volume Name" 130 130 className={`grow ${errors.name ? "is-invalid" : ""}`} 131 131 autoComplete="off" 132 132 data-1p-ignore