From a6068aae1d715a6cd23ba54e115fa5a21037b2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Agull=C3=B3?= Date: Fri, 5 Apr 2019 03:59:04 +0200 Subject: [PATCH] Improve page reload when showing unread/all entries - Show only unread entries = refresh current page - Show all entries = go to next page --- template/html/category_entries.html | 10 ++++++++-- template/html/feed_entries.html | 10 ++++++++-- template/views.go | 24 ++++++++++++++++++------ ui/static/js.go | 8 ++++---- ui/static/js/bootstrap.js | 9 +++++++-- ui/static/js/nav_handler.js | 8 ++++++-- 6 files changed, 51 insertions(+), 18 deletions(-) diff --git a/template/html/category_entries.html b/template/html/category_entries.html index 671634dc..17f7de40 100644 --- a/template/html/category_entries.html +++ b/template/html/category_entries.html @@ -6,7 +6,10 @@