File View #232
Notifications
Total Time Spent: 1 hour 27 minutes
fen
1 hour 27 minutes
No due date set.
Dependencies
No dependencies set.
Reference: poslop/palette#232
Reference in New Issue
Block a user
https://palette-dev.archfox.org/mhmebw?created=1
I uplaoded this file to the dev server.
Underneath the clickable file pill for download there is the name of the file again. it should not be there and maybe expand the pill to be able to show more of the file name.
QA PASS. Merged PR #234 into dev (
1dd8a3b), CI docker success, deployed to palette-dev (rollout complete). Evidence: served /static/app.css sha256 matches dev tip; created a non-image CSV paste (ad8fd2) and rendered DOM via headless chromium shows exactly 1 attachment-chip, 0 attachment-preview img, no duplicate filename under the pill. Long names truncate wider (flex 1) and reveal on hover.QA PASS. Merged PR #234 into dev, CI green, deployed to palette-dev (new pod), re-verified live.
Root cause: non-image attachments rendered an attachment-preview img whose src could not render as an image, so the browser painted the alt text (the filename), duplicating it under the pill. Fix: preview only for real image mimes; chip name widened (flex + ellipsis, reveal on hover).
Evidence on live palette-dev: /mhmebw (csv) rendered DOM has 0 attachment-preview divs, 1 chip, no img tags; image paste /jyhdec keeps its preview img. Served app.css sha256 matches origin/dev tip.