mirror of
https://github.com/grocy/grocy.git
synced 2026-03-30 09:39:26 +02:00
Don't show the sidebar on other menus on the login page
This commit is contained in:
parent
d580990b25
commit
d2a841143e
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user