MCPcopy Create free account
hub / github.com/coder/coder / TimelineDateRow

Function TimelineDateRow

site/src/components/Timeline/TimelineDateRow.tsx:10–21  ·  view source on GitHub ↗
({ date })

Source from the content-addressed store, hash-verified

8}
9
10export const TimelineDateRow: FC<TimelineDateRow> = ({ date }) => {
11 return (
12 <TableRow>
13 <TableCell
14 className="py-2 px-8 bg-surface-secondary text-xs relative text-content-secondary capitalize"
15 title={formatDate(date)}
16 >
17 {createDisplayDate(date)}
18 </TableCell>
19 </TableRow>
20 );
21};

Callers

nothing calls this directly

Calls 2

formatDateFunction · 0.90
createDisplayDateFunction · 0.90

Tested by

no test coverage detected