repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | export function AppDetailCardSkeleton() { |
| #2 | return ( |
| #3 | <div> |
| #4 | <div className="bg-zinc-900 border w-[320px] border-zinc-800 rounded-xl mb-6"> |
| #5 | <div className="flex items-center gap-2 mb-4 bg-zinc-800 rounded-t-xl p-3"> |
| #6 | <div className="w-6 h-6 rounded-full bg-zinc-700 animate-pulse" /> |
| #7 | <div className="h-5 w-24 bg-zinc-700 rounded animate-pulse" /> |
| #8 | </div> |
| #9 | |
| #10 | <div className="space-y-4 p-3"> |
| #11 | <div> |
| #12 | <div className="h-4 w-20 bg-zinc-800 rounded mb-2 animate-pulse" /> |
| #13 | <div className="h-5 w-24 bg-zinc-800 rounded animate-pulse" /> |
| #14 | </div> |
| #15 | |
| #16 | <div> |
| #17 | <div className="h-4 w-32 bg-zinc-800 rounded mb-2 animate-pulse" /> |
| #18 | <div className="h-5 w-28 bg-zinc-800 rounded animate-pulse" /> |
| #19 | </div> |
| #20 | |
| #21 | <div> |
| #22 | <div className="h-4 w-32 bg-zinc-800 rounded mb-2 animate-pulse" /> |
| #23 | <div className="h-5 w-28 bg-zinc-800 rounded animate-pulse" /> |
| #24 | </div> |
| #25 | |
| #26 | <div> |
| #27 | <div className="h-4 w-24 bg-zinc-800 rounded mb-2 animate-pulse" /> |
| #28 | <div className="h-5 w-36 bg-zinc-800 rounded animate-pulse" /> |
| #29 | </div> |
| #30 | |
| #31 | <div> |
| #32 | <div className="h-4 w-24 bg-zinc-800 rounded mb-2 animate-pulse" /> |
| #33 | <div className="h-5 w-36 bg-zinc-800 rounded animate-pulse" /> |
| #34 | </div> |
| #35 | |
| #36 | <hr className="border-zinc-800" /> |
| #37 | |
| #38 | <div className="flex gap-2 justify-end"> |
| #39 | <div className="h-8 w-[170px] bg-zinc-800 rounded animate-pulse" /> |
| #40 | </div> |
| #41 | </div> |
| #42 | </div> |
| #43 | </div> |
| #44 | ) |
| #45 | } |