Files
Arkie-Library-Frontend/src
TerryM cc9f0a5730 fix(stream): preserve filename extension in narrow bubbles
Previously the file bubble wrapped JS middle-ellipsis in CSS truncate,
so narrow containers silently clipped the tail+extension, leaving
e.g. "25cb264a-e06…." instead of "25cb264a-e06…811a.jpg".

Split the displayed name into a shrinking head (with CSS truncate)
and a non-shrinking tail (last 4 base chars + extension). The browser
now decides how much head to clip while the suffix is always visible.
2026-05-30 15:42:13 +08:00
..
2026-05-16 00:18:22 +08:00
2026-05-16 00:18:22 +08:00
2026-05-16 18:21:37 +08:00
2026-05-16 00:18:22 +08:00
2026-05-16 00:18:22 +08:00
2026-05-28 23:09:18 +08:00
2026-05-26 12:07:13 +08:00
2026-05-16 18:21:37 +08:00
2026-05-16 00:18:22 +08:00
2026-05-27 10:40:02 +08:00