assessment-model/src
Daniel Roth df8e0315cb fix(ara-projects): align the add-document composer with the table it feeds (#412)
Three complaints, one cause: the composer was a separate block trying to
look like part of the table. It now *is* part of it — a `<tfoot>`, so its
fields sit in the same columns as the rows by construction, and the
table's own headings label them. No second caption set to drift out of
line, and no unlabelled fields either.

Its controls belong to a form declared below the table and are wired to
it by `form=`, because a `<form>` cannot sit between a `<table>` and its
rows; Enter still submits.

It stays distinct: a 4px rule above it, a tinted band, and its own "Add a
document" caption spanning the width.

Also: selects get `pr-8` so the native chevron stops overlapping the
option text, the Stage column widens to `w-52`, and the last column
widens to fit the Add button.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-23 14:24:02 +00:00
..
app fix(ara-projects): align the add-document composer with the table it feeds (#412) 2026-07-23 14:24:02 +00:00
lib feat(ara-projects): evidence-requirement CRUD and SharePoint fields API (#412) 2026-07-23 12:46:59 +00:00
types next js 2025-12-08 12:20:07 +00:00
utils feat(dates): restore a calendar picker behind DateInput 2026-07-22 15:39:11 +00:00
middleware.test.ts fix(ara-projects): require user onboarding before /projects 2026-07-21 16:08:47 +00:00
middleware.ts fix(ara-projects): require user onboarding before /projects 2026-07-21 16:08:47 +00:00