- Shipped
- May 21, 2026 at 6:02 PM UTC
- Author
- kamo
- Commit
- e454b05
Render fix: - **************** was manually appending ?inline=true to apiPath, but forwardToApi already preserves the incoming query string. The duplicated query string caused Spring to parse `true?inline=true` as the inline Boolean and return 400. - fetchBinderPdf now parses JSON error bodies so the UI shows the upstream error message instead of the raw JSON. Polish: - BinderShareDialog: pick a member, choose READ/WRITE, list & toggle existing shares (only visible to owners). - BinderMetaEditDialog: edit name/description/isTemplate from a single dialog launched off the editor header (previously rename was only reachable from the list panel's context menu). - Empty-state in the editor now has an icon and a two-line message instead of a single muted line.