From 96829ce801d36486a6236c5ce901d799fe4d2ba6 Mon Sep 17 00:00:00 2001 From: Anton Zering Date: Sun, 27 Oct 2024 09:19:08 +0100 Subject: [PATCH] changed settings; moved bookmarklet into the settings section --- CHANGELOG.md | 2 + resources/templates/_main-nav.html | 15 +++--- resources/templates/bookmarks/edit-bm.html | 46 +++++++++---------- resources/templates/bookmarks/new-bm.html | 26 ++++++----- .../{error-404.html => 404-not-found.html} | 0 resources/templates/index.html | 23 +++++++++- resources/templates/settings/index.html | 28 +++++++++-- src/myuri/web/handler.clj | 1 - src/myuri/web/routes.clj | 2 +- 9 files changed, 92 insertions(+), 51 deletions(-) rename resources/templates/errors/{error-404.html => 404-not-found.html} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ab38e..ae19707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). +## [0.12] – UNRELEASED + ## [0.11] – 2024-09-03 ### Added * User settings! Starting with control whether links should open in a new window or not. diff --git a/resources/templates/_main-nav.html b/resources/templates/_main-nav.html index f6cc2b9..d2e158e 100644 --- a/resources/templates/_main-nav.html +++ b/resources/templates/_main-nav.html @@ -1,10 +1,11 @@