Skip to content

Commit 969bba1

Browse files
committed
use the main theme for the sidebar and for the main page
#540 @Ajotah98 : I'm open to a new pr to add a separate, documented, sidebar_theme, which falls back to the main theme when not specified
1 parent e156805 commit 969bba1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG.md
22

3-
## 0.27.0 (unreleased)
3+
## 0.27.0 (2024-08-17)
44

55
- updated Apex Charts to v3.52.0
66
- see https://github.com/apexcharts/apexcharts.js/releases

sqlpage/templates/shell.handlebars

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
{{#if (or (or title (or icon image)) menu_item)}}
150150
<header id="sqlpage_header">
151151
{{#if sidebar}}
152-
<aside class="navbar navbar-vertical navbar-expand-lg" {{#if sidebar-theme}}data-bs-theme="dark" {{/if}}>
152+
<aside class="navbar navbar-vertical navbar-expand-lg" {{#if theme}}data-bs-theme="{{theme}}" {{/if}}>
153153
<div class="container-fluid">
154154
<button class="navbar-toggler collapsed" type="button" data-bs-target="#sidebar-menu" aria-controls="sidebar-menu" data-bs-toggle="collapse" aria-expanded="false" aria-label="Toggle navigation">
155155
<span class="navbar-toggler-icon"></span>

0 commit comments

Comments
 (0)