Transfers: retention-window notice as an attached top band #519
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-tfband"
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?
Dogfood report: the "Showing the last 90 days." row above the Transfers list rendered with footer corner treatment and looked like a bottom row placed on top.
Root cause:
openTransfersView(#404) borrowed#listfoot— the file table's footer element — for the notice, so it carried footer styling wherever it appeared. Fix: the notice is now its own#tfwindowband in the ghead idiom — sunk background, top corners only, flush with the history card, with border and radius read from#listpane's own base rule at splice time (extracted10px/1px solid var(--lichen)) so the two surfaces match exactly. Shown per-view viabody[data-fbview="transfers"]CSS, hidden in admin mode; the table footer goes back to being the table footer. Reuses the existingtransfersWindowi18n key — no new strings. CHANGELOG v0.6.179.