From 8367413e84b88a96711b607181b5d1ef88c37233 Mon Sep 17 00:00:00 2001 From: krvpb024 Date: Fri, 2 Feb 2024 16:30:45 +0800 Subject: [PATCH] change links that could perform actions to buttons --- .../template/templates/common/feed_list.html | 12 +++++-- .../template/templates/common/feed_menu.html | 2 +- .../template/templates/common/item_meta.html | 14 ++++++++ .../template/templates/common/layout.html | 16 ++++++--- .../templates/views/bookmark_entries.html | 4 +-- .../template/templates/views/categories.html | 22 ++++++++----- .../templates/views/history_entries.html | 33 +++++++++++++------ .../templates/views/shared_entries.html | 5 +-- .../templates/views/unread_entries.html | 7 ++-- internal/ui/static/css/common.css | 20 +++++++---- 10 files changed, 95 insertions(+), 40 deletions(-) diff --git a/internal/template/templates/common/feed_list.html b/internal/template/templates/common/feed_list.html index 4f47ce99..b4bee86f 100644 --- a/internal/template/templates/common/feed_list.html +++ b/internal/template/templates/common/feed_list.html @@ -55,13 +55,19 @@ {{ end }} diff --git a/internal/template/templates/common/item_meta.html b/internal/template/templates/common/item_meta.html index 176fa34a..bb4dee3a 100644 --- a/internal/template/templates/common/item_meta.html +++ b/internal/template/templates/common/item_meta.html @@ -18,6 +18,8 @@