- Shipped
- August 4, 2026 at 6:06 PM UTC
- Author
- kamo
- Commit
- 1c0ca6c
The summary sat in a fixed 320px right-hand column on every record page, permanently costing a fifth of the width. On the quote editor that squeezed the line-item table hardest, which is the part staff actually work in. The same figures read fine as a strip across the gradient header, and the content below now spans the page. Rendered as pills rather than a divided row because the field count varies a lot — a quote carries five, an order twelve — and pills wrap without the stranded separators a bordered row leaves on its second line. Anything past the first six hides behind a disclosure so a busy record cannot push the tabs off screen. Also: the commitment field no longer sits proud of its row. Its hint was helperText, which adds height below the input and, in a centre-aligned row, lifts that one field out of line with its neighbours; it now rides in an adornment tooltip instead. And the preview's logo goes through safeImageSrc — the theme bucket is a foreign host and this app pins img-src to its own origin, so the raw cross-origin img would have been blocked.