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 Mingcute fullscreen icons and move button

+5 -5
+3 -3
apps/web/src/pages/projects/Project/TerminalModal/TerminalModal.tsx
··· 87 87 <div className="flex-1 text-center">{title}</div> 88 88 <button 89 89 type="button" 90 - className="btn btn-text btn-circle btn-sm absolute start-2 top-3" 90 + className="btn btn-text btn-circle btn-sm absolute end-10 top-3" 91 91 aria-label={isFullscreen ? "Exit fullscreen" : "Fullscreen"} 92 92 onClick={handleFullscreenToggle} 93 93 onMouseDown={(e) => e.stopPropagation()} ··· 95 95 <span 96 96 className={ 97 97 isFullscreen 98 - ? "icon-[qlementine-icons--fullscreen-exit-16] size-4.5" 99 - : "icon-[qlementine-icons--fullscreen-16] size-4.5" 98 + ? "icon-[mingcute--fullscreen-exit-2-line] size-4" 99 + : "icon-[mingcute--fullscreen-2-line] size-4" 100 100 } 101 101 ></span> 102 102 </button>
+2 -2
apps/web/src/pages/sandbox/Sandbox.tsx
··· 248 248 <span 249 249 className={ 250 250 isFullscreen 251 - ? "icon-[qlementine-icons--fullscreen-exit-16] size-5" 252 - : "icon-[qlementine-icons--fullscreen-16] size-5" 251 + ? "icon-[mingcute--fullscreen-exit-2-line] size-5" 252 + : "icon-[mingcute--fullscreen-2-line] size-5" 253 253 } 254 254 ></span> 255 255 </button>