making admin work with a state, however it probably should go into a middleware instead.

This commit is contained in:
2023-12-19 21:53:35 +01:00
parent 26a1bee083
commit d89ff40d33
16 changed files with 3240 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<button class="sticky toggle-nav-sidebar" id="toggle-nav-sidebar" aria-label="{{ translate('Toggle navigation') }}"></button>
<nav class="sticky" id="nav-sidebar1" aria-label="{{ translate('Sidebar') }}">
<input type="search" id="nav-filter"
placeholder="{{ translate('Start typing to filter…') }}"
aria-label="{{ translate('Filter navigation items') }}">
{% set app_list=available_apps %}
{% set show_changelinks=false %}
{% include 'admin/app_list.html' %}
</nav>