refactor(backoffice): shared DirectorySection wrapper for read-surface tables #57
Labels
No labels
bug
enhancement
pr-split
question
security
transaction-matcher
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
momsse/octant#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The read-surface pages repeat the same section shell verbatim —
sectionwrapper +h2+ResultHandler(loading/framed) + frameddiv+DataTable— across 5 near-identical sections (3 inbanking.tsx, 2 indocuments.tsx). Now thatformatMoneyis shared, the section chrome is the next obvious extraction: a<DirectorySection title rows columns rowKey searchableText emptyMessage loadingMessage />parameterised over the row type and atom result, so chrome changes happen once.Surfaced in the #41 documents-slice review.