{threads.map((t) => {
const st = statusText({ status: t.status }, { mine: t.mine, first: t.subjectName.split(" ")[0] });
return (
{/* Whose uniform it is only needs saying when it isn't yours — a manager or
a clerk reading a thread on a request they typed in for somebody else. */}
{t.mine ? "Linen room" : `${t.subjectName} · you raised this`}
{preview(t.last.body)}
{t.code} · {st.label}
{stamp(t.last.at, me.tz)}
);
})}
)}
{/* Open orders only. A question about a bag collected in March is a question for the
counter, and listing every order this person has ever had would bury the three that are
actually moving. */}
{startable.length > 0 && (