From 12c10dbd98f6d3c3be8b79bdcf52542b4cda87db Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Fri, 8 May 2026 10:09:33 +0200 Subject: [PATCH] feat(custom-geo): refresh index UI Split the single ext-snippet column into Alias / URL / Routing / Last-updated, with the alias surfaced next to a colored type tag, the URL ellipsized with a tooltip + open-in-new-tab, and the ext:file.dat:tag snippet click-to-copy via ClipboardManager. Switch Last-updated to a relative time ("2 hours ago") with the absolute timestamp on hover, add a friendly empty state, and show a result toast when "Update All" finishes with partial failures. customGeoEmpty translated for all 13 locales. Co-Authored-By: Claude Opus 4.7 --- web/html/index.html | 185 +++++++++++++++++++++++---- web/translation/translate.ar_EG.toml | 1 + web/translation/translate.en_US.toml | 1 + web/translation/translate.es_ES.toml | 1 + web/translation/translate.fa_IR.toml | 1 + web/translation/translate.id_ID.toml | 1 + web/translation/translate.ja_JP.toml | 1 + web/translation/translate.pt_BR.toml | 1 + web/translation/translate.ru_RU.toml | 1 + web/translation/translate.tr_TR.toml | 1 + web/translation/translate.uk_UA.toml | 1 + web/translation/translate.vi_VN.toml | 1 + web/translation/translate.zh_CN.toml | 1 + web/translation/translate.zh_TW.toml | 1 + 14 files changed, 176 insertions(+), 22 deletions(-) diff --git a/web/html/index.html b/web/html/index.html index 57682ce5..83b1a795 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -3,12 +3,98 @@ {{ template "page/body_start" .}}