handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs
20
fork

Configure Feed

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

chore: code nit

Mary bf56e39e c4b335f1

-5
-5
src/views/repository/repo-archive-unpack.tsx
··· 16 16 window.scheduler.yield.bind(window.scheduler) 17 17 : undefined; 18 18 19 - const yieldToIdle = 20 - typeof requestIdleCallback === 'function' 21 - ? () => new Promise((resolve) => requestIdleCallback(resolve)) 22 - : () => new Promise((resolve) => setTimeout(resolve, 1)); 23 - 24 19 const UnpackCarPage = () => { 25 20 const logger = createLogger(); 26 21