mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Don't show the sidebar on other menus on the login page
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
- Boolean settings provided via environment variables (so the strings `true` and `false`) are now parsed correctly (thanks @mduret)
|
||||
- All uploaded pictures (currently for products and recipes) are now automatically downscaled to the appropriate size when serving them to improve page load times
|
||||
- It's now possible to test plural forms of quantity units (button on the quantity unit edit page, only visible if the current language requires more than 2 plural forms)
|
||||
- On the login page no menus and the sidebar is now hidden
|
||||
- New translations: (thanks all the translators)
|
||||
- Danish (demo available at https://demo-da.grocy.info)
|
||||
- Dutch (demo available at https://demo-nl.grocy.info)
|
||||
|
@@ -83,6 +83,7 @@
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
@if(GROCY_AUTHENTICATED)
|
||||
<div id="sidebarResponsive" class="collapse navbar-collapse">
|
||||
<ul class="navbar-nav navbar-sidenav pt-2">
|
||||
|
||||
@@ -376,7 +377,7 @@
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>@endif
|
||||
</nav>
|
||||
@endif
|
||||
|
||||
|
Reference in New Issue
Block a user