text-sm font-thin text-gray-500, which makes slim numerals easy to misread at a glance on smaller screens.Example from the request:
attik-frontend/src/components/task-check/SingleJobsBar.tsx — left column uses font-thin with M/D/YY h:mm A for inspection datetime; this backs Unconfirmed Orders, Agreements Not Signed, Jobs Not Published, Jobs Not Paid, and custom inspection worklists via WorklistResolver.attik-frontend/src/components/task-check/SingleQuoteBar.tsx — leading createdAt date uses text-sm font-thin text-gray-500 with M/D/YY (see the title row around the quoted class names).attik-frontend/src/components/task-check/SingleEventBar.tsx — date line uses text-sm font-thin text-gray-500 for M/D/YY with time in a separate span (h:mma).attik-frontend/src/components/task-check/GroupedClientJobsBar.tsx — grouped job lines format M/D/YY h:mm A inside a span that already toggles text-danger for "far" jobs; weight is not explicitly font-thin there but may need visual consistency if product wants one rule for all list dates (decision needed).attik-frontend/src/components/task-check/_Subjoblist/JobRow.tsx — uses font-thin for M/D/YY h:mm A in a sub-list context; include if "list view" is defined broadly as all compact job rows, not only top-level worklists (decision needed).attik-frontend/src/app/tools/inspections/repair-lists/components/SingleRepairListBar.tsx also uses font-thin on a date column; include only if product wants cross-surface consistency beyond the Worklists project (decision needed).font-thin with font-medium without adding font-bold (accessibility/contrast with text-gray-500).h:mm A) should match the date weight or stay lighter for hierarchy.task-check surfaces only vs. any other inspection list that reuses the same visual pattern.attik-frontend/src/components/task-check/SingleJobsBar.tsxattik-frontend/src/components/task-check/SingleQuoteBar.tsxattik-frontend/src/components/task-check/SingleEventBar.tsxattik-frontend/src/app/tools/work/[[...type]]/page.tsx (mounts the task-check lists that use these bars)Please authenticate to join the conversation.
Next Up
Main App
About 2 months ago
Linear
Get notified by email when there are changes.
Next Up
Main App
About 2 months ago
Linear
Get notified by email when there are changes.