Please Sign In to Continue
68 | )} 69 |{sourcesCount} result(s)
41 | {(expandedSources ? sources : sources.slice(0, numberOfSourcesToDisplayWhenCollapsed)).map( 42 | (source: Source, index: number) => { 43 | const remote = source?.remote || 'github' 44 | const branch = source?.branch || 'main' 45 | const repo = source?.repository 46 | 47 | const urlRepoKey = `${remote}:${branch}:${repo}` 48 | const repoKey = `${remote}:${repo}:${branch}` 49 | 50 | return ( 51 |{children}
81 | }, 82 | h2({ children }) { 83 | return{children}
84 | }, 85 | h3({ children }) { 86 | return{children}
87 | }, 88 | code({ node, inline, className, children, ...props }) { 89 | if (children.length) { 90 | if (children[0] == '▍') { 91 | return ▍ 92 | } 93 | 94 | children[0] = (children[0] as string).replace('`▍`', '▍') 95 | } 96 | 97 | const match = /language-(\w+)/.exec(className || '') 98 | 99 | if (inline) { 100 | return{children}
101 | }
102 | return (
103 | 132 | We will email you at {session?.user?.userId} once your repository has finished 133 | processing. 134 |
135 |Enter a Repo:
251 |41 | // {repoKey.repository} ({repoKey.branch}) 42 | //
43 | // {children} 44 | //
62 | // {repoInfo.repository} ({repoInfo.branch})
63 | //
64 | // */}
65 | // No repository submitted.
37 |Note: To sync this chat with your repositories, you may need to reload this view.
38 |