From e757590ce95bf851cc662ca66a11f4bf42ebab9d Mon Sep 17 00:00:00 2001 From: Andrews Innovations Date: Fri, 2 May 2025 16:47:19 -0500 Subject: [PATCH 1/2] Added active indicator to nav-items Allows the user to have SQL that indicates that a navigation bar should be shown as "active" in the shell. --- 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)}} -