FunctionDashboardView({
progress,
onReindex,
onOpenSession,
onOpenSessions,
onOpenProject,
}: Props)
packages/web/src/components/DashboardView.tsx:58
FunctionHypothesesSection({
hypotheses,
experiments,
selectedHypothesisId,
loading,
onSelect,
}: {
hypotheses: Hypothesis[]
packages/web/src/components/ProjectView.tsx:175
FunctionRewardHypothesesSection({
hypotheses,
experiments,
selectedHypothesisId,
loading,
onSelect,
}: {
hypotheses: Hypothesis[]
packages/web/src/components/RewardView.tsx:468
FunctionSidebar({ view, setView, queries, search, setSearch, progress, onReindex }: Props)
packages/web/src/components/Sidebar.tsx:14
FunctionThreadDetails({
thread,
projectName,
externalization,
rewards,
onOpenSession,
}: Props)
packages/web/src/components/ThreadDetails.tsx:13