Files
palette/internal/web/static
fen 6d9f9592b5
CI / test (pull_request) Successful in 49s
CI / docker (pull_request) Skipped
Fix #221: image pastes scale to fit, no code box, accurate size, raw serves image
- paste view: image attachments render in a scalable preview (max-height
  min(70vh, 720px), object-fit contain) and the code box is omitted;
  wrap/copy buttons hidden for image pastes
- SizeHuman/stats summary show the attachment size for file pastes
  (row.Content is empty for file pastes, was showing 0 B)
- /raw/{id} on a file paste streams the attachment bytes inline with its
  sniffed mime and filename instead of an empty text/plain body
2026-09-10 14:16:31 -05:00
..