From 64aae1105529729f3b7ea5bd476e942f86a826fb Mon Sep 17 00:00:00 2001 From: Kristofer Rye Date: Wed, 12 Feb 2020 20:26:50 -0600 Subject: [PATCH 1/3] Document two categorization processes in a footer The wording, of course, is negotiable. Personally I like the style of "[Condition one might be in]? [How to get oneself out of it]!". Signed-off-by: Kristofer Rye --- app/templates/categories.hbs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/templates/categories.hbs b/app/templates/categories.hbs index 458dfc0c6a..a48a01a01d 100644 --- a/app/templates/categories.hbs +++ b/app/templates/categories.hbs @@ -60,3 +60,11 @@ + + From 49771b7413443daf167339f57cbeb438f58a1fe6 Mon Sep 17 00:00:00 2001 From: Kristofer Rye Date: Wed, 12 Feb 2020 20:29:50 -0600 Subject: [PATCH 2/3] Add styles for the 'categories footer' I feel bad adding another entire style file, but the overhead should still be pretty dang minimal since this just adjusts a couple of styling bits and bobs. Signed-off-by: Kristofer Rye --- app/styles/app.scss | 1 + app/styles/categories.scss | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 app/styles/categories.scss diff --git a/app/styles/app.scss b/app/styles/app.scss index 3af77f2283..7031cf4cd7 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -13,6 +13,7 @@ $link-color: rgb(0, 172, 91); @import "application"; @import "home"; @import "category-slugs"; +@import "categories"; @import "crate"; @import "crate/version"; @import "components/crate-toml-copy"; diff --git a/app/styles/categories.scss b/app/styles/categories.scss new file mode 100644 index 0000000000..3e0f26e3bc --- /dev/null +++ b/app/styles/categories.scss @@ -0,0 +1,8 @@ +/* Styles for the /categories page */ + +.categories-footer { + width: 100%; + padding: 1em; + text-align: center; + font-size: 85%; +} From 2662550982d8238621f54c34349df20242bfc4da Mon Sep 17 00:00:00 2001 From: Kristofer Rye Date: Sat, 15 Feb 2020 15:12:41 -0600 Subject: [PATCH 3/3] Remove "Suggest it!" link Per review feedback and discussion in the meeting, it seems like a good idea to hold off on adding this just yet. Signed-off-by: Kristofer Rye Tested-by: Kristofer Rye --- app/templates/categories.hbs | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/templates/categories.hbs b/app/templates/categories.hbs index a48a01a01d..16180ed2a8 100644 --- a/app/templates/categories.hbs +++ b/app/templates/categories.hbs @@ -62,9 +62,6 @@