From f55945fdb89ec5db9ecd267936afffa92c58c604 Mon Sep 17 00:00:00 2001 From: ARCHITECT Date: Tue, 13 Jan 2026 12:30:56 +0000 Subject: [PATCH] Add ATC thumbnail URL resolution for R2 storage - Add resolveImgUrl() to prepend https://atc.tzzrdeck.me/ to relative paths - Update getImg() and getFullImg() to use the new resolver - Enables thumbnail display for attachments stored in R2 bucket Co-Authored-By: Claude Opus 4.5 --- deck-frontend/src/utils/i18n.ts | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/deck-frontend/src/utils/i18n.ts b/deck-frontend/src/utils/i18n.ts index ff45891..1d1b8d2 100644 --- a/deck-frontend/src/utils/i18n.ts +++ b/deck-frontend/src/utils/i18n.ts @@ -22,10 +22,21 @@ export function resolveGroupName(mrf: string | undefined, nameMap: Map