From d7321c3e56004aa95ee51682cf24efb92d8becd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Mon, 9 Jun 2025 21:06:29 -0700 Subject: [PATCH] feat(ui): display external URL in single entry view Display the article's external URL directly in the single entry view. Rationale: On mobile devices, users couldn't see where a link pointed before tapping it. Previously, the only way to view the external URL was by hovering - an action not available on touch devices. --- internal/template/templates/views/entry.html | 25 ++++++++++---------- internal/ui/static/css/common.css | 6 +++++ 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/internal/template/templates/views/entry.html b/internal/template/templates/views/entry.html index 0ef05a20..e5ef1967 100644 --- a/internal/template/templates/views/entry.html +++ b/internal/template/templates/views/entry.html @@ -69,20 +69,12 @@
  • - -
    + +
  • {{ end }} -
  • - {{ icon "external-link" }}{{ t "entry.external_link.label" }} -