From 0ef3c7d6bf3e98866549adaf5aa02576d3a17da2 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 14 Jan 2020 16:44:12 -0800 Subject: [PATCH] Tags on this page: add separate buttons for must, may, forbid. --- README.md | 1 - .../etiquette_flask/templates/search.html | 86 +++++++++++++------ 2 files changed, 58 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index e884ed5..197c855 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,6 @@ Here is a brief overview of the project to help you learn your way around: ### To do list - Make the wording between "new", "create", "add"; and "remove", "delete" more consistent. - User account system, permission levels, private pages. -- Improve the "tags on this page" list. Maybe add separate buttons for must/may/forbid on each. - Some way for the database to re-identify a file that was moved / renamed (lost & found). Maybe file hash of the first few mb is good enough. - Debate whether the `UserMixin.login` method should accept usernames or I should standardize the usage of IDs only internally. - Ability to access user photos by user's ID, not just username. diff --git a/frontends/etiquette_flask/templates/search.html b/frontends/etiquette_flask/templates/search.html index 8f8330a..1414c46 100644 --- a/frontends/etiquette_flask/templates/search.html +++ b/frontends/etiquette_flask/templates/search.html @@ -71,6 +71,12 @@ word-wrap: break-word; } +#tags_on_this_page_list +{ + list-style-type: none; + padding: 0; +} + #right { grid-area: right; @@ -265,7 +271,7 @@ - +