Files
SnapOtter/apps/web
SnapOtter 9b249a8662 fix: fetch library thumbnails with auth headers to show image previews
The <img src> tag cannot send Authorization headers, so thumbnail
requests returned 401 and browsers displayed the alt text (filename)
instead of the image. Replaced with AuthImage component that fetches
via fetch() with proper auth headers and renders blob URLs.
2026-05-16 15:00:32 +08:00
..