From 8a42aeebb8538a51dc378ad65b35e6ecdf552f73 Mon Sep 17 00:00:00 2001 From: ignamiranda <34501347+ignamiranda@users.noreply.github.com> Date: Sun, 23 Aug 2026 05:47:02 -0400 Subject: [PATCH] Beginner UX: guided endpoint connection header (#11228) Validated on the combined batch board + this branch: i18n suites 16/16 with Vietnamese translations of the new endpoint strings added here. Guided connection header with the /v1 URL and test action leads; advanced protocols demoted. Thank you @ignamiranda! --- .../dashboard/endpoint/EndpointPageClient.tsx | 14 +++++++++++++- src/i18n/messages/en.json | 3 +++ src/i18n/messages/vi.json | 5 ++++- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx b/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx index a670f9cc34..f521103287 100644 --- a/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx +++ b/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx @@ -2360,7 +2360,19 @@ function ProviderModelsModal({
{groupModels.map((m) => { const copyKey = `modal-${m.id}`; - return ( + return ( +
+
+

{t("endpoint.title")}

+

{t("endpoint.subtitle")}

+
+ {useDisplayBaseUrl()}/v1 + {t("endpoint.testEndpoint")} +
+
+
+ {t("endpoint.advancedProtocols")} +