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)
|
- 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
|
- 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)
|
- 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)
|
- New translations: (thanks all the translators)
|
||||||
- Danish (demo available at https://demo-da.grocy.info)
|
- Danish (demo available at https://demo-da.grocy.info)
|
||||||
- Dutch (demo available at https://demo-nl.grocy.info)
|
- Dutch (demo available at https://demo-nl.grocy.info)
|
||||||
|
@@ -83,6 +83,7 @@
|
|||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
@if(GROCY_AUTHENTICATED)
|
||||||
<div id="sidebarResponsive" class="collapse navbar-collapse">
|
<div id="sidebarResponsive" class="collapse navbar-collapse">
|
||||||
<ul class="navbar-nav navbar-sidenav pt-2">
|
<ul class="navbar-nav navbar-sidenav pt-2">
|
||||||
|
|
||||||
@@ -376,7 +377,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>@endif
|
||||||
</nav>
|
</nav>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user