From fe343a2b60b6d147ae7ad2c01a3cfe4c5548e004 Mon Sep 17 00:00:00 2001 From: hexwhiz Date: Fri, 25 Oct 2024 00:20:52 +0530 Subject: [PATCH] added filter issue by open or close status --- home/templates/dashboard/navbar.html | 26 +++++++++++- home/urls.py | 2 + home/views.py | 41 +++++++++++++++++++ .../migrations/0042_alter_issue_levelcolor.py | 18 ++++++++ 4 files changed, 86 insertions(+), 1 deletion(-) create mode 100644 project/migrations/0042_alter_issue_levelcolor.py diff --git a/home/templates/dashboard/navbar.html b/home/templates/dashboard/navbar.html index dd200f2..89b3b0b 100644 --- a/home/templates/dashboard/navbar.html +++ b/home/templates/dashboard/navbar.html @@ -9,6 +9,7 @@ display: none; position: absolute; left: 100%; + top: 0; margin-top: 5; } @@ -89,7 +90,13 @@
  • Difficulty » - +
  • +
  • + + Status » + + + +