From ad9aec2f4ffcb991ddb27d1f7695469e88f09319 Mon Sep 17 00:00:00 2001 From: Andrews Innovations Date: Fri, 2 May 2025 23:09:26 -0500 Subject: [PATCH 1/4] Added active indicator to the nav-item to highlight active navigation item --- sqlpage/templates/shell.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlpage/templates/shell.handlebars b/sqlpage/templates/shell.handlebars index 8d8513c2..f0530052 100644 --- a/sqlpage/templates/shell.handlebars +++ b/sqlpage/templates/shell.handlebars @@ -94,7 +94,7 @@ {{~#if (or (eq (typeof this) 'object') (and (eq (typeof this) 'string') (starts_with this '{')))}} {{~#with (parse_json this)}} {{#if (or (or this.title this.icon) this.image)}} -