From 43ec85faf4aba4511e876f594cf5c415bc781d59 Mon Sep 17 00:00:00 2001 From: Corban-Lee Date: Tue, 15 Oct 2024 12:16:25 +0100 Subject: [PATCH] remove number of placeholders in sidebar --- CHANGELOG.md | 11 +++++++++++ apps/home/templates/home/sidebar.html | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b34cc1..a854fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - 'Invalid' appearance for select-2 controls, upon bad form submission +- Shorthand functions for setting/clearing the "spot" classes on ".sidebar-item"s + +### Fixed + +- Storing Discord-provided snowflake ID's in a postgresql database. Now using 'PositiveLargeIntegerField' to support this +- Sidebar server "placeholder" elements running offscreen on desktop - fixed by reducing them by 2 + +### Changed + +- Keep the hover state of sidebar buttons while their respective dropdown's are showing + ## [Unreleased] [0.4.0] - xxxx-xx-xx [BREAKING] diff --git a/apps/home/templates/home/sidebar.html b/apps/home/templates/home/sidebar.html index 7f6edf3..c42ee80 100644 --- a/apps/home/templates/home/sidebar.html +++ b/apps/home/templates/home/sidebar.html @@ -21,7 +21,7 @@ - {% for i in "0123456789012"|make_list %} + {% for i in "01234567890"|make_list %}