From 34421dcd496198db82ca7c7fd54362d9b600fbb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Lang?= Date: Wed, 17 Jul 2019 21:44:32 -0300 Subject: [PATCH] Require confirmation for marking pages as read --- template/html/category_entries.html | 24 +++++++--- template/html/feed_entries.html | 24 +++++++--- template/html/unread_entries.html | 20 +++++++- template/views.go | 74 ++++++++++++++++++++++------- ui/static/js.go | 6 +-- ui/static/js/bootstrap.js | 2 +- ui/static/js/confirm_handler.js | 6 ++- 7 files changed, 120 insertions(+), 36 deletions(-) diff --git a/template/html/category_entries.html b/template/html/category_entries.html index 17f7de40..b6a2a69c 100644 --- a/template/html/category_entries.html +++ b/template/html/category_entries.html @@ -6,9 +6,15 @@