components/RunCard.renderPathCell.tsx (3 lines): - line 46: // TODO: - line 94: if (href) return // TODO: Test precedence. - line 115: {/* TODO: Enable tooltip if a) inner !== href, or b) inner === href and inner is clipped (aka overflowing) */} components/RunStore.ts (2 lines): - line 135: Baseline: (result: Result) => result.baselineState as string || 'new', // TODO: Merge with column def. - line 246: // TODO: Support templated messages. components/getRepoUri.ts (1 line): - line 12: // TODO: Account for URI joins (normalizing slashes). components/RunCard.renderCell.tsx (1 line): - line 169: // TODO: search other location coolections components/PathCellDemo.tsx (1 line): - line 130: // TODO: Test highlighting.